scons: Add new files.
[mesa.git] / src / gallium /
2008-05-28 José Fonsecascons: Add new files.
2008-05-28 Michal Krolscons: List missing files for draw module.
2008-05-28 Michal Kroldraw: Decorate callbacks with PIPE_CDECL.
2008-05-28 José Fonsecatgsi: Observe constness.
2008-05-28 José Fonsecatranslate: Mark functions as PIPE_CDECL.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-27 Keith Whitwellsoftpipe: enable vbuf by default
2008-05-27 Keith Whitwelldraw: reset stipple counter whenever non-line prim...
2008-05-27 Keith Whitwelldraw: support psize in vs_varient paths
2008-05-27 Keith Whitwelldraw: add disabled debug code
2008-05-27 Keith Whitwelldraw: ensure vs outputs mapped correctly to vinfo attribs
2008-05-27 Keith Whitwelldraw: fix ABS aliasing bug
2008-05-27 Keith Whitwelldraw: explicitly list nr_inputs, outputs in varient key
2008-05-27 Keith Whitwelldraw: remove dead file
2008-05-27 Jakob Bornecrantzdraw: Fixed typo in draw_pt_varray and added comments
2008-05-27 Jakob Bornecrantzdraw: Fix for EMIT_4UB case
2008-05-27 Keith Whitwelldraw: hook up viewport / rhw emit to varient key state
2008-05-27 Keith Whitwelldraw: restore extras path in draw_pt_vcache.c, keep...
2008-05-27 Keith Whitwelldraw: dump individual instructions as they are processed
2008-05-27 Keith Whitwelltgsi: export utils for dumping individual instructions
2008-05-27 Keith Whitwelldraw: fix writemask/shufps confusion
2008-05-27 Keith Whitwelldraw: some possible fixes for spilling
2008-05-26 Keith Whitwelldraw: defensively flush pipeline backend when setting...
2008-05-26 Keith Whitwelldraw: defensively reset render primitive some more
2008-05-26 Keith Whitwelldraw: defensively reset render primitive, which can...
2008-05-26 Keith Whitwelldraw: add missing break
2008-05-26 José Fonsecapipebuffer: Malloc buffer provider.
2008-05-26 José Fonsecapipebuffer: Allow slab allocations of buffers of inequa...
2008-05-26 José FonsecaRevert DOS line endings.
2008-05-26 José FonsecaRemove CVS keywords.
2008-05-26 Keith Whitwelldraw: extend precision in RSQ opcode
2008-05-25 Keith Whitwelldraw: more aos tweaks
2008-05-25 Keith Whitwellcso: use memcpy rather than structure asignment for...
2008-05-25 Keith Whitwelldraw: slight tweak for XPD opcode
2008-05-25 Keith Whitwelldraw: remove EXP & LOG from vs_aos.c
2008-05-25 Keith Whitwelldraw: special case for writing out scalar results
2008-05-25 Keith Whitwelldraw: clean up some of the xmm register manipulation...
2008-05-25 Keith Whitwellcso: use memcpy rather than structure asignment for...
2008-05-25 Keith Whitwelldraw: add viewport support to generic vs varient code
2008-05-25 Keith Whitwelldraw: fix input vs output typo in emit
2008-05-24 Keith Whitwelldraw: use lookup tables to avoid calling pow() in LIT...
2008-05-24 Keith Whitwelldraw: add a debug-print which can be called from inside...
2008-05-24 Keith Whitwellrtasm: add some helpers for calling out from generated...
2008-05-24 José Fonsecagallium: Poor-man profiler for win32 kernel.
2008-05-24 José Fonsecascons: New profile build.
2008-05-23 Keith Whitwelldraw: faster LIT(), incorrect though
2008-05-23 Keith Whitwelldraw: correct but slow LIT() in aos varient
2008-05-23 Keith Whitwelldraw: tweak x87_emit_ex2 to avoid changing x87 fpu...
2008-05-23 Keith Whitwelldraw: use aligned movs within draw_vs_aos.c
2008-05-23 Keith Whitwelldraw: for debug, do rhw divide in aos_sse viewport...
2008-05-23 Keith Whitwelldraw: shortcircuit shuffle in aos_sse when possible
2008-05-23 Keith Whitwelldraw: remove FPU_MANIP ifdef
2008-05-23 Keith Whitwelldraw: clean up masked writes in aos sse, make some...
2008-05-23 Keith Whitwelldraw: clean up internal immediates in aos sse
2008-05-23 Keith Whitwelldraw: fse works with elts, remove assert
2008-05-23 Keith Whitwellrtasm: remove debug
2008-05-23 Keith Whitwelldraw: when preloading args to x87 stack, need to use...
2008-05-23 Keith Whitwelldraw: avoid a pointless mov in many sse opcodes
2008-05-23 Keith Whitwelldraw: fix x87_ex2 and partially fix lit insn
2008-05-23 Keith Whitwelldraw: fix fpu control word manipulations
2008-05-23 Keith Whitwelldraw: fix vs aos internal/machine state
2008-05-23 Keith Whitwelldraw: add viewport to varient state
2008-05-23 Keith Whitwellrtasm: add x87 instructions and debug-check for x87...
2008-05-23 Keith Whitwelldraw: add aos vertex shader varient
2008-05-23 Keith Whitwelldraw: mark varient functions as PIPE_CDECL
2008-05-23 Keith Whitwelltranslate: mark functions as PIPE_CDECL
2008-05-23 Keith Whitwellgallium: define PIPE_CDECL calling convention, which...
2008-05-23 Keith Whitwellrtasm: export debug reg print function
2008-05-23 Keith Whitwelltranslate: remove spurious comment
2008-05-23 Keith Whitwellrtasm: remove unused struct member
2008-05-23 Keith Whitwelldraw: create specialized vs varients incorporating...
2008-05-23 Keith Whitwelldraw: move some state into a new 'vs' area
2008-05-23 Keith Whitwelldraw: get rid of fetch-shade-emit frontend hack
2008-05-23 Keith Whitwelldraw: remove disabled non-sse swizzle code
2008-05-22 José Fonsecapipebuffer: More robust face null pointers.
2008-05-22 José Fonsecapipebuffer: Don't retry allocating in slab suballocator.
2008-05-21 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulgallium: fix some texture object leaks
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-19 José Fonsecai915simple: Fix win9x build.
2008-05-19 José Fonsecagallium: Additional formats for bump mapping.
2008-05-19 José Fonsecagallium: Fix typo.
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Zack Rusincosmetic changes
2008-05-17 Zack Rusinfix rsq
2008-05-17 Zack Rusinfix abs and start on rsq
2008-05-17 Zack Rusindo the lit (some artifacts present)
2008-05-17 Zack Rusinimplement min/max and abstract ops on vectors
2008-05-17 Zack Rusinllvm: implement sub and abs
2008-05-17 Zack Rusinfix injections of functions from builtins into shaders
2008-05-17 Zack Rusinmove the swizzling code to gallivm in preperation for...
next