summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* svga: sort #includesBrian Paul2012-08-021-4/+4
* svga: add some comments in svga_screen_cache.cBrian Paul2012-08-021-1/+14
* svga: whitespace, formatting fixesBrian Paul2012-08-021-52/+54
* svga: remove unneeded 'struct svga_screen' declarationsBrian Paul2012-08-022-2/+0
* mesa: fix default_access_mode() result for ES2Brian Paul2012-08-021-1/+1
* mesa: default_access_mode() returns a GLbitfield, not GLenumBrian Paul2012-08-021-1/+1
* scons: set YACCHXXFILESUFFIX to stop needless rebuilding of the parserJosé Fonseca2012-08-021-0/+4
* radeonsi: initial VDPAU targetChristian König2012-08-023-1/+55
* radeon/llvm: fix fp immediates on SIChristian König2012-08-021-7/+20
* radeonsi: fix TEX writemaskChristian König2012-08-021-2/+2
* radeonsi: fix shader param and color countChristian König2012-08-021-5/+6
* radeonsi: fix texture loads from sampler > 0Christian König2012-08-021-2/+2
* radeonsi: disable tiling until we fixed all bugsChristian König2012-08-021-0/+2
* scons: Add support for Intel Compiler.Vinson Lee2012-08-012-1/+7
* meta: Use sampler object in framebuffer blitPauli Nieminen2012-08-011-17/+14
* meta: Add sampler object to texture decompressionPauli Nieminen2012-08-011-20/+24
* mesa: Allow meta module to call sampler functionsPauli Nieminen2012-08-012-4/+15
* swrast: Support sampler object for texture fetching statePauli Nieminen2012-08-0111-361/+449
* mesa: Make ARB_sampler_objects mandatoryPauli Nieminen2012-08-016-11/+3
* mesa/program: Use sampler object state if presentPauli Nieminen2012-08-011-1/+4
* mesa/ff_shader: Fix sampler state readingPauli Nieminen2012-08-011-1/+4
* radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen2012-08-0110-39/+67
* radeon: Fix printf format not to warn in 64bitPauli Nieminen2012-08-011-2/+2
* nouveau: Add support for ARB_sampler_objectsPauli Nieminen2012-08-014-31/+46
* mesa/samplerobj: Support EXT_texture_sRGB_decodePauli Nieminen2012-08-011-0/+55
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-0112-21/+18
* i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.Paul Berry2012-08-011-1/+9
* i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry2012-08-0111-22/+23
* glsl: Add support for OES_standard_derivatives in GLSL ES.Tomeu Vizoso2012-08-013-0/+23
* intel: Use consistent pattern in intelCreateBufferChad Versace2012-08-011-4/+2
* intel: Decrease nesting level in intelCreateBufferChad Versace2012-08-011-66/+63
* intel: Remove dead code in intelAllocateBufferChad Versace2012-08-011-85/+7
* configure.ac: Remove extra ;;Matt Turner2012-08-011-1/+1
* configure.ac: Don't duplicate CFLAGSMatt Turner2012-08-011-4/+0
* configure.ac: Remove contractions to stop breaking syntax highlightingMatt Turner2012-08-011-4/+4
* configure.ac: remove remnants of ppc asm supportMatt Turner2012-08-011-7/+0
* linux: Default to dri not xlib on all archesAdam Jackson2012-08-011-3/+1
* nv50,nvc0: make resolve sampler objects allow sRGB conversionChristoph Bumiller2012-08-013-12/+25
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-016-39/+58
* r200: get rid of dubious aux scissor bitsRoland Scheidegger2012-08-012-24/+15
* radeon/r200: get rid of some unneeded cliprect/scissor codeRoland Scheidegger2012-08-014-62/+3
* r200: get rid of old gart memory functions from old dri1Roland Scheidegger2012-08-012-32/+0
* radeon/r200: fix bogus clearsRoland Scheidegger2012-08-012-52/+22
* radeon/r200: fix bogus assert/scissor wrt width/height 2048Roland Scheidegger2012-08-012-8/+8
* radeon/llvm: fix calculation of max register numberChristian König2012-08-011-1/+1
* radeon/llvm: Add pseudo-support for 64-bit immediate types on SITom Stellard2012-07-312-0/+23
* radeon/llvm: Fix incorrect return value in SelectADDRReg()Tom Stellard2012-07-311-1/+1
* radeon/llvm: Move SMRD IMM pattern before SMRD SGPR patternTom Stellard2012-07-311-7/+6
* glsl: Reject linking shaders with too many uniform blocks.Eric Anholt2012-07-311-0/+34
* mesa: Return -1 for glGetUniformLocation on UBOs.Eric Anholt2012-07-311-0/+10