summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy2015-02-061-0/+2
* gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák2015-02-041-1/+1
* gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin2015-02-021-0/+2
* gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger2014-12-161-0/+2
* gallium: Remove Android files from distribution.Matt Turner2014-12-121-1/+1
* draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák2014-12-091-0/+2
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-2/+1
* softpipe: use the tgsi_free_tokens() functionBrian Paul2014-10-311-6/+6
* util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul2014-10-311-18/+15
* softpipe: remove unused softpipe_create_fs_variant_exec() parameterBrian Paul2014-10-313-5/+3
* softpipe: check for SP_NEW_STIPPLE when building quad pipelineBrian Paul2014-10-311-0/+1
* gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich2014-10-241-0/+2
* tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2014-10-042-3/+3
* tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2014-10-042-7/+10
* softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()Brian Paul2014-09-301-2/+3
* gallium/softpipe,llvmpipe: add automake target 'templates'Emil Velikov2014-09-241-0/+15
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* gallium/softpipe: ship all files in the tarballEmil Velikov2014-09-052-10/+32
* softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger2014-08-307-34/+207
* softpipe: don't assert on illegal wrap mode for rect texturesRoland Scheidegger2014-08-301-2/+2
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+2
* draw: fix base instance handling in llvm pathRoland Scheidegger2014-08-281-1/+1
* llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2014-08-191-1/+1
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+2
* gallium/softpipe/llvmpipe: handle query_renderer capsEmil Velikov2014-08-151-0/+19
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin2014-08-121-0/+5
* softpipe: fix sp_get_dims() for PIPE_BUFFERBrian Paul2014-07-101-6/+10
* gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin2014-07-031-1/+1
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-022-0/+8
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+2
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+2
* softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger2014-06-261-19/+20
* gallium: implement ARB_texture_query_levelsMarek Olšák2014-06-191-0/+3
* softpipe: fix pt->resource assert placementDave Airlie2014-06-111-1/+1
* softpipe: enable AMD_vertex_shader_layer.Dave Airlie2014-06-111-1/+1
* softpipe: enable GLSL 3.30 support.Dave Airlie2014-06-111-1/+1
* softpipe: bump the softpipe geometry limitsDave Airlie2014-06-111-1/+1
* softpipe: add layered rendering support.Dave Airlie2014-06-117-9/+55
* softpipe: add layering to the surface tile cache.Dave Airlie2014-06-115-72/+112
* softpipe: add depth clamping support. (v2)Dave Airlie2014-06-112-6/+30
* gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2014-06-021-0/+1
* softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger2014-05-311-0/+3
* gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin2014-05-071-0/+1
* gallium: add basic support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* softpipe: fix shadow samplingHeinrich Janzing2014-04-111-68/+51
* softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query casesBrian Paul2014-04-111-0/+3
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-071-0/+1
* softpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0
* mesa/soft/llvmpipe: add fake MSAA supportDave Airlie2014-04-021-0/+2