index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.
Paul Berry
2012-08-01
1
-1
/
+9
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
11
-22
/
+23
*
glsl: Add support for OES_standard_derivatives in GLSL ES.
Tomeu Vizoso
2012-08-01
3
-0
/
+23
*
intel: Use consistent pattern in intelCreateBuffer
Chad Versace
2012-08-01
1
-4
/
+2
*
intel: Decrease nesting level in intelCreateBuffer
Chad Versace
2012-08-01
1
-66
/
+63
*
intel: Remove dead code in intelAllocateBuffer
Chad Versace
2012-08-01
1
-85
/
+7
*
configure.ac: Remove extra ;;
Matt Turner
2012-08-01
1
-1
/
+1
*
configure.ac: Don't duplicate CFLAGS
Matt Turner
2012-08-01
1
-4
/
+0
*
configure.ac: Remove contractions to stop breaking syntax highlighting
Matt Turner
2012-08-01
1
-4
/
+4
*
configure.ac: remove remnants of ppc asm support
Matt Turner
2012-08-01
1
-7
/
+0
*
linux: Default to dri not xlib on all arches
Adam Jackson
2012-08-01
1
-3
/
+1
*
nv50,nvc0: make resolve sampler objects allow sRGB conversion
Christoph Bumiller
2012-08-01
3
-12
/
+25
*
Revert "gallium: specify resource_resolve destination via a pipe_surface"
Christoph Bumiller
2012-08-01
6
-39
/
+58
*
r200: get rid of dubious aux scissor bits
Roland Scheidegger
2012-08-01
2
-24
/
+15
*
radeon/r200: get rid of some unneeded cliprect/scissor code
Roland Scheidegger
2012-08-01
4
-62
/
+3
*
r200: get rid of old gart memory functions from old dri1
Roland Scheidegger
2012-08-01
2
-32
/
+0
*
radeon/r200: fix bogus clears
Roland Scheidegger
2012-08-01
2
-52
/
+22
*
radeon/r200: fix bogus assert/scissor wrt width/height 2048
Roland Scheidegger
2012-08-01
2
-8
/
+8
*
radeon/llvm: fix calculation of max register number
Christian König
2012-08-01
1
-1
/
+1
*
radeon/llvm: Add pseudo-support for 64-bit immediate types on SI
Tom Stellard
2012-07-31
2
-0
/
+23
*
radeon/llvm: Fix incorrect return value in SelectADDRReg()
Tom Stellard
2012-07-31
1
-1
/
+1
*
radeon/llvm: Move SMRD IMM pattern before SMRD SGPR pattern
Tom Stellard
2012-07-31
1
-7
/
+6
*
glsl: Reject linking shaders with too many uniform blocks.
Eric Anholt
2012-07-31
1
-0
/
+34
*
mesa: Return -1 for glGetUniformLocation on UBOs.
Eric Anholt
2012-07-31
1
-0
/
+10
*
glsl: Assign array and matrix stride values according to std140 layout.
Eric Anholt
2012-07-31
1
-4
/
+15
*
glsl: Add support for default layout qualifiers for uniforms.
Eric Anholt
2012-07-31
5
-38
/
+99
*
glsl: Merge UBO layout qualifiers in a qualifier list.
Eric Anholt
2012-07-31
1
-1
/
+23
*
mesa: Add support for GL_ARB_ubo's glGetActiveUniformName().
Eric Anholt
2012-07-31
1
-0
/
+39
*
mesa: Add support for most of the other pnames of glGetActiveUniformBlockiv().
Eric Anholt
2012-07-31
1
-0
/
+30
*
mesa: Add support for getting active uniform block names.
Eric Anholt
2012-07-31
1
-0
/
+47
*
mesa: Add support for glUniformBlockBinding() and the API to get it back.
Eric Anholt
2012-07-31
1
-0
/
+95
*
glsl: Incorporate all UBO language changes into GLSL 1.40.
Eric Anholt
2012-07-31
1
-0
/
+4
*
mesa: Add support for glGetProgramiv pnames for UBOs.
Eric Anholt
2012-07-31
1
-0
/
+29
*
glsl: Refactor #version validation to be more future-proof.
Kenneth Graunke
2012-07-31
3
-38
/
+16
*
i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats.
Eric Anholt
2012-07-31
1
-8
/
+3
*
glsl: Fix #pragma invariant(all) language version check.
Kenneth Graunke
2012-07-31
1
-1
/
+1
*
mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40.
Kenneth Graunke
2012-07-31
1
-0
/
+10
*
ir_to_mesa: make size_swizzles[] array static const
Brian Paul
2012-07-31
1
-1
/
+1
*
Move installing osmesa.pc to drivers/osmesa
Jon TURNEY
2012-07-31
4
-9
/
+4
*
gallium/util: Use GCC built-in functions for NaN and infinity.
Vinson Lee
2012-07-30
1
-0
/
+5
*
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
Jordan Justen
2012-07-30
4
-167
/
+232
*
intel: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
meta: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
glsl: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-8
/
+7
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
11
-19
/
+29
*
mesa: add api check functions
Jordan Justen
2012-07-30
1
-0
/
+20
*
mesa: add API_OPENGL_CORE api
Jordan Justen
2012-07-30
1
-2
/
+3
*
glsl: Fix ir_last_opcode value.
Ian Romanick
2012-07-30
1
-1
/
+1
*
glsl: Request an Nx1 type instance in ir_quadop_vector lowering pass.
Ian Romanick
2012-07-30
1
-1
/
+1
*
glsl: Make bvec and ivec types accessible without using get_instance.
Kenneth Graunke
2012-07-30
2
-0
/
+10
[next]