summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* i915g: Add a way to profile the contents of command buffers.Stéphane Marchesin2012-02-121-0/+12
* i915g: Fix comments.Stéphane Marchesin2012-02-121-2/+2
* i915g: Don't emit state when it's already bound.Stéphane Marchesin2012-02-121-0/+32
* i915g: Remove unused poly stipple state.Stéphane Marchesin2012-02-122-54/+0
* i915g: Implement stipple with draw.Stéphane Marchesin2012-02-122-1/+5
* i915g: Fix comment.Stéphane Marchesin2012-02-121-1/+1
* i915g: Move ureg defines to the header so we can share them.Stéphane Marchesin2012-02-122-32/+32
* i915g: Separate declarations and program in the fragment program struct.Stéphane Marchesin2012-02-124-9/+31
* r300g: always fail to create a multisample resourceMarek Olšák2012-02-121-0/+3
* r300g: assert-fail when calling resource_resolveMarek Olšák2012-02-121-0/+3
* r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher2012-02-101-0/+10
* r600g: fix tex tile_type offset for caymanAlex Deucher2012-02-102-1/+7
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-099-0/+13
* r600g: fix handling of outputs as TEX addr sourcesChristian König2012-02-081-1/+2
* r600g: remove unused vars to silence warningsBrian Paul2012-02-071-2/+0
* scons: r300/r600 now depends on libdrm.José Fonseca2012-02-072-0/+5
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-069-124/+740
* nv50: fix bad assertion on Elements(phi->src) in regallocChristoph Bumiller2012-02-061-1/+1
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-061-1/+1
* vl: add interlacing capabilitiesChristian König2012-02-065-0/+30
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2012-02-031-2/+6
* llvmpipe: clear storage for newly allocated resourcesKeith Whitwell2012-02-031-2/+20
* svga: fix a crash happening before setting fragment shaders.Zack Rusin2012-02-011-1/+2
* nv50: add assertions missed in earlier nv50 commitBrian Paul2012-02-012-0/+2
* nv50: use larger arrays to silence warnings and fix buffer overflowsBrian Paul2012-02-012-2/+2
* r600g: shorten expressions accessing family and chip_classMarek Olšák2012-01-313-19/+19
* r300g: don't use pipe_context::winsysMarek Olšák2012-01-311-6/+3
* r600g: remove unused variable num_dest_buffersMarek Olšák2012-01-313-5/+0
* r600g: use the new code for streamout flush as wellMarek Olšák2012-01-311-11/+6
* r600g: rename r600_reg::flush_flags -> sbu_flagsMarek Olšák2012-01-313-4/+4
* r600g: fix computation of how many dwords is needed for a flush at the end of CSMarek Olšák2012-01-312-11/+4
* r600g: remove unused r600_reg::flush_maskMarek Olšák2012-01-313-1179/+1176
* r600g: remove more dead codeMarek Olšák2012-01-312-9/+0
* r600g: remove dead code for tracking relocationsMarek Olšák2012-01-314-32/+1
* r600g: remove unused flush codeMarek Olšák2012-01-312-40/+0
* r600g: rework cache flushingMarek Olšák2012-01-319-190/+193
* r600g: add a new simple API for state emissionMarek Olšák2012-01-314-0/+54
* r600g: remove redundant pm4 and pm4_cdwords in r600_contextMarek Olšák2012-01-313-215/+234
* r600g: consolidate some context_draw codeMarek Olšák2012-01-315-56/+23
* r600g: remove the now-useless internal flush callbackMarek Olšák2012-01-313-6/+1
* r600g: don't initialize the screen and winsys pointer twiceMarek Olšák2012-01-314-14/+8
* r600g: merge r600_context with r600_pipe_contextMarek Olšák2012-01-3118-296/+291
* r600g: remove u8,u16,u32,u64 typesMarek Olšák2012-01-3110-61/+56
* r600g: get rid of r600_context_regMarek Olšák2012-01-312-30/+0
* r600g: don't use r600_context_reg on r6xx-r7xxMarek Olšák2012-01-315-23/+47
* r600g: don't use r600_context_reg on evergreenMarek Olšák2012-01-316-14/+23
* r600g: get rid of the mask in r600_pipe_regMarek Olšák2012-01-313-9/+2
* r600g: get rid of the mask parameter in pipe_state_add_regMarek Olšák2012-01-314-478/+478
* r600g: don't use register mask for TA_CNTL_AUXMarek Olšák2012-01-311-12/+8
* r600g: don't use register mask for PA_CL_CLIP_CNTLMarek Olšák2012-01-314-22/+19