summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nvfx: remove unused-but-set variablesMarek Olšák2012-01-082-5/+0
* gallium: make vbuf_render::set_primitive() return voidBrian Paul2012-01-075-23/+17
* svga: fix assorted whitespace issues, add copyright commentBrian Paul2012-01-073-78/+85
* svga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READBrian Paul2012-01-071-0/+4
* r600g: remove obsolete MULTIWRITE commentAlex Deucher2012-01-061-1/+0
* r300/compiler: fix buffer underflow when setting SEM_WAIT on last instructionMarek Olšák2012-01-052-4/+4
* u_vbuf: implement another upload codepath which unrolls indicesMarek Olšák2012-01-051-1/+1
* trace: dump primitive restart infoMarek Olšák2012-01-051-0/+3
* gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLYMarek Olšák2012-01-0511-6/+41
* gallium: remove deprecated PIPE_TRANSFER_DISCARDMarek Olšák2012-01-055-5/+5
* u_upload_mgr: remove the 'flushed' parameterMarek Olšák2012-01-056-19/+10
* gallium: fix behavior of pipe_buffer_map_rangeMarek Olšák2012-01-051-0/+1
* svga: Fix texture cube param capJakob Bornecrantz2012-01-051-2/+2
* softpipe: remove the 32bits limitation on depth(-stencil) formatsMorgan Armand2012-01-035-21/+63
* r600g: add missing colorswaps for r8 uint/sint.Dave Airlie2012-01-022-0/+4
* r300g: inline r300_resource_set_propertiesMarek Olšák2012-01-011-16/+1
* r300g: rework resource_copy_region, not changing pipe_resourceMarek Olšák2012-01-019-119/+194
* llvmpipe: fix blending for intensity formatsDave Airlie2011-12-311-1/+2
* r600g: Manage fences per screen rather than per context.Michel Dänzer2011-12-302-56/+65
* i915g: Allocate tmp for KILPStéphane Marchesin2011-12-301-0/+2
* llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin2011-12-291-5/+0
* i915g: Add missing draw_flush call.Stéphane Marchesin2011-12-281-0/+7
* i915g: Only apply the optimization to output vars.Stéphane Marchesin2011-12-271-0/+1
* r600g: fix a warning that a variable may be uninitializedMarek Olšák2011-12-251-0/+2
* gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBSMarek Olšák2011-12-253-4/+0
* r300g: mapping buffers for read should be unsynchronizedMarek Olšák2011-12-241-1/+9
* winsys/radeon: move managing GEM domains back to driversMarek Olšák2011-12-2410-20/+66
* nouveau: Fix bugs in nouveau_video_bufferMaarten Lankhorst2011-12-232-4/+3
* softpipe: try and use back color for a slot if color fails.Dave Airlie2011-12-221-0/+5
* i915g: Add unsupported caps.Stéphane Marchesin2011-12-191-0/+4
* i915g: Turn an assert into a debug message, print more debug info for missing...Stéphane Marchesin2011-12-192-4/+9
* i915g: Make the pipe_sampler_state struct non const and get rid of useless me...Stéphane Marchesin2011-12-192-2/+2
* i915g: Implement KILP.Stéphane Marchesin2011-12-191-3/+12
* i915g: Add two unsupported caps.Stéphane Marchesin2011-12-191-0/+2
* i915g: Put the templates at the beggining of the structures.Stéphane Marchesin2011-12-192-5/+5
* softpipe: fix shadow 2d texture array samplingDave Airlie2011-12-191-5/+12
* softpipe: fix depth sampling for linear vs nearest.Dave Airlie2011-12-191-7/+16
* nvc0: add NVC0_RESOURCE_FLAG_VIDEOChristoph Bumiller2011-12-182-0/+30
* r600g: fix MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS limitMarek Olšák2011-12-171-2/+1
* r600g: handle new capsMarek Olšák2011-12-171-0/+2
* r300g: handle new capsMarek Olšák2011-12-171-0/+4
* r600g: implement transform feedbackMarek Olšák2011-12-1718-13/+873
* llvmpipe: adapt to struct stream_output_info modificationsChristoph Bumiller2011-12-151-9/+2
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-1515-189/+372
* trace: implement stream output interfaceChristoph Bumiller2011-12-151-0/+73
* noop: implement stream outputMarek Olšák2011-12-151-0/+35
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-1511-22/+40
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-155-2/+23
* r300g: take advantage of KEEP_TILING_FLAGS flush flagMarek Olšák2011-12-132-2/+10
* nouveau: get rid of winsys objectMarcin Slusarz2011-12-1314-27/+15