summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2015-02-06gallium: Add MULTISAMPLE_Z_RESOLVE capAxel Davy1-0/+2
2015-02-04gallium/u_pstipple: add ability to specify a fixed texture unitMarek Olšák1-1/+1
2015-02-02gallium: add a cap to determine whether the driver supports offset_clampIlia Mirkin1-0/+2
2014-12-16gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEXRoland Scheidegger1-0/+2
2014-12-12gallium: Remove Android files from distribution.Matt Turner1-1/+1
2014-12-09draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITIONMarek Olšák1-0/+2
2014-12-08Remove useless checks for NULL before freeingMatt Turner1-2/+1
2014-10-31softpipe: use the tgsi_free_tokens() functionBrian Paul1-6/+6
2014-10-31util: simplify util_pstipple_create_fragment_shader() paramsBrian Paul1-18/+15
2014-10-31softpipe: remove unused softpipe_create_fs_variant_exec() parameterBrian Paul3-5/+3
2014-10-31softpipe: check for SP_NEW_STIPPLE when building quad pipelineBrian Paul1-0/+1
2014-10-24gallium: introduce PIPE_CAP_CLIP_HALFZ.Mathias Fröhlich1-0/+2
2014-10-04tgsi: change tgsi_shader_info::properties to a one-dimensional arrayMarek Olšák2-3/+3
2014-10-04tgsi: remove some not so useful variables from tgsi_shader_infoMarek Olšák2-7/+10
2014-09-30softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout()Brian Paul1-2/+3
2014-09-24gallium/softpipe,llvmpipe: add automake target 'templates'Emil Velikov1-0/+15
2014-09-12gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin1-0/+1
2014-09-05gallium/softpipe: ship all files in the tarballEmil Velikov2-10/+32
2014-08-30softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger7-34/+207
2014-08-30softpipe: don't assert on illegal wrap mode for rect texturesRoland Scheidegger1-2/+2
2014-08-27gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+2
2014-08-28draw: fix base instance handling in llvm pathRoland Scheidegger1-1/+1
2014-08-19llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann1-1/+1
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+2
2014-08-15gallium/softpipe/llvmpipe: handle query_renderer capsEmil Velikov1-0/+19
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+1
2014-08-12softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin1-0/+5
2014-07-10softpipe: fix sp_get_dims() for PIPE_BUFFERBrian Paul1-6/+10
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin1-1/+1
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller2-0/+8
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin1-0/+2
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+2
2014-06-26softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger1-19/+20
2014-06-19gallium: implement ARB_texture_query_levelsMarek Olšák1-0/+3
2014-06-11softpipe: fix pt->resource assert placementDave Airlie1-1/+1
2014-06-11softpipe: enable AMD_vertex_shader_layer.Dave Airlie1-1/+1
2014-06-11softpipe: enable GLSL 3.30 support.Dave Airlie1-1/+1
2014-06-11softpipe: bump the softpipe geometry limitsDave Airlie1-1/+1
2014-06-11softpipe: add layered rendering support.Dave Airlie7-9/+55
2014-06-11softpipe: add layering to the surface tile cache.Dave Airlie5-72/+112
2014-06-11softpipe: add depth clamping support. (v2)Dave Airlie2-6/+30
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller1-0/+1
2014-05-31softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-11softpipe: fix shadow samplingHeinrich Janzing1-68/+51
2014-04-11softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query casesBrian Paul1-0/+3
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-03softpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul1-14/+0
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+2