summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2014-03-03softpipe: use 64-bit arithmetic in softpipe_resource_layout()Brian Paul1-3/+3
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-13gallium/vl: remove remaining softpipe video functionsChristian König2-36/+0
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+3
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-29softpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi1-1/+2
2014-01-29softpipe: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi1-2/+2
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-2/+0
2014-01-20softpipe: fix crash when accessing null colorbufferBrian Paul1-1/+4
2014-01-17s/Tungsten Graphics/VMware/José Fonseca43-101/+101
2014-01-17softpipe: handle NULL color buffer pointersBrian Paul1-93/+96
2014-01-08mesa: Work around internal compiler errorThomas Sondergaard1-2/+2
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+3
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+2
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-2/+3
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-5/+2