aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* libgl-gdi: Avoid hangs on DLL_PROCESS_DETACH.Rob Schneider2013-01-151-2/+4
* r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZMarek Olšák2013-01-154-18/+17
* r300g: implement MSAA compression and fast MSAA color clearMarek Olšák2013-01-1513-6/+211
* gallium/util: add a half float array to util_colorMarek Olšák2013-01-151-0/+1
* Revert "targets/opencl: Link against libgallium.la instead of libgallium.a"Tom Stellard2013-01-152-1/+9
* gallium/util: fix glClear with MRT by making the FS write to all cbufsMarek Olšák2013-01-154-7/+37
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-1513-19/+1
* softpipe: implement separate depth-stencil clearMarek Olšák2013-01-151-3/+12
* libgl-xlib: softpipe and llvmpipe aren't mutually exclusive at link timeJon TURNEY2013-01-151-2/+1
* util: add new primitive types to pipe_prim_names[] arrayBrian Paul2013-01-141-0/+4
* libgl-xlib: link with -lrtBrian Paul2013-01-141-1/+2
* gallium/svga: Make sure -std=gnu99 is set.Johannes Obermayr2013-01-142-2/+5
* 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-143-18/+12
* r300g: kill the X.Org state tracker targetMarek Olšák2013-01-143-245/+0
* xmlpool: Fix out-of-tree builds.Johannes Obermayr2013-01-138-0/+8
* target/dri-swrast: fix for nonstandard LLVM prefixNathan Schulte2013-01-131-0/+1
* targets/dri-r600: Force c++ linker in all casesAndreas Boll2013-01-131-8/+2
* Remove hacks for static MakefilesMatt Turner2013-01-1337-168/+0
* scons: Update for xmlpool/options.h generation.José Fonseca2013-01-123-0/+3
* nv50/nvc0: Build codegen in nv50.Johannes Obermayr2013-01-126-36/+45
* winsys/sw/wayland: Fix build to properly use wayland cflagsPekka Vuorela2013-01-121-1/+1
* 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
* targets/opencl: Link against libgallium.la instead of libgallium.aTom Stellard2013-01-111-1/+1
* drivers/radeon: Don't link against libgallium.laTom Stellard2013-01-111-2/+1
* targets/egl-static: fix link failure to libwayland-drmKnut Andre Tidemann2013-01-111-1/+1
* targets/dri-swrast: Force c++ linker in all cases.Johannes Obermayr2013-01-111-8/+2
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-106-31/+89
* gallivm: fix border color for integer texturesRoland Scheidegger2013-01-101-0/+5
* gallivm: more integer texture format fetch fixesRoland Scheidegger2013-01-106-35/+74
* Clean up .gitignore filesMatt Turner2013-01-1070-71/+0
* Remove MESA_PIC_FLAGS macroMatt Turner2013-01-103-7/+3
* Remove gallium's unused Makefile.templateMatt Turner2013-01-101-73/+0
* Remove gallium targets' Makefile.{dri,vdpau,xorg,xvmc}Matt Turner2013-01-104-338/+0
* gallium/tests/unit: Convert to automakeAndreas Boll2013-01-102-49/+34
* gallium/tests/trivial: Convert to automakeAndreas Boll2013-01-102-54/+34
* targets/pipe-loader: Convert to automakeMatt Turner2013-01-106-187/+177
* targets/gbm: Convert to automakeMatt Turner2013-01-103-41/+67
* targets/egl-static: Convert to automakeMatt Turner2013-01-103-215/+238
* targets/xa-vmwgfx: Convert to automakeMatt Turner2013-01-104-121/+65
* targets/xvmc-softpipe: Convert to automakeMatt Turner2013-01-103-21/+73
* targets/xvmc-r600: Convert to automakeMatt Turner2013-01-103-24/+75