mesa.git
2008-05-25 Keith Whitwelldraw: fix input vs output typo in emit
2008-05-24 Keith WhitwellRevert "mesa: save a temp on normalizes"
2008-05-24 Keith Whitwelldraw: use lookup tables to avoid calling pow() in LIT...
2008-05-24 Keith Whitwellmesa: pre-swizzle normal scale state value
2008-05-24 Keith Whitwellmesa: evaluate _NeedEyeCoords prior to generating inter...
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-23 Keith Whitwellmesa: save a temp on normalizes
2008-05-23 Keith Whitwellmesa: further degenerate the special case lit substitute
2008-05-23 Keith Whitwellglapi: fix include path & make build work
2008-05-23 Keith Whitwellmesa: don't emit LIT instruction when mat shininess...
2008-05-23 Keith Whitwelldraw: faster LIT(), incorrect though
2008-05-23 Keith Whitwellmesa: do object-space lighting in ffvertex_prog.c
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 Whitwellvp-tris: use test name as window name
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-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian Paulif x86_get_func() returns NULL, handle it properly...
2008-05-19 Brian Paulfix program delete/refcount bug
2008-05-19 Brian PaulFix program refcounting assertion failure during contex...
2008-05-18 Brian Paulprint vertex.attrib[n] (from master)
2008-05-18 Brian PaulFix some bugs in material, depth range state
2008-05-18 Brian PaulRegenerated API dispatch files
2008-05-18 Brian Paulalias ProgramEnvParameter4xyARB and ProgramParameter4xy...
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...
2008-05-17 Brian Paulgallium: in drivers, make copy of tokens passed to...
2008-05-17 Brian Paulgallium: remove deprecated format names
2008-05-17 Brian Pauls/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/
2008-05-16 Brian Paulgallium: release textures during context tear-down...
2008-05-16 Brian Paulgallium: ref counting clean-ups
2008-05-16 Brian Paulmesa: call glutDestroyWindow() on exit to help find...
2008-05-16 Brian Paulbring in fixes/changes from master
2008-05-16 Brian PaulFix a program refcounting error, don't share program...
2008-05-16 Brian Paulfix an attr/src mix-up when setting-up/binding vertex...
2008-05-15 Brian Paulfix parsing of state.texenv.color (bug 14931)
2008-05-15 Brian PaulConsolidate texture fetch code and use partial derivati...
2008-05-14 Brian Paulmesa: fix InfoLog memleak, misc sync with master
2008-05-14 Eric AnholtBug #13492: Only call ProgramStringNotify if program...
2008-05-14 Brianfix swizzle error test (bug 11881)
2008-05-14 Brian Paulfix-up inlined/non-inlined function inconsistencies
2008-05-14 Brian Paulmesa: rm unneeded file
2008-05-14 Brian Paulmesa: prefix rm command with -
2008-05-14 Brian Paulrewrite some of the mat*mat, mat*vec intrinsics
2008-05-14 Brian Paulmesa: regenerate slang built-in data (asin(vec4) fix)
2008-05-14 Brian Paulmesa: fix missing w assignment in asin(vec4)
2008-05-14 Brian Paulmesa: use CALLOC_STRUCT()
2008-05-14 Brian Paulmesa: sync up swrast/s_fragprog.c with master
2008-05-14 Brian Paulmesa: updated comment
2008-05-14 Brian Paulmesa: minor bug fixes from master
2008-05-14 Brian Paulmesa: dead code removal
2008-05-14 Brian Paulmesa: minor bug fixes, null ptr checks, dead code removal
2008-05-14 Brian Paulmesa: fix errors in LightModelProduct state, other...
2008-05-14 Brian Paulmesa: glUniform(location==-1) is not an error
2008-05-14 Brian Paulfix some additional program refcounting bugs
2008-05-13 Zack Rusindecomposition from keith, adds decomposition of more...
2008-05-12 Zack Rusinadjust llvm code to the changes in 2.3
2008-05-12 Keith Whitwelldraw: turn fse path into a middle end
2008-05-12 Keith Whitwelldraw: streamline the varray path
2008-05-12 Keith Whitwellsoftpipe: more work to get non-reduced primitives worki...
2008-05-12 Keith Whitwellsoftpipe: make vbuf handle all primitive types
2008-05-12 Keith Whitwelldraw: add fetch-shade-emit path
2008-05-12 Keith Whitwellsoftpipe: add failure paths for context creation
2008-05-12 Keith Whitwellxlib: add failure paths for context creation
2008-05-12 Keith Whitwelldraw: mimize cost of translate key compares, use cache...
2008-05-12 Keith Whitwelltranslate: helper functions for mimizing cost of key...
2008-05-10 Briangallium: optimize the flush_spans() function
2008-05-10 Briangallium: remove unused code
next