summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák2014-10-211-0/+4
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-041-1/+1
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-041-1/+1
* gallium/svga: add automake target 'template'Emil Velikov2014-09-241-0/+10
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* gallium/svga: ship all files in the tarballEmil Velikov2014-09-052-12/+62
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+2
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+1
* gallium/svga: handle query_rendered capsEmil Velikov2014-08-151-0/+12
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-143-5/+5
* svga: Add a limit to the maximum surface sizeCharmaine Lee2014-08-125-5/+71
* gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák2014-08-111-3/+0
* svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.Matthew McClure2014-08-041-1/+1
* svga: remove unneeded depth==1 assertion in svga_texture_view_surface()Brian Paul2014-07-291-1/+0
* gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák2014-07-281-4/+4
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* svga: Don't unnecessarily reemit BindGBShader commands v2Thomas Hellstrom2014-07-033-20/+8
* svga: add switch cases for PIPE_SHADER_CAP_DOUBLESBrian Paul2014-07-031-0/+4
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+1
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+3
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* svga: use svga_shader_too_large() in compile_vs()Brian Paul2014-05-311-8/+36
* svga: use svga_shader_too_large() in compile_fs()Brian Paul2014-05-311-3/+1
* svga: added svga_shader_too_large() helperBrian Paul2014-05-311-0/+21
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+1
* svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default caseBrian Paul2014-05-071-8/+10
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-251-1/+1
* svga: move draw debug code into separate functionBrian Paul2014-04-211-123/+135
* svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul2014-04-171-3/+3
* svga: compute need_swvfetch in svga_create_vertex_elements_state()Brian Paul2014-04-173-13/+9
* svga: add VS code to set attribute W component to 1Brian Paul2014-04-175-46/+100
* svga: implement support for signed byte vertex attributesBrian Paul2014-04-176-14/+151
* svga: move translated vertex declaration types into svga_velems_stateBrian Paul2014-04-174-40/+45
* Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul2014-04-173-49/+2
* svga: use new inst_token_setp() helper functionBrian Paul2014-04-172-12/+26
* svga: use new inst_token_predicated() helper functionBrian Paul2014-04-172-13/+25
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-101-0/+2
* svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul2014-04-091-2/+2
* svga: replace sampler assertion with conditionalBrian Paul2014-04-082-5/+33
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* svga: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-15/+0
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+1
* svga: add work-around for Sauerbraten Z fighting issueBrian Paul2014-03-263-2/+49
* svga: null out query's hwbuf pointer after destroyingBrian Paul2014-03-261-0/+1
* svga: add some debug_printf() calls in the query object codeBrian Paul2014-03-261-2/+6
* svga: fix a comment (sampler vs. sampler_view)Brian Paul2014-03-261-1/+1