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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: Add hooks for the LLVM shader compiler
Tom Stellard
2012-04-23
3
-2
/
+304
*
r600g: Add TGSI->LLVM implementation v2
Tom Stellard
2012-04-23
2
-0
/
+330
*
radeon: Move radeon_llvm_emit.cpp declarations into their own header
Tom Stellard
2012-04-23
5
-19
/
+58
*
radeon: Remove HAVE_LLVM ifdefs
Tom Stellard
2012-04-23
1
-10
/
+0
*
r600g: fix gpr number calculation
Vadim Girlin
2012-04-23
1
-0
/
+3
*
r600g: split add_reg into add_reg and add_reg_bo variants
Dave Airlie
2012-04-23
4
-215
/
+193
*
glapi: Correct size of allocated _glapi_table struct
Jonas Maebe
2012-04-22
1
-1
/
+1
*
r600g: enable GLSL130 on all cards
Dave Airlie
2012-04-22
1
-3
/
+2
*
r600g: enable dual src blending on r600 cards
Dave Airlie
2012-04-21
1
-1
/
+1
*
r600g: enable GLSL 1.30 for r600 class
Dave Airlie
2012-04-21
1
-1
/
+1
*
r600: enable glsl 1.30 on r700
Dave Airlie
2012-04-21
1
-1
/
+1
*
r600g: report INTEGERS cap if glsl130 is on.
Dave Airlie
2012-04-20
1
-1
/
+2
*
r600g: enable glsl 130 on evergreen.
Dave Airlie
2012-04-20
1
-1
/
+3
*
r600g: disable I2F conversion for InstanceID if integers are supported
Vadim Girlin
2012-04-20
1
-11
/
+16
*
r600g: store glsl_feature_level in the r600_screen
Vadim Girlin
2012-04-20
2
-1
/
+3
*
mesa: move gl_array_attrib::NewState to gl_array_object::NewArrays
Brian Paul
2012-04-20
6
-18
/
+10
*
i965: Convert live interval computation to using live variable analysis.
Eric Anholt
2012-04-19
1
-39
/
+26
*
i965: Move the old live interval analysis code next to the new live vars code.
Eric Anholt
2012-04-19
2
-122
/
+122
*
i965: Add support for live variable analysis using dataflow analysis.
Eric Anholt
2012-04-19
3
-0
/
+245
*
i965: Add basic block generator.
Eric Anholt
2012-04-19
5
-0
/
+392
*
i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation.
Eric Anholt
2012-04-19
1
-0
/
+2
*
glsl: Properly throw compile-time errors for conflicting FS output writes.
Eric Anholt
2012-04-19
1
-0
/
+66
*
glsl: Track in each ir_variable whether it was ever assigned.
Eric Anholt
2012-04-19
3
-13
/
+33
*
glsl: Convert the tests directory to automake.
Eric Anholt
2012-04-19
2
-0
/
+3
*
glsl: Fix up some comments in structure splitting, based on array-split work.
Eric Anholt
2012-04-19
1
-3
/
+8
*
glsl: Don't allow array splitting on function arguments.
Eric Anholt
2012-04-19
1
-1
/
+17
*
glsl: Rename the "whole_array_access" member in array splitting.
Eric Anholt
2012-04-19
1
-11
/
+15
*
glsl: Fix up a comment explaining what a visitor class does.
Eric Anholt
2012-04-19
1
-1
/
+4
*
glsl: Use the column_types() helper method.
Eric Anholt
2012-04-19
1
-2
/
+1
*
Revert "mesa: only update _MaxElement when we actually need it"
Marek Olšák
2012-04-19
1
-3
/
+1
*
radeonsi: Fix VGPR_BIT() definition.
Michel Dänzer
2012-04-19
1
-1
/
+1
*
radeonsi: Replace magic numbers for vertex buffer resource.
Michel Dänzer
2012-04-19
1
-4
/
+8
*
radeonsi: (User) SGPR related cleanups.
Michel Dänzer
2012-04-19
3
-16
/
+33
*
radeonsi: Fix sampler offsets for shader intrinsic.
Michel Dänzer
2012-04-19
1
-2
/
+2
*
mesa: move unrefs of array objects earlier in _mesa_free_context_data()
Brian Paul
2012-04-19
1
-3
/
+3
*
nv50,nvc0: prevent multiple flushes when user spins on get_query_result
Christoph Bumiller
2012-04-19
2
-19
/
+31
*
nv50/ir/opt: swap VP inputs to first source where possible
Christoph Bumiller
2012-04-19
1
-0
/
+17
*
vbo: remove vbo_context::mat_currval
Marek Olšák
2012-04-19
5
-12
/
+8
*
vbo: remove vbo_context::generic_currval
Marek Olšák
2012-04-19
7
-12
/
+16
*
vbo: remove vbo_context::legacy_currval
Marek Olšák
2012-04-19
7
-16
/
+14
*
vbo: remove unused variables in vbo_context
Marek Olšák
2012-04-19
1
-4
/
+0
*
vbo: don't check twice whether it's valid to render
Marek Olšák
2012-04-19
1
-20
/
+0
*
mesa: set _NEW_VARYING_VP_INPUTS flag only if fixed-func VP is enabled & valid
Marek Olšák
2012-04-19
1
-1
/
+10
*
mesa: add _NEW_VARYING_VP_INPUTS for gl_context::varying_vp_inputs
Marek Olšák
2012-04-19
5
-9
/
+11
*
mesa,vbo: properly detect when vertex arrays need to be recalculated
Marek Olšák
2012-04-19
6
-45
/
+25
*
mesa: only update _MaxElement when we actually need it
Marek Olšák
2012-04-19
1
-1
/
+3
*
st/mesa: use bitshifting to define state flags
Marek Olšák
2012-04-19
1
-6
/
+6
*
radeonsi: MIMG shader instructions require waiting for the results.
Michel Dänzer
2012-04-19
1
-0
/
+2
*
radeonsi: Replace more magic numbers for sampler state.
Michel Dänzer
2012-04-19
1
-7
/
+7
*
radeonsi: Fix mip filter encoding in sampler state.
Michel Dänzer
2012-04-19
1
-3
/
+3
[next]