summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* Clean up .gitignore filesMatt Turner2013-01-1013-14/+0
* Remove MESA_PIC_FLAGS macroMatt Turner2013-01-101-2/+1
* build: Update drivers/Makefile.am to use LTLIBRARIESMatt Turner2013-01-101-10/+20
* radeon/llvm: Convert to AutomakeTom Stellard2013-01-105-36/+51
* radeonsi: Convert to automakeMatt Turner2013-01-103-21/+42
* nvc0: Convert to automakeMatt Turner2013-01-103-12/+37
* nv50: Convert to automakeMatt Turner2013-01-103-12/+37
* nv30: Convert to automakeMatt Turner2013-01-103-12/+37
* nouveau: Convert to automakeMatt Turner2013-01-103-16/+39
* svga: Convert to automakeMatt Turner2013-01-103-19/+40
* softpipe: Convert to automakeMatt Turner2013-01-103-37/+65
* llvmpipe: Convert to automakeMatt Turner2013-01-103-70/+110
* rbug: Convert to automakeMatt Turner2013-01-103-12/+44
* i915g: Convert to automakeMatt Turner2013-01-103-9/+37
* r600g: Use gallium automake include fileMatt Turner2013-01-101-4/+2
* trace: Convert to automakeTom Stellard2013-01-103-13/+19
* r300g: Link ralloc.c and register_allocate.c into separate libraryMatt Turner2013-01-101-4/+13
* r300g: Build a libtool archiveTom Stellard2013-01-101-7/+11
* r300g: Use gallium automake include fileTom Stellard2013-01-101-5/+3
* r300g: don't set sample positions to the pixel center if MSAA is disabledMarek Olšák2013-01-103-11/+5
* r600g: Fix memory leak in r600_bytecode_add_vtx.Vinson Lee2013-01-091-0/+1
* r300g: optionally log MSAA resources to stderrMarek Olšák2013-01-093-0/+8
* r300g: fix the GPU name in the renderer stringMarek Olšák2013-01-091-0/+1
* r300g: fix CS checker errors caused by emit_dsa_stateMarek Olšák2013-01-091-1/+1
* r600g: implement buffer copying using CP DMA for R7xx, Evergreen, CaymanMarek Olšák2013-01-089-24/+140
* nvc0: catch too high GENERIC indices to prevent GRAPH trapsChristoph Bumiller2013-01-081-0/+6
* nvc0: use correct resource target to select blit shaderChristoph Bumiller2013-01-081-2/+2
* nvc0: add missing call to map edge flag in push_vboChristoph Bumiller2013-01-081-0/+3
* nv50/ir: wrap assertion using typeid in #ifndef NDEBUGChristoph Bumiller2013-01-081-0/+2
* nvc0: fix out of bounds writes for unaligned sizes in push_dataChristoph Bumiller2013-01-081-2/+4
* 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