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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).
José Fonseca
2011-03-22
1
-3
/
+3
*
mesa: 80-column wrapping and comment updates
Brian Paul
2011-03-19
1
-19
/
+20
*
mesa: 80-column wrapping, update comment
Brian Paul
2011-03-19
1
-7
/
+12
*
mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/Q
Brian Paul
2011-03-19
1
-67
/
+9
*
mesa: consolidate clip plane update code
Brian Paul
2011-03-19
3
-25
/
+21
*
mesa: 80-column wrapping
Brian Paul
2011-03-19
1
-2
/
+2
*
mesa: replace macro with function
Brian Paul
2011-03-19
1
-8
/
+13
*
mesa: 80-column wrapping
Brian Paul
2011-03-19
1
-1
/
+2
*
mesa: rename functions to follow Mesa conventions
Brian Paul
2011-03-19
1
-35
/
+29
*
mesa: 80-column wrapping
Brian Paul
2011-03-19
1
-2
/
+4
*
r300/compiler: Use a 4-bit writemask in pair instructions
Tom Stellard
2011-03-18
3
-3
/
+4
*
nouveau: Fix serious compiler warnings
Johannes Obermayr
2011-03-18
1
-0
/
+1
*
mesa: minor improvements in glTexEnvfv()
Brian Paul
2011-03-17
1
-16
/
+17
*
mesa: only report up to 50 _mesa_problem() calls
Brian Paul
2011-03-17
1
-5
/
+11
*
swrast: report data type in error message
Brian Paul
2011-03-17
1
-1
/
+2
*
mesa: Remove the CompileShader driver hook; it's just a no-op.
Kenneth Graunke
2011-03-17
6
-42
/
+0
*
mesa: use _mesa_get_current_tex_unit() helper in BindTexture()
Brian Paul
2011-03-16
1
-2
/
+2
*
mesa: remove unneeded local var in BindTexture()
Brian Paul
2011-03-16
1
-3
/
+3
*
mesa: clean up the glBindTexture early out code a bit
Brian Paul
2011-03-16
1
-10
/
+12
*
i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).
Kenneth Graunke
2011-03-16
4
-11
/
+11
*
autoconf: don't use CFLAGS for cpp files
Tobias Droste
2011-03-16
1
-1
/
+1
*
i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.
Kenneth Graunke
2011-03-16
2
-9
/
+9
*
i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.
Kenneth Graunke
2011-03-16
3
-17
/
+17
*
mesa: Sort extensions in extension string by year.
José Fonseca
2011-03-16
1
-216
/
+278
*
mesa: Use typecast in BITFIELD64_BIT macro.
José Fonseca
2011-03-16
1
-5
/
+1
*
mesa: use BITFIELD64_BIT() macro
Brian Paul
2011-03-15
1
-2
/
+2
*
st/mesa: use BITFIELD64_BIT() macro in a few more places
Brian Paul
2011-03-15
3
-4
/
+4
*
mesa: use 1UL for 64-bit unsigned constant for C++
Brian Paul
2011-03-15
1
-0
/
+4
*
i965: Fix alpha testing when there is no color buffer in the FBO.
Eric Anholt
2011-03-15
3
-0
/
+13
*
i965: Do our lowering passes before the loop of optimization.
Eric Anholt
2011-03-15
1
-10
/
+8
*
mesa: fix scons build
Marek Olšák
2011-03-15
1
-1
/
+1
*
gallium: add texture barrier support to the interface and st/mesa (v2)
Marek Olšák
2011-03-15
6
-0
/
+105
*
mesa: add display list support for NV_texture_barrier
Marek Olšák
2011-03-15
1
-0
/
+22
*
mesa: regenerate glapi files
Marek Olšák
2011-03-15
3
-1995
/
+2013
*
mesa: add NV_texture_barrier
Marek Olšák
2011-03-15
9
-0
/
+114
*
st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object.
Mathias Fröhlich
2011-03-15
1
-5
/
+9
*
i965: Enable texture lookups whose return type is 'float'
Kenneth Graunke
2011-03-14
1
-1
/
+4
*
i965: Fix tex_swizzle when depth mode is GL_RED
Chad Versace
2011-03-14
1
-1
/
+2
*
i965: Remove dead assignment
Chad Versace
2011-03-14
1
-2
/
+0
*
mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8
Marek Olšák
2011-03-14
1
-6
/
+6
*
mesa: fix up assertion in _mesa_source_buffer_exists
Marek Olšák
2011-03-14
1
-0
/
+2
*
ir_to_mesa: do not check the number of uniforms against hw limits
Marek Olšák
2011-03-14
1
-5
/
+3
*
Revert "mesa: Convert fixed function fragment program generator to GLSL IR."
Eric Anholt
2011-03-12
4
-668
/
+783
*
Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...
Eric Anholt
2011-03-12
2
-10
/
+4
*
Revert "i965: Use the fixed function GLSL program instead of the ARB program."
Eric Anholt
2011-03-12
2
-5
/
+5
*
gallium: Delay the creation of simple helper shaders
Jakob Bornecrantz
2011-03-12
1
-16
/
+38
*
u_blitter: Do blits in linear color space.
Henri Verbeet
2011-03-12
1
-1
/
+1
*
r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500
Marek Olšák
2011-03-12
1
-1
/
+1
*
r300/compiler: TEX instructions don't support negation on source arguments
Marek Olšák
2011-03-12
1
-3
/
+0
*
r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)
Marek Olšák
2011-03-12
2
-9
/
+0
[next]