summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2017-06-28svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul1-0/+2
2017-06-28svga: use the winsys interface to invalidate surfaceCharmaine Lee3-6/+20
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-07svga: add context pointer to the invalidate surface interfaceCharmaine Lee4-11/+16
2017-04-07svga: remove pre-SVGA3D_HWVERSION_WS8_B1 codeBrian Paul1-71/+5
2017-04-07svga: remove redundant surface propagationCharmaine Lee2-12/+8
2017-04-07svga: Fix zslice index to svga_texture_copy_handle_resource()Charmaine Lee1-7/+10
2017-04-07svga: specify include path for git_sha1.h for out-of-src buildsBrian Paul1-0/+3
2017-04-07svga: Fix out-of-sync backing surfaceCharmaine Lee1-21/+70
2017-04-07svga: add a reset flag to svga_propagate_surface()Charmaine Lee4-8/+19
2017-04-07svga: add the has_backed_views flagCharmaine Lee3-0/+15
2017-04-07svga: only destroy render target view from a context that created itCharmaine Lee1-12/+23
2017-04-07svga: disable rasterization if rasterizer_discard is set or FS undefinedCharmaine Lee6-39/+128
2017-04-07svga: do not emulate wide points in GS when doing transform feedbackCharmaine Lee1-3/+5
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-04-03svga: add comment on svga_buffer_hw_storage_map()Brian Paul1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-6/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-13svga: handle P016 format as wellChristian König1-0/+1
2017-03-10svga: remove shebang from svgadump/svga_dump.pyEmil Velikov1-1/+0
2017-03-10svga: remove execute bit from svga_dump.pyEmil Velikov1-0/+0
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-3/+5
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri4-12/+12
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri4-8/+8
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2-3/+3
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2-3/+3
2017-03-05svga: pass NULL to ureg_get_tokens()Timothy Arceri2-6/+3
2017-03-02svga: fix crash regression since e027935a795Brian Paul2-4/+5
2017-03-02svga: s/unsigned/pipe_prim_type/Brian Paul4-2/+8
2017-03-02svga: whitespace fixes in svga_context.hBrian Paul1-10/+9
2017-03-02svga: whitespace and formatting fixes in svga_stage.cBrian Paul1-44/+40
2017-02-24svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removalBrian Paul1-1/+1
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-25svga: implement user index buffersMarek Olšák2-2/+13
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-1/+0
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+18
2017-02-09gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin1-0/+1
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle1-3/+1
2017-01-27svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototypeEmil Velikov1-1/+1
2017-01-27gallium: Add integer 64 capabilityDave Airlie1-0/+1
2017-01-23gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-0/+1
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák2-52/+0
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák2-25/+0