summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* build: Don't build pipebufferMatt Turner2013-01-102-19/+0
* radeon/llvm: Convert to AutomakeTom Stellard2013-01-105-36/+51
* state_trackers/dri/sw: Convert to automakeMatt Turner2013-01-103-25/+44
* state_trackers/dri/drm: Convert to automakeMatt Turner2013-01-103-27/+44
* state_trackers/dri: Convert to automakeMatt Turner2013-01-103-12/+24
* winsys/sw/xlib: Convert to automakeMatt Turner2013-01-103-17/+36
* winsys/sw/wrapper: Convert to automakeMatt Turner2013-01-103-12/+35
* winsys/sw/wayland: Convert to automakeMatt Turner2013-01-103-13/+36
* winsys/sw/null: Convert to automakeMatt Turner2013-01-103-16/+35
* winsys/sw/fbdev: Convert to automakeMatt Turner2013-01-103-13/+35
* winsys/sw/dri: Convert to automakeMatt Turner2013-01-103-13/+35
* winsys/sw: Convert to automakeMatt Turner2013-01-103-26/+38
* svga/winsys/drm: Convert to automakeMatt Turner2013-01-103-19/+42
* nouveau/winsys/drm: Convert to automakeMatt Turner2013-01-103-11/+38
* 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
* i915/winsys/sw: Convert to automakeMatt Turner2013-01-103-12/+42
* i915/winsys/drm: Convert to automakeMatt Turner2013-01-103-13/+39
* i915g: Convert to automakeMatt Turner2013-01-103-9/+37
* r600g: Use gallium automake include fileMatt Turner2013-01-101-4/+2
* libgallium: Convert to automakeTom Stellard2013-01-103-47/+53
* trace: Convert to automakeTom Stellard2013-01-103-13/+19
* radeon/winsys: Convert to automakeTom Stellard2013-01-103-15/+16
* r300g: Link ralloc.c and register_allocate.c into separate libraryMatt Turner2013-01-105-6/+18
* r300g: Build a libtool archiveTom Stellard2013-01-101-7/+11
* r300g: Use gallium automake include fileTom Stellard2013-01-101-5/+3
* gallium: Add common automake include fileTom Stellard2013-01-101-0/+6
* automake: Convert Gallium target and winsysMatt Turner2013-01-106-24/+4
* 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
* clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr2013-01-082-3/+4
* r600g: implement buffer copying using CP DMA for R7xx, Evergreen, CaymanMarek Olšák2013-01-089-24/+140
* winsys/radeon: bump the size of relocation hashlistMarek Olšák2013-01-081-2/+2
* 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