summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga
AgeCommit message (Expand)AuthorFilesLines
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy1-0/+1
2015-02-02gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin1-0/+1
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger1-0/+1
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-12-01svga: fix comment typoBrian Paul1-1/+1
2014-11-24gallium: Drop the NRM and NRM4 opcodes.Eric Anholt1-38/+0
2014-10-24gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich1-0/+1
2014-10-21gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesaMarek Olšák1-0/+4
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák1-1/+1
2014-10-04tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák1-1/+1
2014-09-24gallium/svga: add automake target 'template'Emil Velikov1-0/+10
2014-09-12gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin1-0/+1
2014-09-05gallium/svga: ship all files in the tarballEmil Velikov2-12/+62
2014-08-27gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+2
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+1
2014-08-15gallium/svga: handle query_rendered capsEmil Velikov1-0/+12
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+1
2014-08-14svga: remove some unneeded INLINE qualifiersBrian Paul3-5/+5
2014-08-12svga: Add a limit to the maximum surface sizeCharmaine Lee5-5/+71
2014-08-11gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák1-3/+0
2014-08-04svga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two relocations.Matthew McClure1-1/+1
2014-07-29svga: remove unneeded depth==1 assertion in svga_texture_view_surface()Brian Paul1-1/+0
2014-07-28gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák1-4/+4
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin1-1/+1
2014-07-03svga: Don't unnecessarily reemit BindGBShader commands v2Thomas Hellstrom3-20/+8
2014-07-03svga: add switch cases for PIPE_SHADER_CAP_DOUBLESBrian Paul1-0/+4
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+1
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin1-0/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+3
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller1-0/+1
2014-05-31svga: use svga_shader_too_large() in compile_vs()Brian Paul1-8/+36
2014-05-31svga: use svga_shader_too_large() in compile_fs()Brian Paul1-3/+1
2014-05-31svga: added svga_shader_too_large() helperBrian Paul1-0/+21
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
2014-05-07svga: add switch case for PIPE_SHADER_CAP_PREFERRED_IR, remove default caseBrian Paul1-8/+10
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-04-21svga: move draw debug code into separate functionBrian Paul1-123/+135
2014-04-17svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul1-3/+3
2014-04-17svga: compute need_swvfetch in svga_create_vertex_elements_state()Brian Paul3-13/+9
2014-04-17svga: add VS code to set attribute W component to 1Brian Paul5-46/+100
2014-04-17svga: implement support for signed byte vertex attributesBrian Paul6-14/+151
2014-04-17svga: move translated vertex declaration types into svga_velems_stateBrian Paul4-40/+45
2014-04-17Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul3-49/+2
2014-04-17svga: use new inst_token_setp() helper functionBrian Paul2-12/+26
2014-04-17svga: use new inst_token_predicated() helper functionBrian Paul2-13/+25
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-09svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul1-2/+2
2014-04-08svga: replace sampler assertion with conditionalBrian Paul2-5/+33
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1