index
:
~thomash/mesa
master
svga-gl3-merge
mesa repo for work-in-progress.
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-03
exec_list: replace class with struct
Brian Paul
1
-1
/
+1
2010-09-03
mesa: fix up a comment
Brian Paul
1
-1
/
+2
2010-09-03
st/glx: added some comments
Brian Paul
1
-0
/
+8
2010-09-03
nvfx: implement LIT in fp
Luca Barbieri
2
-1
/
+24
2010-09-03
glsl2: Use as_constant some places instead of constant_expression_value
Ian Romanick
2
-3
/
+3
2010-09-03
glsl2: Allow copy / constant propagation into array indices
Ian Romanick
2
-32
/
+12
2010-09-03
glsl2: Add module to perform simple loop unrolling
Ian Romanick
7
-3
/
+123
2010-09-03
glsl2: Track the number of ir_loop_jump instructions that are in a loop
Ian Romanick
3
-0
/
+27
2010-09-03
ir_expression: Add static operator_string method
Ian Romanick
2
-3
/
+13
2010-09-03
exec_node: Add insert_before that inserts an entire list
Ian Romanick
1
-0
/
+23
2010-09-03
glsl2: Eliminate zero-iteration loops
Ian Romanick
1
-1
/
+7
2010-09-03
glsl2: Perform initial bits of loop analysis during compilation
Ian Romanick
2
-0
/
+10
2010-09-03
glsl2: Add module to suss out loop control variables from loop analysis data
Ian Romanick
4
-1
/
+305
2010-09-03
glsl2: Add module to analyze variables used in loops
Ian Romanick
4
-1
/
+672
2010-09-03
ir_to_mesa: Handle loops with loop controls set
Ian Romanick
1
-4
/
+44
2010-09-03
ir_validate: Validate loop control fields in ir_loop
Ian Romanick
1
-0
/
+35
2010-09-03
glsl2: Add cmp field to ir_loop
Ian Romanick
3
-6
/
+34
2010-09-03
glsl2: Set a flag when visiting the assignee of an assignment
Ian Romanick
4
-0
/
+24
2010-09-03
exec_list: Add pop_head
Ian Romanick
1
-0
/
+17
2010-09-03
ir_print_visitor: Print empty else blocks more compactly
Ian Romanick
1
-9
/
+13
2010-09-03
nvfx: fix division by zero in vp-ignore-input
Luca Barbieri
1
-1
/
+1
2010-09-03
nvfx: report correct max lodbias
Luca Barbieri
1
-1
/
+1
2010-09-03
nvfx: remove message
Luca Barbieri
1
-13
/
+0
2010-09-03
nvfx: support indirect addressing in vps
Luca Barbieri
4
-27
/
+96
2010-09-03
r600c: add proper returns for some evergreen functions
Alex Deucher
2
-2
/
+8
2010-09-03
nvfx: fix support for more than 8 texture units (fixes etqw crash)
Luca Barbieri
2
-4
/
+3
2010-09-03
r600g: fix segfault in state after rework
Dave Airlie
1
-2
/
+2
2010-09-03
r600c: emit DB_HTILE_DATA_BASE on evergreen
Alex Deucher
1
-4
/
+11
2010-09-03
r600g: refactor sample states into a reusable struct.
Dave Airlie
2
-97
/
+78
2010-09-03
r600g: reduce size of r600 context structure to !insane
Dave Airlie
2
-3
/
+29
2010-09-03
r600g: add texture border state.
Dave Airlie
2
-2
/
+42
2010-09-03
r600g: deref old driver states for set entry points.
Dave Airlie
1
-0
/
+10
2010-09-03
r600g: drop r600_bind_state.
Dave Airlie
1
-75
/
+34
2010-09-03
r600g: kill r600_context_state function
Dave Airlie
2
-96
/
+63
2010-09-03
r600g: move lots of state inline helpers to separate header.
Dave Airlie
2
-117
/
+120
2010-09-02
draw: Include missing headers in draw_vs_aos.h.
Vinson Lee
1
-0
/
+2
2010-09-03
r600g: drop magic numbers in depth state.
Dave Airlie
2
-3
/
+33
2010-09-02
util: Include missing header in u_linear.h.
Vinson Lee
1
-0
/
+1
2010-09-02
mesa: Fix printf-like warning.
Vinson Lee
2
-2
/
+2
2010-09-02
mesa: Fix printf-like warnings.
Vinson Lee
6
-16
/
+16
2010-09-02
r600g: force unbind of previously bind sampler/sampler_view
Jerome Glisse
2
-86
/
+95
2010-09-02
st/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
Brian Paul
1
-0
/
+1
2010-09-02
glsl2: Update TODO file
Ian Romanick
1
-19
/
+7
2010-09-02
r600g: fix memory/bo leak
Jerome Glisse
4
-2
/
+21
2010-09-02
mesa: fix code generation for ir_unop_sqrt
Brian Paul
1
-2
/
+3
2010-09-02
mesa: fix some printf warnings with casts
Brian Paul
4
-10
/
+10
2010-09-02
r600g: fix thinko in shadow code.
Dave Airlie
1
-1
/
+1
2010-09-02
r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.
Dave Airlie
1
-1
/
+1
2010-09-02
r600g: fix depth texture tests
Dave Airlie
1
-2
/
+2
2010-09-01
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2
-3
/
+10
[next]