2008-11-12 |
Robert Ellison | CELL: fix stencil test bugs |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Brian Paul | gallium: add missing prototypes |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Brian Paul | cell: move semicolons to silence warnings w/ other... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Brian Paul | cell: include cell_surface.h |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Brian Paul | cell: fix typo in EMIT_ macro |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Brian Paul | cell: added -Wmissing-prototypes |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Brian Paul | cell: include cell_pipe_state.h |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Michal Krol | util: Optimise log2(). |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Michal Krol | rtasm: Use INLINE keyword. Compile for all platforms... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Michal Krol | util: Add log2() definition for MSC. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Michal Krol | tgsi: Fix a bug with saving/restoring xmm registers... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Michal Krol | rtasm: Compile only for GALLIUM_CELL. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Michal Krol | draw: Add missing include. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Brian Paul | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Brian Paul | mesa: fix version check in dinoshade.c |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Brian Paul | mesa: allow relative indexing into all register files... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Brian Paul | cell: implement NRM3 opcode |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Robert Ellison | CELL: two-sided stencil fixes |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Kristian Høgsberg | Don't mess with emacs tab width. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Xiang, Haihao | intel: reset cliprect_mode to IGNORE_CLIPRECTS. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Xiang, Haihao | mesa: restore the negate flag of dots in build_lighting. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Xiang, Haihao | mesa: update new state for RasterPos like other operations. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Brian | mesa: new _mesa_is_pow_two() function |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | mesa: restore glapi/ prefix on #include |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | mesa: fix some misc breakage caused by editing auto... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | GLX: fix out-of-bounds memory issue in indirect glAreTe... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | dri: alloc __DRIscreen object with calloc() |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | mesa: track initialization status of uniform variables... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | mesa: initial support for uniform variable initializers. |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | mesa: fix logic error in GLSL linker when looking for... |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | mesa: allows 'f' suffix on GLSL float literals |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | undo accidental changes to multitex.frag shader |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Pekka Paalanen | Mesa: fix number of buffers in st_draw_vbo(). |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Brian Paul | gallium: fix typos in comments |
commit | commitdiff | tree | snapshot |
2008-11-10 |
Zack Rusin | gallium: actually flip the coordinates |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Brian | util: Fix util_fast_pow/exp2/log2. |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Brian | gallium: _debug_vprintf() should be silent if DEBUG... |
commit | commitdiff | tree | snapshot |
2008-11-09 |
Brian | gallium: use PIPE_ARCH_SSE to protect use of SSE instri... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Brian | mesa: remove OPCODE_INT #define |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Brian | gallium: implement SSE codegen for TGSI_OPCODE_NRM... |
commit | commitdiff | tree | snapshot |
2008-11-08 |
Brian | mesa: use NRM3 in emit_normalize_vec3() when drivers... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: add support for 'centroid' qualifier in GLSL... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: add support for 'invariant' keyword for GLSL... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: reformat comments, rewrap lines, etc for a little... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | gallium: added SSE for DP2, DP2A |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | gallium: implement TGSI_OPCODE_DP2A, add sqrt to NRM3... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: forgot sqrt in NRM3/4 instructions |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: fix opcode table order bug |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Robert Ellison | CELL: fix several stencil problems |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: use _bfc0 instead of _col0 when building back... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | gallium: translate DP2, DP2A, NRM3, NRM4, SSG opcodes |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: add GLSL support for DP2, NRM3, NRM4 instructions... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: added DP2, DP2A instructions |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: added AND/OR/NOT/XOR instructions |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: include shader/prog_instruction.h |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: added OPCODE_NRM3/NRM4 instructions for vector... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Xiang, Haihao | mesa: use _bfc0 instead of _col0 when building back... |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian | gallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.c |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | gallium: s/OPCODE_INT/OPCODE_TRUNC/ |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-07 |
Brian Paul | mesa: rename OPCODE_INT -> OPCODE_TRUNC |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | mesa: update the shader programs->TexturesUsed array... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | mesa: update the shader programs->TexturesUsed array... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | gallium: added st_print_shaders() function to help... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | gallium: debug code to print vertex array data (disabled) |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | softpipe: debug code (disabled) |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Zack Rusin | gallium: actually flip the coordinates |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Xiang, Haihao | i965: Always check vertex program. |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian | gallium: check execution mask in indirect register... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian | gallium: don't range check tgsi register index for... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Gary Wong | i965: Implement missing OPCODE_NOISE3 instruction in... |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | cell: minor reformatting, var renaming |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | use APP_CC, not CC for skinning demo |
commit | commitdiff | tree | snapshot |
2008-11-06 |
Brian Paul | gallium: s/mmDestroy/u_mmDestroy/ |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | mesa: Fix compiler warnings on Windows. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | mesa: fix a GLSL array indexing codegen bug |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | gallium: added check for degenerate drawing calls |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | gallium: if VERBOSE_GLSL flag is set, check for non... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | mesa: fix a GLSL array indexing codegen bug |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | gallium: call tgsi_set_exec_mask() and use exec mask... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | gallium: added tgsi_set_exec_mask() |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | gallium: added some sanity check assertions for constan... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | mesa: remove extra \n from printf string |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | mesa: remove extra \n from printf string |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | mesa: add Initialized field to gl_uniform struct, for... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | mesa: add Initialized field to gl_uniform struct, for... |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | gallium: added some debug code (disabled) |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Brian Paul | gallium: disable some debug output |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Jakob Bornecrantz | i915: Remove faulty assert |
commit | commitdiff | tree | snapshot |
2008-11-05 |
michal | draw: Implement TGSI_OPCODE_TRUNC. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
michal | tgsi: Implement OPCODE_TRUNC. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
Alan Hourihane | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-11-05 |
michal | draw: Implement TGSI_OPCODE_TRUNC. |
commit | commitdiff | tree | snapshot |
2008-11-05 |
michal | tgsi: Implement OPCODE_TRUNC. |
commit | commitdiff | tree | snapshot |
next |