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
*
glu: Fix deprecated conversion from string constant to ‘char*’ warning.
José Fonseca
2011-11-09
2
-2
/
+2
*
r600g: clarify meaning of one variable in shader codegen
Marek Olšák
2011-11-09
1
-1
/
+1
*
r600g: cosmetic changes in query code
Marek Olšák
2011-11-09
2
-10
/
+7
*
r600g: use modulo for computing index into query (ring) buffers
Marek Olšák
2011-11-09
1
-14
/
+5
*
r600g: make r600_query_result more generic
Marek Olšák
2011-11-09
1
-15
/
+37
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
20
-7048
/
+3
*
mesa: fix signed/unsigned integer comparison warnings
Brian Paul
2011-11-08
2
-5
/
+9
*
glsl: remove trailing comma to silence warning
Brian Paul
2011-11-08
1
-1
/
+1
*
mesa: Implement glGetFragDataLocation
Ian Romanick
2011-11-08
2
-20
/
+56
*
linker: Use app-specified fragment data location during linking
Ian Romanick
2011-11-08
4
-8
/
+25
*
mesa: Stub implementation of glBindFragDataLocation
Ian Romanick
2011-11-08
2
-18
/
+37
*
softpipe: don't clamp or do logical operations on floating-point buffers.
Morgan Armand
2011-11-08
1
-22
/
+54
*
st/mesa: Fix memory leak on error path.
Vinson Lee
2011-11-07
1
-1
/
+3
*
st/dri: Fix memory leak on error path.
Vinson Lee
2011-11-07
1
-1
/
+3
*
glsl: Generate IR for switch statements
Dan McCabe
2011-11-07
3
-45
/
+254
*
glsl: Reference data structure ctors in grammar
Dan McCabe
2011-11-07
3
-16
/
+193
*
glsl: Create AST structs corresponding to new productions in grammar
Dan McCabe
2011-11-07
1
-0
/
+59
*
glsl: Add productions to GLSL grammar for switch statement
Dan McCabe
2011-11-07
1
-3
/
+61
*
glsl: Create AST data structures for switch statement and case label
Dan McCabe
2011-11-07
1
-4
/
+20
*
util: add log2f for Android
Chia-I Wu
2011-11-07
1
-0
/
+11
*
mesa: remove prog_uniform.c from SConscript
Brian Paul
2011-11-07
1
-1
/
+0
*
Delete code made dead by previous uniform related patches
Ian Romanick
2011-11-07
12
-879
/
+0
*
mesa: Add missing check for glUniform*v count > 1 on non-array
Ian Romanick
2011-11-07
1
-0
/
+9
*
mesa: Rewrite the way uniforms are tracked and handled
Ian Romanick
2011-11-07
10
-252
/
+516
*
i965: Move _mesa_ir_link_shader call before device-specific linking
Ian Romanick
2011-11-07
1
-3
/
+3
*
mesa: Add log_uniform and log_program_parameters to dump data
Ian Romanick
2011-11-07
1
-0
/
+72
*
ir_to_mesa: Add _mesa_associate_uniform_storage
Ian Romanick
2011-11-07
2
-0
/
+76
*
mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functions
Ian Romanick
2011-11-07
3
-0
/
+59
*
mesa: Add _mesa_propagate_uniforms_to_driver_storage
Ian Romanick
2011-11-07
2
-0
/
+122
*
linker: Track uniform locations to new tracking structures
Ian Romanick
2011-11-07
2
-0
/
+98
*
mesa: Add structures for "new style" uniform tracking in shader programs
Ian Romanick
2011-11-07
1
-0
/
+25
*
linker: Add helper class for parcelling out backing storage to uniforms
Ian Romanick
2011-11-07
1
-0
/
+86
*
linker: Add helper class for determining uniform usage
Ian Romanick
2011-11-07
1
-0
/
+68
*
mesa: Move most of uniforms.c to uniform_query.cpp
Ian Romanick
2011-11-07
2
-967
/
+945
*
mesa: Refactor parameter validate for GetUniform, Uniform, and UniformMatrix
Ian Romanick
2011-11-07
1
-52
/
+99
*
mesa: Move {split,merge}_location_offset to uniforms.h
Ian Romanick
2011-11-07
2
-55
/
+57
*
glsl: Add new structures for tracking uniforms in linked shaders
Ian Romanick
2011-11-07
1
-0
/
+125
*
mesa: Make get_uniform available outside compilation unit
Ian Romanick
2011-11-07
2
-7
/
+11
*
mesa: Move the link check from _mesa_get_uniform_location to _mesa_GetUniform...
Ian Romanick
2011-11-07
1
-5
/
+11
*
linker: Make invalidate_variable_locations available outside the compilation ...
Ian Romanick
2011-11-07
2
-5
/
+9
*
glsl: Allow glsl_types.h to be included in C sources
Ian Romanick
2011-11-07
1
-8
/
+15
*
mesa: Add string_to_uint_map::clear method to clear the map
Ian Romanick
2011-11-07
1
-0
/
+8
*
mesa: Fix error generation for glClearBuffer{i ui}v with GL_DEPTH or GL_STENCIL
Ian Romanick
2011-11-07
1
-0
/
+84
*
mesa: fix the selection of soft renderbuffer color formats
Brian Paul
2011-11-07
1
-7
/
+17
*
mesa: remove unneeded soft renderbuffer format-setting code
Brian Paul
2011-11-07
1
-16
/
+0
*
mesa: fix comment typo in intel_renderbuffer
Brian Paul
2011-11-07
1
-1
/
+1
*
intel: update intel_texture_image comment
Brian Paul
2011-11-07
1
-1
/
+1
*
intel: wrap comment and fix typo
Brian Paul
2011-11-07
1
-2
/
+2
*
st/mesa: first implementation of Map/UnmapRenderbuffer()
Brian Paul
2011-11-07
2
-0
/
+61
*
xlib: implement renderbuffer mapping/unmapping
Brian Paul
2011-11-07
4
-5
/
+167
[next]