summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* svga: update a few surface format namesBrian Paul2017-06-303-24/+24
* svga: whitespace fixes in svga_resource_buffer_upload.cBrian Paul2017-06-301-15/+14
* svga: add mksstats for surface view emulationCharmaine Lee2017-06-301-10/+17
* svga: change error handling convention for svga_set_stream_output()Brian Paul2017-06-303-12/+18
* svga: fixed surface size to include array sizeCharmaine Lee2017-06-301-1/+2
* svga: loop over box.depth for ReadBack_image on each sliceNeha Bhende2017-06-301-7/+8
* svga: add mksstats for context creationCharmaine Lee2017-06-301-2/+7
* svga: re-validate sampler view at draw time if neededCharmaine Lee2017-06-304-2/+35
* Android: use symlinks for driver loadingRob Herring2017-06-291-0/+1
* svga: clean up format_cap_tableCharmaine Lee2017-06-271-403/+92
* svga: fix the default devcap for SVGA3D_Z_D24S8_INTCharmaine Lee2017-06-271-4/+1
* svga: create buffer surfaces for incompatible bind flagsCharmaine Lee2017-06-274-27/+217
* svga: do not unconditionally enable streamout bind flagCharmaine Lee2017-06-274-11/+78
* svga: pass tobind_flags to svga_buffer_handleCharmaine Lee2017-06-278-15/+26
* svga: pass bind_flags to surface create functionsCharmaine Lee2017-06-273-26/+34
* svga: minor whitespace fixes in svga_pipe_vertex.cBrian Paul2017-06-221-6/+10
* svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul2017-06-221-0/+2
* svga: fix pre-mature flushing of the command bufferCharmaine Lee2017-06-223-3/+21
* svga: add new num-failed-allocations HUD queryBrian Paul2017-06-165-2/+26
* svga: add a few minor commentsBrian Paul2017-06-162-1/+6
* svga: add some missing SVGA_STATS_* enum values, prefix stringsBrian Paul2017-06-161-2/+15
* svga: Relax the format checks for copy_region_vgpu10 somewhatThomas Hellstrom2017-06-161-2/+26
* svga: Fix incorrect format conversion blit destinationThomas Hellstrom2017-06-161-1/+3
* svga: Fix srgb copy_region regressionThomas Hellstrom2017-06-161-1/+4
* svga: Prefer accelerated blits over cpu copy regionThomas Hellstrom2017-06-161-5/+3
* svga: Support accelerated conditional blittingThomas Hellstrom2017-06-164-43/+62
* svga: Use utility functions to help determine whether we can use copy_regionThomas Hellstrom2017-06-161-6/+3
* svga: Rework the blit and resource_copy_region functionality v3Thomas Hellstrom2017-06-161-201/+445
* svga: clamp device line width to at least 1 to fix HWv8 line stipplingBrian Paul2017-06-151-4/+4
* svga: fix git_sha1.h include path in Android.mk (v3)Mauro Rossi2017-06-151-0/+2
* gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset2017-06-141-0/+1
* svga: Always set the alpha value to 1 when sampling using an XRGB viewThomas Hellstrom2017-06-071-13/+30
* svga: Fix imported surface view creationThomas Hellstrom2017-06-074-11/+33
* svga: Set alpha to 1 for non-alpha viewsThomas Hellstrom2017-06-071-0/+18
* svga: Allow format differences in 16-bit RGBA surface sharingThomas Hellstrom2017-06-071-1/+5
* tree-wide: remove trailing backslashEric Engestrom2017-06-071-1/+1
* gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude2017-06-021-0/+1
* svga: document some incorrect VGPU10 shader translation issuesBrian Paul2017-05-261-0/+9
* svga: init svga_screen::swc_mutex with mtx_recursiveBrian Paul2017-05-242-1/+4
* svga: move logging initialization code into new functionBrian Paul2017-05-242-24/+31
* svga: init local vars to silence uninitialized use warningsBrian Paul2017-05-241-3/+3
* svga: log the process command line to the vmware.log fileBrian Paul2017-05-241-0/+16
* svga: Limit svga message capability to newer compilersSinclair Yeh2017-05-241-4/+14
* svga: Fix MSVC build.Brian Paul2017-05-241-2/+32
* svga: Add the ability to log messages to vmware.log on the host.Sinclair Yeh2017-05-245-0/+471
* gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák2017-05-171-0/+1
* Android: push driver build details to driver makefilesRob Herring2017-05-111-0/+4
* gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák2017-05-101-0/+1
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-105-35/+29
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-105-21/+17