index
:
nouveau/mesa
gallium-0.1
gallium-0.2
gallium-0.2-ng
master
Nouveau Mesa development
marcheu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-05
mesa: fix a GLSL array indexing codegen bug
Brian Paul
2
-8
/
+101
2008-11-05
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
21
-38
/
+299
2008-11-05
gallium: added check for degenerate drawing calls
Brian Paul
1
-0
/
+3
2008-11-05
gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d...
Brian Paul
1
-0
/
+27
2008-11-05
mesa: fix a GLSL array indexing codegen bug
Brian Paul
2
-8
/
+101
2008-11-05
gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL code
Brian Paul
4
-4
/
+54
2008-11-05
gallium: added tgsi_set_exec_mask()
Brian Paul
1
-0
/
+25
2008-11-05
gallium: added some sanity check assertions for constant buffer indexing
Brian Paul
1
-0
/
+4
2008-11-05
mesa: remove extra \n from printf string
Brian Paul
1
-1
/
+1
2008-11-05
mesa: remove extra \n from printf string
Brian Paul
1
-1
/
+1
2008-11-05
mesa: add Initialized field to gl_uniform struct, for debugging purposes only
Brian Paul
3
-7
/
+16
2008-11-05
mesa: add Initialized field to gl_uniform struct, for debugging purposes only
Brian Paul
3
-7
/
+16
2008-11-05
gallium: added some debug code (disabled)
Brian Paul
1
-0
/
+24
2008-11-05
gallium: disable some debug output
Brian Paul
1
-1
/
+2
2008-11-05
i915: Remove faulty assert
Jakob Bornecrantz
1
-1
/
+0
2008-11-05
draw: Implement TGSI_OPCODE_TRUNC.
michal
1
-0
/
+14
2008-11-05
tgsi: Implement OPCODE_TRUNC.
michal
1
-1
/
+17
2008-11-05
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
11
-19
/
+349
2008-11-05
draw: Implement TGSI_OPCODE_TRUNC.
michal
1
-0
/
+14
2008-11-05
tgsi: Implement OPCODE_TRUNC.
michal
1
-1
/
+17
2008-11-04
added glsl/skinning.c test to test matrix blending/weighting
Brian Paul
5
-2
/
+340
2008-11-04
mesa: fix float-valued GLSL vertex attribute variables
Brian Paul
1
-8
/
+8
2008-11-04
print err msg if unable to open shader file
Brian Paul
1
-0
/
+1
2008-11-04
remove old debug glFlush/Finish calls from demos
Brian Paul
4
-9
/
+0
2008-11-04
mesa: fix float-valued GLSL vertex attribute variables
Brian Paul
1
-8
/
+8
2008-11-03
gallium: no renderbuffer, so just exit.
Alan Hourihane
1
-1
/
+3
2008-11-03
gallium: Silence compiler warnings on Windows.
Michal Krol
1
-2
/
+2
2008-11-03
gallium: Read from PIPE_FORMAT_Z32_FLOAT.
José Fonseca
1
-0
/
+29
2008-11-03
i965: Clean up stale NDC comment.
Eric Anholt
1
-2
/
+1
2008-11-03
i965: Avoid vs header computation for negative rhw on G4X.
Eric Anholt
1
-3
/
+3
2008-11-03
i965: Merge GM45 into the G4X chipset define.
Eric Anholt
9
-25
/
+24
2008-11-03
i965: Fix copy'n'paste issue that made brw->urb.constrained useless.
Eric Anholt
1
-3
/
+7
2008-11-03
gallium: WinCE portability fixes.
José Fonseca
2
-2
/
+39
2008-11-03
gallium: Fix typo.
José Fonseca
1
-1
/
+1
2008-11-03
softpipe: Don't call pipe_buffer_destroy directly.
José Fonseca
2
-2
/
+2
2008-11-03
pipebuffer: Ensure refcounts of live buffer objects are never zero.
José Fonseca
2
-5
/
+13
2008-11-03
gallium: Ensure refcounts of live objects are never zero.
José Fonseca
1
-12
/
+18
2008-11-03
gallium: Fix msvc warning.
José Fonseca
1
-1
/
+1
2008-11-02
i965: Clean up stale NDC comment.
Eric Anholt
1
-2
/
+1
2008-11-02
i965: Avoid vs header computation for negative rhw on G4X.
Eric Anholt
1
-3
/
+3
2008-11-02
i965: Merge GM45 into the G4X chipset define.
Eric Anholt
9
-25
/
+24
2008-11-02
i965: Fix copy'n'paste issue that made brw->urb.constrained useless.
Eric Anholt
1
-3
/
+7
2008-11-01
Merge commit 'origin/master' into gallium-0.2
Alan Hourihane
55
-2898
/
+3493
2008-11-01
mesa: silence warnings
Brian Paul
1
-3
/
+3
2008-11-01
mesa: do scope replacement for while/for loops too
Brian Paul
1
-3
/
+7
2008-11-01
mesa: glsl tree print improvements
Brian Paul
1
-1
/
+17
2008-11-01
mesa: fix assignment / parameter passing of sampler types
Brian Paul
3
-8
/
+29
2008-11-01
mesa: additional debug flags for glsl debug/disassembly
Brian Paul
4
-53
/
+53
2008-11-01
mesa: silence warnings
Brian Paul
1
-3
/
+3
2008-11-01
mesa: do scope replacement for while/for loops too
Brian Paul
1
-3
/
+7
[prev]
[next]