summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-0713-176/+227
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-074-13/+12
* r600g: flush FMASK and CMASK at the end of CSMarek Olšák2013-01-061-1/+3
* r300g: implement MSAAMarek Olšák2013-01-0614-149/+458
* r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emittingMarek Olšák2013-01-063-79/+46