OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:svga
(Results
76 - 100
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/external/mesa3d/src/gallium/drivers/svga/
svga_resource.h
39
void svga_init_resource_functions(struct svga_context *
svga
);
svga_resource_buffer_upload.h
31
svga_buffer_upload_flush(struct svga_context *
svga
,
svga_resource_texture.h
289
svga_texture_transfer_map_upload_create(struct svga_context *
svga
);
292
svga_texture_transfer_map_upload_destroy(struct svga_context *
svga
);
299
svga_texture_transfer_map_upload(struct svga_context *
svga
,
303
svga_texture_transfer_unmap_upload(struct svga_context *
svga
,
svga_draw.h
40
struct svga_hwtnl *svga_hwtnl_create(struct svga_context *
svga
);
svga_winsys.h
28
* VMware
SVGA
specific winsys interface.
32
* Documentation taken from the VMware
SVGA
DDK.
93
*
SVGA
mks statistics info
234
*
SVGA
per-context winsys interface.
354
* global to the entire
SVGA
device.
434
*
SVGA
per-screen winsys interface.
/external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.h
28
*
SVGA
Shader Dump Facilities
svga_shader_op.h
28
*
SVGA
Shader Token Opcode Info
/external/mesa3d/src/gallium/targets/dri/
SConscript
38
svga
,
/external/mesa3d/src/gallium/winsys/svga/drm/
svga_drm_public.h
28
* VMware
SVGA
DRM winsys public interface. Used by targets to create a stack.
vmw_shader.h
28
* Shaders for VMware
SVGA
winsys.
/packages/apps/TV/tests/common/src/com/android/tv/testing/constants/
Constants.java
41
new TvTrackInfo.Builder(TvTrackInfo.TYPE_VIDEO, "
SVGA
Video")
/external/mesa3d/docs/relnotes/
8.0.2.html
81
<li>
svga
: add null vs pointer check in update_need_pipeline()</li>
121
<li>
svga
: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to SVGA3D_TEMPREG_MAX.</li>
157
<li>
svga
: fix a crash happening before setting fragment shaders.</li>
158
<li>
svga
: Fix stencil op mapping</li>
159
<li>
svga
: fix the rasterizer state resets</li>
8.0.4.html
94
<li>
svga
: fix synchronization bug between sampler views and surfaces</li>
99
<li>
svga
: add 0.5 in float->int conversion of sample min/max lod</li>
100
<li>
svga
: fix min/max lod clamping</li>
101
<li>
svga
: change PIPE_CAPF_MAX_TEXTURE_LOD_BIAS from 16.0 to 15.0</li>
104
<li>
svga
: move svga_texture() casts/calls in svga_surface_copy()</li>
105
<li>
svga
: reset vertex buffer offset in svga_release_user_upl_buffers()</li>
5.0.1
32
SVGA
implements OpenGL 1.3
5.0.2
32
SVGA
implements OpenGL 1.3
6.2
41
SVGA
implements OpenGL 1.3
6.2.1
39
SVGA
implements OpenGL 1.3
6.3.1
38
SVGA
implements OpenGL 1.3
6.4
37
SVGA
requires updates
/external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h
29
* Virtual hardware definitions for the VMware
SVGA
II device.
100
/* "Invalid" value for all
SVGA
IDs. (Version ID, screen object ID, surface ID...) */
195
SVGA_PALETTE_BASE = 1024, /* Base of
SVGA
color map */
201
the use of the current
SVGA
driver. */
207
* This is a new memory mapping feature available in
SVGA
devices
212
* buffers for use between the driver and the
SVGA
device. They are a
217
* execution, we use a new pair of
SVGA
registers:
238
* descriptor structure will be read synchronously by the
SVGA
248
* The
SVGA
device may choose to support a maximum number of
255
* The
SVGA
device may choose to put a limit on the total numbe
[
all
...]
svga3d_devcaps.h
29
*
SVGA
3d caps definitions
47
*
SVGA
hardware revisions. It does not let us support old guest
174
* This is the maximum number of
SVGA
context IDs that the guest
180
* This is the maximum number of
SVGA
surface IDs that the guest
217
* Does the host support the
SVGA
logic ops commands?
/device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
LcdPlatformLib.h
25
#define
SVGA
1
48
//
SVGA
Mode: 800 x 600
/external/mesa3d/src/gallium/
Android.mk
93
SUBDIRS += winsys/
svga
/drm drivers/
svga
/external/syslinux/com32/lua/src/
vesa.c
34
rm.eax.w[0] = 0x4F00; /* Get
SVGA
general information */
66
rm.eax.w[0] = 0x4F01; /* Get
SVGA
mode information */
/external/mesa3d/docs/
vmware-guest.html
22
(aka the
SVGA
or SVGA3D driver) for Linux using the latest source code.
38
<li>A recent version of Mesa with the updated
svga
gallium driver.
79
<li>Mesa/gallium OpenGL driver: "
svga
"
127
<li>Mesa/Gallium master branch. This code is used to build libGL, and the direct rendering
svga
driver for libGL, vmwgfx_dri.so, and the X acceleration library libxatracker.so.x.x.x.
190
./autogen.sh --prefix=/usr --libdir=${LIBDIR} --with-gallium-drivers=
svga
--with-dri-drivers=swrast --enable-xa --disable-dri3 --enable-glx-tls
Completed in 513 milliseconds
1
2
3
4
5
6
7
8
9