mesa.git
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Keith Whitwellmesa: bring sources into line with sources.mak, but...
2008-09-18 George Sapountzisdri/swrast: fix swapBuffers after dri2
2008-09-18 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-18 Jonathan Whitecell: Fix bug with complement logic for SGE and SLE
2008-09-18 Jonathan Whitecell: Added SGE and SLE instructions to dispatch function
2008-09-18 Jonathan Whitecell: Added SGE and SLE instructions
2008-09-18 Jakob Bornecrantztgsi: Build tgsi_text with make
2008-09-18 José Fonsecautil: A few more memory debugging checks.
2008-09-18 José Fonsecautil: Add missing p_debug.h include.
2008-09-18 Brian Paulgallium: fix surface object memory leak in cso module
2008-09-18 Jakob Bornecrantztgsi: Make tgsi dumps look more like mesa shader dumps.
2008-09-18 Jakob Bornecrantzprogs/fp: Add a bit of local variable testing to fp-tri
2008-09-18 Robert EllisonCELL: finish fragment ops blending (except for unusual...
2008-09-18 José Fonsecapipebuffer: New callback to flush all temporary-held...
2008-09-17 Brian Paulgallium: fix wide point / point coord semantic info...
2008-09-17 Brian Paulgallium: fix fog vs. pointcoord attribute handling...
2008-09-17 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-17 Brian Paulegl: print multisample info
2008-09-17 Brian Paulgallium: clean-up/fix msaa override in state tracker
2008-09-17 Brian Paulgallium: fix tgsi sanity checker with respect to END.
2008-09-17 Brian Paulmesa: update program->NumAddressRegs field in _slang_up...
2008-09-17 Brian Paulgallium: include prog_print.h to silence warning
2008-09-17 Brian Paulgallium: need to finish, not flush, in st_copy_texsubim...
2008-09-17 Brian Paulgallium: new assertion on surface->texture
2008-09-17 Jakob Bornecrantztgsi: Add a ugly fix for CONSTANT problems
2008-09-17 Jakob Bornecrantztgsi: More debug printing on sanity check error
2008-09-17 Brian Paulgallium: fix lack of surface reference counting in...
2008-09-17 Brian Paulmesa: fix bug in previous changes to _slang_resolve_att...
2008-09-17 Brian Paulmesa: fix bug in previous changes to _slang_resolve_att...
2008-09-17 Brian Paulcell: example of doing fs/fm sequence with fnms in...
2008-09-17 Brian Paulcell: dump generated code if CELL_DEBUG=asm
2008-09-17 Robert EllisonCELL: fleshing out the blending fragment ops
2008-09-17 Eric Anholtintel: Destroy bufmgr in screen destroy, not context.
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-16 Jonathan Whitecell: Added RCP and RSQ instruction support.
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-16 Jonathan Whitecell: Added DP3 and DP4 instructions
2008-09-16 Brian Paulgallium: fix glTexImage(width=height=depth=0) case
2008-09-16 Brian Paulmesa: fix display list regression (check if save->prim_...
2008-09-16 Brian Paulmesa: fix display list regression (check if save->prim_...
2008-09-16 Brian Paulgallium: fix info entries for KIL, KILP
2008-09-16 Michal Krolst: hash-warning not recognised on Windows.
2008-09-16 Jonathan Whitecell: Optimized LERP with fma
2008-09-16 Jonathan Whitecell: Fixed MIN/MAX algorithm
2008-09-16 Brian Paulmesa: fix bug in get_uniform_rows_cols(): sometimes...
2008-09-16 Brian Paulgallium: move _vbo_DestroyContext() call
2008-09-16 Brian Paulmesa: protect against double-free in _vbo_DestroyContext()
2008-09-16 Jakob Bornecrantzmesa: State tracker now checks for faulty shaders on...
2008-09-16 Jakob Bornecrantztgsi: Make tgsi_sanity.c compile with make
2008-09-16 José Fonsecatrace: Fix typo in build instructions.
2008-09-16 Brian Paulcell: export CELL_DEBUG=asm to dump SPU assembly code
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Jonathan Whitecell: Added LERP instruction
2008-09-15 Brian Paulgallium: emit SPU instructions in assembler-compatible...
2008-09-15 Jonathan Whitecell: Added support for SLT, SEQ and SNE instructions
2008-09-15 Jonathan Whitecell: Added support for ABS instruction
2008-09-15 Jonathan WhiteAdded support for SUB and MAD instructions
2008-09-15 Jonathan WhiteFixed emit_RRR
2008-09-15 Jakob Bornecrantzi915simple: dri winsys does now compile and works
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-15 Keith Whitwelladd dlist-degenerate test case
2008-09-14 Shane Blackettglut: s/glut_fbc.c/glut_fcb.c/
2008-09-14 Michal Kroldraw: Silence compiler warnings on Windows.
2008-09-13 Brian Paulcell: implement negation, absolute value and set-sign...
2008-09-13 Brian Paulnegate.txt - test negation of a src reg
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-13 Jakub Bogusztdfx: fix crash and lack of visuals bug
2008-09-13 Guillaume Melquiondi915: fix himask constant init for 64-bit build
2008-09-13 Guillaume Melquiondglx: fix 64-bit datatype issue
2008-09-13 Guillaume Melquiondmesa: return after _mesa_problem() calls
2008-09-13 Guillaume Melquiondmesa: #include <stdio.h>
2008-09-13 Guillaume Melquiondremove invalid XDestroyWindow() call
2008-09-13 Guillaume Melquiondsilence warning
2008-09-13 Guillaume MelquiondGLU: fix asst warnings
2008-09-13 Brian Paulcell: remove old disassembly/dump code; use dumper...
2008-09-13 Brian Paulgallium: added print/dump code to SPE code emitter
2008-09-13 Brian Paulcell: implement DDX/DDY codegen (untested)
2008-09-13 Brian Paulgallium: added spe_splat_word()
2008-09-12 Brian Paulcell: implement TGSI immediates in SPE code generator
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Brian Paulcell: initial support for IF/ELSE/ENDIF in fragment...
2008-09-12 Brian Paulcell: evaluate multiple fragment inputs
2008-09-12 Eric AnholtFinish off the previous fix for TFP.
2008-09-12 Brian Paulcell: disable invalid spe_release_func() calls, fixes...
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 Jonathan WhiteMakefile was previously checked in with merge diffs...
2008-09-12 Brian Paulmesa: bump gallium version string to 0.2
2008-09-12 Brian Paulcell: more documentation updates
2008-09-12 Brian Paulcell: implement colormask on fallback path
2008-09-12 Brian Paulgallium: avoid redundant tgsi_exec_machine_bind_shader...
2008-09-12 Brian Paulgallium: use copy_token() function to avoid type punnin...
2008-09-12 Brian Paulcell: fix twiddled tile display for XSHM. Fixed blank...
next