summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-14softpipe: (trivial) fix debug codeRoland Scheidegger1-15/+10
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure1-15/+8
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-0/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-31/+1
2013-10-12softpipe: fix seamless cube filteringRoland Scheidegger1-48/+151
2013-10-08gallium/swrast: don't export any private symbolsMarek Olšák1-1/+2
2013-10-03softpipe: remove old bind_*_sampler_states() functionsBrian Paul1-31/+0
2013-10-03softpipe: implement pipe_context::bind_sampler_states()Brian Paul1-0/+1
2013-10-01softpipe: consolidate C sources list into Makefile.sourcesEmil Velikov4-92/+37
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+7
2013-08-30softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger1-5/+25
2013-08-30softpipe: check if so_target is NULL before accessing itRoland Scheidegger1-2/+5
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger3-17/+20
2013-08-27softpipe: support nested/overlapping queries for all query typesRoland Scheidegger2-18/+17
2013-08-19vl: add entrypoint to get_video_paramChristian König1-1/+2
2013-08-19vl: rename pipe_video_decoder to pipe_video_codecChristian König1-1/+1
2013-08-08softpipe: fix the regressionsZack Rusin1-2/+0
2013-08-08softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger1-12/+32
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin1-0/+2
2013-07-31softpipe: use new softpipe_resource_data() accessorBrian Paul3-4/+20
2013-07-31softpipe: don't ignore pipe_constant_buffer::buffer_offsetBrian Paul1-3/+5
2013-07-22gallium: Add PIPE_CAP_ENDIANNESSTom Stellard1-0/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul1-1/+1
2013-07-12softpipe: silence some MSVC warningsBrian Paul2-14/+14
2013-07-02mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependenciesMarek Olšák1-1/+0
2013-06-26softpipe: honor predication for clear_render_target and clear_depth_stencilRoland Scheidegger1-2/+40