- Jun 28, 2009
-
-
Julien Cristau authored
-
Julien Cristau authored
Conflicts: debian/changelog
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
Conflicts: progs/fp/point-position.c progs/fp/tri-depth.c progs/fp/tri-depth2.c progs/fp/tri-depthwrite.c progs/fp/tri-depthwrite2.c progs/fp/tri-inv.c progs/fp/tri-param.c progs/fp/tri-tex.c progs/tests/.gitignore progs/tests/Makefile progs/tests/zreaddraw.c
-
- Jun 26, 2009
-
-
Brian Paul authored
-
Brian Paul authored
Link fails if too many varying vars. (cherry picked from master, commit cc58fbcf)
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
16 is the limit for now because of various 32-bit bitfields. (cherry picked from master, commit 4e762395)
-
Ian Romanick authored
To maintain correctness, the server will copy the real front-buffer to a newly allocated fake front-buffer in DRI2GetBuffersWithFormat. However, if the DRI2GetBuffersWithFormat is triggered by glViewport, this will copy stale data into the new buffer. Fix this by flushing the current fake front-buffer to the real front-buffer in intel_viewport. Fixes bug #22288.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
A new node type (SLANG_OPER_RETURN_INLINED) is used to denote 'return' statements inside inlined functions which need special handling. All glean glsl1 tests pass for EmitContReturn=FALSE and TRUE.
-
Brian Paul authored
Fixes glean "function with early return (3)" case (when EmitContReturn=FALSE).
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
This is no longer needed since we added the new _slang_loop_contains_continue_or_break() function/test.
-
Brian Paul authored
The glean "function with early return (1)" test passes now.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
Needed for "remove early returns" transformation.
-
Brian Paul authored
This will need more testing, but no regressions seen so far.
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-