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