summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-03st/xorg: updates for CSO interface changesBrian Paul2-7/+9
2012-08-03st/xa: updates for CSO interface changesBrian Paul4-9/+9
2012-08-03vega: fix build breakage from cso sampler/view changesBrian Paul1-17/+17
2012-08-03cso: remove unreachable break statementsBrian Paul1-5/+0
2012-08-03cso: 80-column wrapping, remove trailing whitespace, etcBrian Paul1-33/+54
2012-08-03gallium: consolidate CSO sampler and sampler_view functionsBrian Paul11-280/+179
2012-08-02st/mesa: Ensure dst in compile_instruction is initialized.Vinson Lee1-1/+1
2012-08-02radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flagsTom Stellard1-1/+1
2012-08-02radeon/llvm: Add support for more f32 CMP instructions on SITom Stellard1-5/+15
2012-08-02radeon/llvm: Add support for fneg on SITom Stellard2-0/+16
2012-08-02radeon/llvm: Add support for fp_to_sint on SITom Stellard1-1/+3
2012-08-02radeon/llvm: Remove CMOVLOG DAG nodeTom Stellard6-75/+9
2012-08-02radeonsi: Properly initialize si_shader_ctx.radeon_bldTom Stellard1-0/+1
2012-08-02radeonsi: Handle TGSI TXP opcode.Michel Dänzer1-2/+24
2012-08-02radeonsi: Handle TGSI DIV opcode.Michel Dänzer1-0/+5
2012-08-02svga: remove questionable INLINE qualifiersBrian Paul1-2/+2
2012-08-02svga: sort #includesBrian Paul1-4/+4
2012-08-02svga: add some comments in svga_screen_cache.cBrian Paul1-1/+14
2012-08-02svga: whitespace, formatting fixesBrian Paul1-52/+54
2012-08-02svga: remove unneeded 'struct svga_screen' declarationsBrian Paul2-2/+0
2012-08-02mesa: fix default_access_mode() result for ES2Brian Paul1-1/+1
2012-08-02mesa: default_access_mode() returns a GLbitfield, not GLenumBrian Paul1-1/+1
2012-08-02scons: set YACCHXXFILESUFFIX to stop needless rebuilding of the parserJosé Fonseca1-0/+4
2012-08-02radeonsi: initial VDPAU targetChristian König3-1/+55
2012-08-02radeon/llvm: fix fp immediates on SIChristian König1-7/+20
2012-08-02radeonsi: fix TEX writemaskChristian König1-2/+2
2012-08-02radeonsi: fix shader param and color countChristian König1-5/+6
2012-08-02radeonsi: fix texture loads from sampler > 0Christian König1-2/+2
2012-08-02radeonsi: disable tiling until we fixed all bugsChristian König1-0/+2
2012-08-01scons: Add support for Intel Compiler.Vinson Lee2-1/+7
2012-08-01meta: Use sampler object in framebuffer blitPauli Nieminen1-17/+14
2012-08-01meta: Add sampler object to texture decompressionPauli Nieminen1-20/+24
2012-08-01mesa: Allow meta module to call sampler functionsPauli Nieminen2-4/+15
2012-08-01swrast: Support sampler object for texture fetching statePauli Nieminen11-361/+449
2012-08-01mesa: Make ARB_sampler_objects mandatoryPauli Nieminen6-11/+3
2012-08-01mesa/program: Use sampler object state if presentPauli Nieminen1-1/+4
2012-08-01mesa/ff_shader: Fix sampler state readingPauli Nieminen1-1/+4
2012-08-01radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen10-39/+67
2012-08-01radeon: Fix printf format not to warn in 64bitPauli Nieminen1-2/+2
2012-08-01nouveau: Add support for ARB_sampler_objectsPauli Nieminen4-31/+46
2012-08-01mesa/samplerobj: Support EXT_texture_sRGB_decodePauli Nieminen1-0/+55
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen12-21/+18
2012-08-01i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.Paul Berry1-1/+9
2012-08-01i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry11-22/+23
2012-08-01glsl: Add support for OES_standard_derivatives in GLSL ES.Tomeu Vizoso3-0/+23
2012-08-01intel: Use consistent pattern in intelCreateBufferChad Versace1-4/+2
2012-08-01intel: Decrease nesting level in intelCreateBufferChad Versace1-66/+63
2012-08-01intel: Remove dead code in intelAllocateBufferChad Versace1-85/+7
2012-08-01configure.ac: Remove extra ;;Matt Turner1-1/+1
2012-08-01configure.ac: Don't duplicate CFLAGSMatt Turner1-4/+0