aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-0527-105/+106
* mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.Kenneth Graunke2012-10-051-1/+2
* i915g: Get rid of the fixup state functions.Stéphane Marchesin2012-10-053-48/+0
* i915g: Remove the i915_context->saved_* stuff.Stéphane Marchesin2012-10-053-46/+23
* i915g: Don't update I915_HW_PROGRAM in update_framebufferStéphane Marchesin2012-10-051-2/+2
* Revert "i915g: Don't bind 0-length programs"Stéphane Marchesin2012-10-051-8/+2
* glapi: Do not use backtrace on Cygwin.Vinson Lee2012-10-041-1/+1
* mesa: don't enable glVertexPointer() when using API_OPENGLES2.Paul Berry2012-10-041-2/+0
* i915g: Don't bind 0-length programsStéphane Marchesin2012-10-041-2/+8
* mesa: don't call TexImage driver hooks for zero-sized imagesBrian Paul2012-10-041-7/+9
* intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage caseRob Bradford2012-10-031-1/+4
* dri drivers: Link dricommon before dynamic librariesMatt Turner2012-10-035-10/+10
* register_allocate: don't consider trivially colorable registers for spilling.Paul Berry2012-10-031-0/+7
* glx/dri2: use uint64_t instead of double to represent time for FPS calculationMarek Olšák2012-10-031-5/+6
* mesa: tests: EnumStrings.LookUpByNumberOliver McFadden2012-10-031-2/+2
* docs: add link to the GLSL compiler pageAndreas Boll2012-10-031-0/+1
* docs: update shading documentationAndreas Boll2012-10-031-8/+5
* build: Remove autoconf check for signbitMatt Turner2012-10-021-7/+0
* i915g: Implement srgb textures the easy way.Stéphane Marchesin2012-10-023-102/+9
* i915g: Use X tiling for texturesStéphane Marchesin2012-10-021-7/+2
* SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg2012-10-021-2/+1
* mesa: remove bogus compressed texture size checksBrian Paul2012-10-022-28/+0
* radeonsi: Fix double compilation of shader variants.Michel Dänzer2012-10-022-6/+4
* radeonsi: Better indexing of parameters in the pixel shader.Michel Dänzer2012-10-023-8/+12
* radeon/llvm: Disable SI flow control again for now.Michel Dänzer2012-10-021-1/+2
* docs/helpwanted: cleanup todo list linksAndreas Boll2012-10-021-14/+24
* docs: document how to apply a candidate to a stable branchAndreas Boll2012-10-021-0/+8
* docs: document how to mark a candidate for a stable branchAndreas Boll2012-10-021-0/+16
* android: glcpp: fix abuse of yylexNegreanu Marius Adrian2012-10-022-6/+6
* build: Don't build libdricore if not building classic driversMatt Turner2012-10-012-1/+6
* libdricore: Remove dead C(XX)FLAGS_NOVISIBILITYMatt Turner2012-10-011-5/+2
* build: Add visibility CFLAGS to OSMesaMatt Turner2012-10-011-2/+4
* build: Link OSMesa with glapi, libdl, libstdc++Matt Turner2012-10-011-5/+12
* build: Set visibility CFLAGS in dri/swrastMatt Turner2012-10-011-1/+2
* build: Set visibility CFLAGS in dri/r200Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/radeonMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/nouveauMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/commonMatt Turner2012-10-011-1/+2
* build: Build src/glsl with visibility CFLAGSMatt Turner2012-10-011-3/+3
* build: Turn on visibility CFLAGS for core mesaMatt Turner2012-10-011-2/+2
* build: Order src/Makefile correctlyMatt Turner2012-10-011-1/+1
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-0115-35/+35
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-016-23/+32
* build: Set PTHREAD_LIBS for pkgconfig files if emptyMatt Turner2012-10-011-0/+4
* llvmpipe: Fix build with LLVM 2.8Tom Stellard2012-10-011-1/+1
* configure.ac: Use amdgpu component for LLVM 3.2Tom Stellard2012-10-011-4/+2
* radeon/llvm: Only initialize the AMDGPU targetTom Stellard2012-10-011-7/+1
* radeon: Fix build with LLVM 3.1Tom Stellard2012-10-011-0/+1
* radeon: Support LLVM 3.2Tom Stellard2012-10-014-9/+31