2008-09-19 |
Robert Ellison | CELL: add codegen for logic op, color mask |
commit | commitdiff | tree | snapshot |
2008-09-19 |
José Fonseca | gallium: Fix doxygen comments. |
commit | commitdiff | tree | snapshot |
2008-09-19 |
José Fonseca | softpipe: Obey const qualifier. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Robert Ellison | CELL: mark several transient files as .gitignore |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jonathan White | cell: Added CMP instruction |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Keith Whitwell | Merge commit 'origin/gallium-0.1' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Keith Whitwell | Merge commit 'origin/master' into gallium-0.2 |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Keith Whitwell | mesa: bring sources into line with sources.mak, but... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
George Sapountzis | dri/swrast: fix swapBuffers after dri2 |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Xiang, Haihao | i965: Add support for G41 chipset which is another... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jonathan White | cell: Fix bug with complement logic for SGE and SLE |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jonathan White | cell: Added SGE and SLE instructions to dispatch function |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jonathan White | cell: Added SGE and SLE instructions |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jakob Bornecrantz | tgsi: Build tgsi_text with make |
commit | commitdiff | tree | snapshot |
2008-09-18 |
José Fonseca | util: A few more memory debugging checks. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
José Fonseca | util: Add missing p_debug.h include. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Brian Paul | gallium: fix surface object memory leak in cso module |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jakob Bornecrantz | tgsi: Make tgsi dumps look more like mesa shader dumps. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Jakob Bornecrantz | progs/fp: Add a bit of local variable testing to fp-tri |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Robert Ellison | CELL: finish fragment ops blending (except for unusual... |
commit | commitdiff | tree | snapshot |
2008-09-18 |
José Fonseca | pipebuffer: New callback to flush all temporary-held... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: fix wide point / point coord semantic info... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: fix fog vs. pointcoord attribute handling... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | mesa: new gl_fragment_program fields indicating use... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | egl: print multisample info |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: clean-up/fix msaa override in state tracker |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: fix tgsi sanity checker with respect to END. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | mesa: update program->NumAddressRegs field in _slang_up... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: include prog_print.h to silence warning |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: need to finish, not flush, in st_copy_texsubim... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: new assertion on surface->texture |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jakob Bornecrantz | tgsi: Add a ugly fix for CONSTANT problems |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Jakob Bornecrantz | tgsi: More debug printing on sanity check error |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | gallium: fix lack of surface reference counting in... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | mesa: fix bug in previous changes to _slang_resolve_att... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | mesa: fix bug in previous changes to _slang_resolve_att... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | cell: example of doing fs/fm sequence with fnms in... |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Brian Paul | cell: dump generated code if CELL_DEBUG=asm |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Robert Ellison | CELL: fleshing out the blending fragment ops |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Eric Anholt | intel: Destroy bufmgr in screen destroy, not context. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | mesa: rework GLSL vertex attribute binding |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jonathan White | cell: Added RCP and RSQ instruction support. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | mesa: rework GLSL vertex attribute binding |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jonathan White | cell: Added DP3 and DP4 instructions |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | gallium: fix glTexImage(width=height=depth=0) case |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | mesa: fix display list regression (check if save->prim_... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | mesa: fix display list regression (check if save->prim_... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | gallium: fix info entries for KIL, KILP |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Michal Krol | st: hash-warning not recognised on Windows. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jonathan White | cell: Optimized LERP with fma |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jonathan White | cell: Fixed MIN/MAX algorithm |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | mesa: fix bug in get_uniform_rows_cols(): sometimes... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | gallium: move _vbo_DestroyContext() call |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | mesa: protect against double-free in _vbo_DestroyContext() |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jakob Bornecrantz | mesa: State tracker now checks for faulty shaders on... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jakob Bornecrantz | tgsi: Make tgsi_sanity.c compile with make |
commit | commitdiff | tree | snapshot |
2008-09-16 |
José Fonseca | trace: Fix typo in build instructions. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Brian Paul | cell: export CELL_DEBUG=asm to dump SPU assembly code |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Brian Paul | mesa: fix MSAA enable state in update_multisample() |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Brian Paul | mesa: fix MSAA enable state in update_multisample() |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jonathan White | cell: Added LERP instruction |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Brian Paul | gallium: emit SPU instructions in assembler-compatible... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jonathan White | cell: Added support for SLT, SEQ and SNE instructions |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jonathan White | cell: Added support for ABS instruction |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jonathan White | Added support for SUB and MAD instructions |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jonathan White | Fixed emit_RRR |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Jakob Bornecrantz | i915simple: dri winsys does now compile and works |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Brian Paul | mesa: remove some assertions that are invalid during... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Keith Whitwell | mesa: get another class of degenerate dlists working |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Brian Paul | mesa: remove some assertions that are invalid during... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Keith Whitwell | mesa: get another class of degenerate dlists working |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Keith Whitwell | add dlist-degenerate test case |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Shane Blackett | glut: s/glut_fbc.c/glut_fcb.c/ |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Michal Krol | draw: Silence compiler warnings on Windows. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | cell: implement negation, absolute value and set-sign... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | negate.txt - test negation of a src reg |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | gallium: add another value check to util_fast_pow() |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | gallium: add another value check to util_fast_pow() |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Jakub Bogusz | tdfx: fix crash and lack of visuals bug |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Guillaume Melquiond | i915: fix himask constant init for 64-bit build |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Guillaume Melquiond | glx: fix 64-bit datatype issue |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Guillaume Melquiond | mesa: return after _mesa_problem() calls |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Guillaume Melquiond | mesa: #include <stdio.h> |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Guillaume Melquiond | remove invalid XDestroyWindow() call |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Guillaume Melquiond | silence warning |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Guillaume Melquiond | GLU: fix asst warnings |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | cell: remove old disassembly/dump code; use dumper... |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | gallium: added print/dump code to SPE code emitter |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | cell: implement DDX/DDY codegen (untested) |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Brian Paul | gallium: added spe_splat_word() |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: implement TGSI immediates in SPE code generator |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Eric Anholt | intel: Add a width field to regions, and use it for... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: initial support for IF/ELSE/ENDIF in fragment... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: evaluate multiple fragment inputs |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Eric Anholt | Finish off the previous fix for TFP. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | cell: disable invalid spe_release_func() calls, fixes... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Eric Anholt | intel: Don't segfault on TFP from a bad drawable. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Eric Anholt | intel: Remove dead allow_batchbuffer param. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Jonathan White | Makefile was previously checked in with merge diffs... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Brian Paul | mesa: bump gallium version string to 0.2 |
commit | commitdiff | tree | snapshot |
next |