summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nouveau: increase max order of suballocated buffers by 1Christoph Bumiller2013-01-081-2/+9
* nouveau: improve buffer transfersChristoph Bumiller2013-01-0812-137/+551
* r300g: fix assertion failure in emit_dsa_stateMarek Olšák2013-01-082-3/+5
* r600g: set the virtual address for the htile bufferAlex Deucher2013-01-072-2/+4
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-0710-138/+51
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-072-10/+10
* r600g: flush FMASK and CMASK at the end of CSMarek Olšák2013-01-061-1/+3
* r300g: implement MSAAMarek Olšák2013-01-0613-148/+456
* r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emittingMarek Olšák2013-01-063-79/+46
* r300g/compiler: add shader emulation for the alpha_to_one stateMarek Olšák2013-01-065-0/+41
* radeon/llvm: Remove backend code from MesaTom Stellard2013-01-0499-19168/+0
* Support LLVM >= 3.2 on radeonsi and opencl.Johannes Obermayr2013-01-041-0/+7
* r300g: don't check for vertex and index buffer bind flagsMarek Olšák2013-01-042-4/+2
* r300g/swtcl: use memcpy to emit indicesMarek Olšák2013-01-041-10/+11
* r300g/swtcl: simplify vertex uploadingMarek Olšák2013-01-045-88/+42
* r300g/swtcl: fix crash when setting vertex buffersMarek Olšák2013-01-041-0/+3
* r300g: don't set PIPE_BIND flags for internal texturesMarek Olšák2013-01-042-21/+1
* r600g: implement 3D transfersMarek Olšák2013-01-041-22/+32
* gallium/u_blitter: unify some parameters into a dstbox parameter in blit_genericMarek Olšák2013-01-042-9/+13
* gallium/u_blitter: remove useless parameter from blitter_default_dst_textureMarek Olšák2013-01-042-2/+2
* gallium/radeon: send the END_OF_FRAME flag to the DRMMarek Olšák2013-01-043-3/+7
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-0418-28/+42
* radeonsi: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* r600g: fix int->bool conversion in fence_signalledMarek Olšák2013-01-041-1/+1
* r300g: Fix visibility CFLAGS in automakeAdam Jackson2013-01-021-0/+1
* galahad, noop: Fix visibility CFLAGS in automakeAdam Jackson2013-01-021-0/+2
* r600g: rename GPU_FLUSH -> INVAL_READ_CACHESMarek Olšák2012-12-225-11/+11
* r600g: remove redundant parameter alloc_bo from r600_texture_create_objectMarek Olšák2012-12-221-6/+5
* nouveau: deal with tbo cap for now.Dave Airlie2012-12-223-0/+3
* r600g: always use a tiled resource as the destination of MSAA resolveMarek Olšák2012-12-213-8/+16
* r600g: remove a false commentMarek Olšák2012-12-211-1/+0
* r600g: don't suspend TIME_ELAPSED queries during flushingMarek Olšák2012-12-214-54/+8
* r600g: add cs tracing infrastructure for lockup pin pointingJerome Glisse2012-12-205-2/+106
* r600g: add htile support v16Jerome Glisse2012-12-2010-24/+221
* r600g: rework flusing and synchronization pattern v7Jerome Glisse2012-12-208-162/+89
* llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca2012-12-203-13/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-2011-11/+11
* r600g: add assertions to prevent creation of invalid surfacesMarek Olšák2012-12-203-16/+18
* r600g: refactor and make streamout dumping more informativeMarek Olšák2012-12-201-12/+21
* r600g: try to fix streamout for the cases where BURST_COUNT > 0Marek Olšák2012-12-201-1/+1
* r600g: lower stream outputs with dst_offset < start_componentMarek Olšák2012-12-201-7/+47
* r600g: use r600_get_temp to get temporaries for CLIPDIST shader outputsMarek Olšák2012-12-201-3/+11
* softpipe: fix up FS variant unbinding / deletionBrian Paul2012-12-193-11/+9
* softpipe: fix unreliable FS variant binding bugBrian Paul2012-12-193-14/+10
* Revert "r600g: work around ddx over alignment"Jerome Glisse2012-12-191-9/+3
* r600g: work around ddx over alignmentJerome Glisse2012-12-181-3/+9
* radeon/llvm: improve cube map handlingVadim Girlin2012-12-184-22/+84
* radeon/llvm: fix TXQ_LZ handling for cube mapsVadim Girlin2012-12-181-2/+4
* r600g: initialize inst_mod in r600_tex_from_byte_streamVadim Girlin2012-12-181-0/+2
* r600g: fixup offset types for printingDave Airlie2012-12-162-4/+4