summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-17work in progressHEADmasterIan Romanick2-24/+122
2011-07-17glsl: Reject shaders that contain static recursionIan Romanick5-0/+389
2011-07-17glsl: Make prototype_string publicly availableIan Romanick2-2/+8
2011-07-17linker: Only over-ride built-ins when a prototype has been seenIan Romanick2-5/+21
2011-07-17darwin: Include glxhash.c in libGL on darwinJeremy Huddleston1-0/+1
2011-07-16xvmc-nouveau: Resolve buildEmil Velikov2-1/+22
2011-07-16nv50: fix bogus error message about 3d surfacesChristoph Bumiller1-1/+3
2011-07-16gallivm: Rename createAsmInfo to createMCAsmInfo with llvm-3.0.Vinson Lee1-0/+4
2011-07-15xmlconfig: remove an unused-but-set variableMarek Olšák1-2/+2
2011-07-15r600g: print to stderr that a CS has been rejected by the kernelMarek Olšák1-0/+4
2011-07-15prog_optimize: fix a warning that a variable may be uninitializedMarek Olšák1-0/+3
2011-07-15r300/compiler: remove an unused-but-set variable and simplify the codeMarek Olšák1-9/+6
2011-07-15r300/compiler: fix a warning that a variable may be uninitializedMarek Olšák1-1/+1
2011-07-15st/mesa: remove unused-but-set variables in st_program.cMarek Olšák1-33/+31
2011-07-15swrast: remove an unused-but-set variableMarek Olšák1-11/+0
2011-07-15mesa: fix unused-but-set-variable warnings in dlist.cMarek Olšák1-6/+6
2011-07-15r600g: fix queries and predicationVadim Girlin4-49/+118
2011-07-15drisw: Fix 24bpp software rendering, take 2Marc Pignat1-0/+7
2011-07-15g3dvl: no need for flushing inside the compositor any moreChristian König5-10/+7
2011-07-15g3dvl: correctly distinct dst area and clip area in the compositorChristian König5-13/+23
2011-07-15r600c/g: add new NI pci idsAlex Deucher2-0/+4
2011-07-15g3dvl: link r300 and r600 targets width libdrm instead of libdrm_radeonChristian König6-6/+6
2011-07-15gallium/targets: link vdpau, va, and xvmc with LLVM libs when requestedMarek Olšák3-3/+25
2011-07-15g3dvl: change picture parameter of decode_bitstream to general versionChristian König3-5/+7
2011-07-15g3dvl: Build softpipe when needed.Younes Manton1-0/+3
2011-07-15g3dvl: Build the right winsys dependencies when needed.Younes Manton1-6/+15
2011-07-14make: Fix program/lex.yy.c & friends generation.José Fonseca1-1/+1
2011-07-14Squashed commit of the following:José Fonseca181-63357/+74
2011-07-14configure: allow C{,XX}FLAGS overrideMarcin Baczyński1-0/+8
2011-07-14configure: fix gcc version checkMarcin Baczyński1-1/+1
2011-07-14vbo: minor optimisation in vbo_exec_DrawRangeElementsDave Airlie1-3/+3
2011-07-14gallium: don't use enum bitfields in p_video_state.hBrian Paul1-6/+6
2011-07-14gallium: put video-related enums in separate headerBrian Paul5-45/+80
2011-07-14i915g: move declaration before codeBrian Paul1-1/+2
2011-07-14mesa: use inline function wrapper for _mesa_reference_texobj()Brian Paul2-7/+15
2011-07-14mesa: use inline function wrapper for _mesa_reference_renderbuffer()Brian Paul2-9/+14
2011-07-14mesa: use inline function wrapper for _mesa_reference_framebuffer()Brian Paul2-9/+13
2011-07-14main: use inline function wrapper for _mesa_reference_buffer_object()Brian Paul2-7/+16
2011-07-14mesa: split _mesa_reference_program() into hot/cold paths.Dave Airlie2-7/+18
2011-07-14g3dvl: check for existense of VA API header/libsChristian König1-1/+4
2011-07-14g3dvl: check for existense of VDPAU header/libsChristian König1-2/+2
2011-07-14g3dvl: check for existense of XvMC header/libsChristian König1-2/+2
2011-07-14nv50,nvc0: extensive surface format renaming to get consistencyChristoph Bumiller8-191/+220
2011-07-14nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller23-213/+308
2011-07-14nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2-0/+9
2011-07-14nv50,nvc0: unify nvc0_miptree and nv50_miptree structsChristoph Bumiller14-425/+535
2011-07-14nv50,nvc0: don't advertise unaligned texture format supportChristoph Bumiller2-24/+24
2011-07-14g3dvl: Remove non-constant expression array initializers.Vinson Lee2-7/+31
2011-07-14configure.ac: don't build gallium driver libs just to see if there are no errorsMarek Olšák1-7/+18
2011-07-14gallium/targets: do not link every driver with libllvmpipe.aMarek Olšák7-3/+9