Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-17 | gallium: new assertion on surface->texture | Brian Paul | |
2008-09-17 | tgsi: Add a ugly fix for CONSTANT problems | Jakob Bornecrantz | |
2008-09-17 | tgsi: More debug printing on sanity check error | Jakob Bornecrantz | |
2008-09-17 | gallium: fix lack of surface reference counting in ↵ | Brian Paul | |
cso_set/save/restore_framebuffer() Fixes asst problems with FBO / render to texture. | |||
2008-09-17 | mesa: fix bug in previous changes to _slang_resolve_attributes() | Brian Paul | |
2008-09-17 | mesa: fix bug in previous changes to _slang_resolve_attributes() | Brian Paul | |
2008-09-17 | cell: example of doing fs/fm sequence with fnms in blending | Brian Paul | |
2008-09-17 | cell: dump generated code if CELL_DEBUG=asm | Brian Paul | |
2008-09-17 | CELL: fleshing out the blending fragment ops | Robert Ellison | |
- Added two new debug flags (to be used with the CELL_DEBUG environment variable). The first, "CELL_DEBUG=fragops", activates SPE fragment ops debug messages. The second, "CELL_DEBUG=fragopfallback", will eventually be used to disable the use of generated SPE code for fragment ops in favor of the default fallback reference routine. (During development, though, the parity of this flag is reversed: all users will get the reference code *unless* CELL_DEBUG=fragopfallback is set. This will prevent hiccups in code generation from affecting the other developers.) - Formalized debug message usage and macros in spu/spu_main.c. - Added lots of new code to ppu/cell_gen_fragment.c to extend the number of supported source RGB factors from 4 to 15, and to complete the list of supported blend equations. More coming, to complete the source and destination RGB and alpha factors, and to complete the rest of the fragment operations... | |||
2008-09-16 | intel: Destroy bufmgr in screen destroy, not context. | Eric Anholt | |
Caused server crashes on second context creation since 7e0bbdcf033981282978554c2e68ce48b55aa291. Bug #17600. | |||
2008-09-16 | mesa: rework GLSL vertex attribute binding | Brian Paul | |
Calls to glBindAttribLocation() should not take effect until the next time that glLinkProgram() is called. gl_shader_program::Attributes now just contains user-defined bindings. gl_shader_program::VertexProgram->Attributes contains the actual/final bindings. | |||
2008-09-16 | cell: Added RCP and RSQ instruction support. | Jonathan White | |
2008-09-16 | mesa: rework GLSL vertex attribute binding | Brian Paul | |
Calls to glBindAttribLocation() should not take effect until the next time that glLinkProgram() is called. gl_shader_program::Attributes now just contains user-defined bindings. gl_shader_program::VertexProgram->Attributes contains the actual/final bindings. | |||
2008-09-16 | cell: Added DP3 and DP4 instructions | Jonathan White | |
2008-09-16 | gallium: fix glTexImage(width=height=depth=0) case | Brian Paul | |
Free old teximage/level data, then stop. | |||
2008-09-16 | mesa: fix display list regression (check if save->prim_count > 0 in ↵ | Brian Paul | |
vbo_save_EndList()) | |||
2008-09-16 | mesa: fix display list regression (check if save->prim_count > 0 in ↵ | Brian Paul | |
vbo_save_EndList()) | |||
2008-09-16 | gallium: fix info entries for KIL, KILP | Brian Paul | |
KIL takes 1 src register. KILP uses no registers (uses cond codes). | |||
2008-09-16 | st: hash-warning not recognised on Windows. | Michal Krol | |
2008-09-16 | cell: Optimized LERP with fma | Jonathan White | |
Please enter the commit message for your changes. | |||
2008-09-16 | cell: Fixed MIN/MAX algorithm | Jonathan White | |
2008-09-16 | mesa: fix bug in get_uniform_rows_cols(): sometimes returned too many rows | Brian Paul | |
2008-09-16 | gallium: move _vbo_DestroyContext() call | Brian Paul | |
Call it before freeing core Mesa state to avoid references to freed buffer objects. | |||
2008-09-16 | mesa: protect against double-free in _vbo_DestroyContext() | Brian Paul | |
2008-09-16 | mesa: State tracker now checks for faulty shaders on debug | Jakob Bornecrantz | |
2008-09-16 | tgsi: Make tgsi_sanity.c compile with make | Jakob Bornecrantz | |
2008-09-16 | trace: Fix typo in build instructions. | José Fonseca | |
2008-09-15 | cell: export CELL_DEBUG=asm to dump SPU assembly code | Brian Paul | |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul | |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul | |
2008-09-15 | cell: Added LERP instruction | Jonathan White | |
2008-09-15 | gallium: emit SPU instructions in assembler-compatible syntax | Brian Paul | |
2008-09-15 | cell: Added support for SLT, SEQ and SNE instructions | Jonathan White | |
2008-09-15 | cell: Added support for ABS instruction | Jonathan White | |
2008-09-15 | Added support for SUB and MAD instructions | Jonathan White | |
2008-09-15 | Fixed emit_RRR | Jonathan White | |
2008-09-15 | i915simple: dri winsys does now compile and works | Jakob Bornecrantz | |
Glxgears hits an assert, but tri works | |||
2008-09-15 | mesa: remove some assertions that are invalid during context tear-down | Brian Paul | |
2008-09-15 | mesa: get another class of degenerate dlists working | Keith Whitwell | |
Primitive begin in one dlist, end in another. | |||
2008-09-15 | mesa: remove some assertions that are invalid during context tear-down | Brian Paul | |
2008-09-15 | mesa: get another class of degenerate dlists working | Keith Whitwell | |
Primitive begin in one dlist, end in another. | |||
2008-09-15 | add dlist-degenerate test case | Keith Whitwell | |
2008-09-14 | glut: s/glut_fbc.c/glut_fcb.c/ | Shane Blackett | |
2008-09-14 | draw: Silence compiler warnings on Windows. | Michal Krol | |
2008-09-13 | cell: implement negation, absolute value and set-sign for src regs in code gen | Brian Paul | |
2008-09-13 | negate.txt - test negation of a src reg | Brian Paul | |
2008-09-13 | gallium: add another value check to util_fast_pow() | Brian Paul | |
Fixes glitches seen in morph3d demo. | |||
2008-09-13 | gallium: add another value check to util_fast_pow() | Brian Paul | |
Fixes glitches seen in morph3d demo. | |||
2008-09-13 | tdfx: fix crash and lack of visuals bug | Jakub Bogusz | |
2008-09-13 | i915: fix himask constant init for 64-bit build | Guillaume Melquiond | |