summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cso: remove unreachable break statementsBrian Paul2012-08-031-5/+0
* cso: 80-column wrapping, remove trailing whitespace, etcBrian Paul2012-08-031-33/+54
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-0311-280/+179
* st/mesa: Ensure dst in compile_instruction is initialized.Vinson Lee2012-08-021-1/+1
* radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flagsTom Stellard2012-08-021-1/+1
* radeon/llvm: Add support for more f32 CMP instructions on SITom Stellard2012-08-021-5/+15
* radeon/llvm: Add support for fneg on SITom Stellard2012-08-022-0/+16
* radeon/llvm: Add support for fp_to_sint on SITom Stellard2012-08-021-1/+3
* radeon/llvm: Remove CMOVLOG DAG nodeTom Stellard2012-08-026-75/+9
* radeonsi: Properly initialize si_shader_ctx.radeon_bldTom Stellard2012-08-021-0/+1
* radeonsi: Handle TGSI TXP opcode.Michel Dänzer2012-08-021-2/+24
* radeonsi: Handle TGSI DIV opcode.Michel Dänzer2012-08-021-0/+5
* svga: remove questionable INLINE qualifiersBrian Paul2012-08-021-2/+2
* 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