summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
...
* svga: add some const qualifiersBrian Paul2017-07-171-3/+3
* svga: add comment about 'extra' constant locationsBrian Paul2017-07-171-1/+5
* svga: whitespace, formatting fixes in svga_swtnl_backend.cBrian Paul2017-07-121-34/+45
* svga: whitespace, formatting fixes in svga_swtnl_draw.cBrian Paul2017-07-121-9/+9
* svga: whitespace, formatting fixes in svga_swtnl_state.cBrian Paul2017-07-121-19/+19
* svga: move comment, declaration in svga_init_shader_key_common()Brian Paul2017-07-121-6/+5
* svga: fix texture swizzle writemaskingBrian Paul2017-07-111-0/+2
* svga: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-111-3/+4
* svga: s/unsigned/enum tgsi_swizzleBrian Paul2017-07-111-4/+4
* svga: s/unsigned/enum tgsi_interpolate_mode/Brian Paul2017-07-111-1/+2
* svga: s/unsigned/enum tgsi_file_type/Brian Paul2017-07-111-7/+7
* svga: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-114-8/+10
* svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul2017-07-101-1/+4
* svga: fix breakage in create_backed_surface_view()Brian Paul2017-07-101-4/+3
* svga: adjust line subpixel position for HWv8Brian Paul2017-07-071-1/+1
* Android: generate symlinks for all enabled gallium driversMauro Rossi2017-07-051-1/+1
* svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFERBrian Paul2017-07-032-1/+5
* svga: fix texture buffer object regressionBrian Paul2017-07-031-9/+11
* svga: move assertion in draw_vgpu10()Brian Paul2017-07-031-1/+1
* svga: fix buffer binding flags initializationBrian Paul2017-07-031-0/+6
* svga: add texture size/levels sanity check code in svga_texture_create()Brian Paul2017-06-301-0/+33
* 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