summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-1510-14/+0
* softpipe: implement separate depth-stencil clearMarek Olšák2013-01-151-3/+12
* gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr2013-01-141-1/+2
* r300g: set a dummy vertex buffer in context_createMarek Olšák2013-01-141-0/+1
* r300g: fix MSAA resolve to an untiled textureMarek Olšák2013-01-143-3/+10
* r300g: advertise MSAA support for the RGB10_A2 format on r500Marek Olšák2013-01-142-12/+47
* r300g: allow separate depth and stencil clearMarek Olšák2013-01-141-1/+1
* r300g: if both Z and stencil are present, they must be fast-cleared togetherMarek Olšák2013-01-141-6/+11
* r300g: allow HiZ with a 16-bit zbufferMarek Olšák2013-01-141-1/+0
* r300g: random hyperz cleanupsMarek Olšák2013-01-142-3/+2
* Remove hacks for static MakefilesMatt Turner2013-01-1314-57/+0
* nv50/nvc0: Build codegen in nv50.Johannes Obermayr2013-01-126-36/+45
* r600g: fix warnings for htile vaDave Airlie2013-01-112-2/+2
* r600g: texture buffer object + glsl 1.40 enable support (v2)Dave Airlie2013-01-1110-19/+373
* r600g: uniform buffer object supportDave Airlie2013-01-112-9/+49
* r600: always export a position from vertex shaderDave Airlie2013-01-111-0/+17
* drivers/radeon: Don't link against libgallium.laTom Stellard2013-01-111-2/+1
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-105-31/+87
* 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