profile/ivi/mesa.git
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Brian Paulcell: fix incorrect bitmask in spe_load_uint()
2008-10-10 Brian Paulmesa: toggle colormask values with r/g/b keys in tri...
2008-10-10 Brian Paulcell: implement basic TXP instruction in fragment shaders
2008-10-10 Brian Paulmesa: simple multiple textures test
2008-10-10 Brian Paulcell: better immediate value allocation, better comments
2008-10-10 Brian Paulcell: massage the emit functions to get better instruct...
2008-10-10 Brian Paulcell: more accurate comments
2008-10-10 Alan Hourihanegallium: silence warning
2008-10-09 Brian Paulmesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM
2008-10-09 Stephane MarchesinGallivm: cleanup soa storage.
2008-10-09 Brian Paulcell: implement function calls from shader code. fslig...
2008-10-09 Brian Paulcell: implement more built-in shader functions, link...
2008-10-09 Brian Paulcell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS
2008-10-08 Brian Paulgallium: asst. clean-ups
2008-10-08 Brian Paulgallium: better instruction printing for SPE code
2008-10-08 Brian Paulmesa: in _mesa_combine_programs() take new STATE_CURREN...
2008-10-07 Brian Paulmesa: use the shaderutil.c helper functions
2008-10-07 Brian Paulcell: add support for fragment shader constant buffers
2008-10-07 Brian Paulcell: fix incorrect extended swizzle term code in get_s...
2008-10-07 Brian Paulcell: fix formatting
2008-10-07 Brian Paulcell: remove old code
2008-10-07 Stephane MarchesinGallivm: reorder the functions alphabetically so I...
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Stephane MarchesinProgs: hook the glsl identity example into the makefile.
2008-10-07 Brian Paulcell: memset() key to zero
2008-10-07 Brian Paulcell: use new keymap to save/re-use fragment ops code
2008-10-07 Brian Paulgallium: added general-purpose key->data map/lookup...
2008-10-07 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-07 Stephane MarchesinProgs: add a trivial glsl test, useful for gallium...
2008-10-07 Stephane MarchesinGallivm: don't say hello, it's rude.
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Stephane MarchesinGallivm: fix the constant layout, this gets a bunch...
2008-10-07 Keith Whitwelltrivial: add more vp tests
2008-10-07 Brian Paulmesa: replace GLuint with GLbitfield to be clearer...
2008-10-07 Keith Whitwelldraw: don't assume output buffer pointer is aligned
2008-10-07 Keith Whitwellmesa: update state after binding vertex list in dlist...
2008-10-07 Keith Whitwelltrivial: exercise vertprog sligtly
2008-10-07 Keith Whitwellmesa: protect against segfault in get_fp_input_mask()
2008-10-07 Keith Whitwelldraw: add switch for drivers to force vertex data passt...
2008-10-07 Brian Paulmesa: remove old assertion
2008-10-07 José Fonsecagallium: Introduce PIPE_ARCH_SSE define for SSE support.
2008-10-07 Briangallium: replace assertion with conditional/recovery...
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-06 Michal Kroldraw: Fix compiler errors on Windows.
2008-10-06 Keith Whitwellrtasm: fix debug build
2008-10-06 Keith Whitwellmake draw's vertex_info struct smaller/quicker to compa...
2008-10-04 Keith Whitwellmesa: handle vertex program enabled case also in texenv...
2008-10-04 Robert EllisonCELL: changes to generate SPU code for stenciling
2008-10-03 Keith Whitwellmesa: avoid generating constant vertex attributes in...
2008-10-03 Keith WhitwellMesa: short-circuit case when looking up the same progr...
2008-10-03 Keith Whitwellmesa: add new internal state for tracking current verte...
2008-10-03 Keith Whitwellmesa: add missing state dependencies for various tracke...
2008-10-03 Keith Whitwellmesa: shrink texenvprogram state key struct
2008-10-03 Keith Whitwellrtasm: add sse_movntps
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-02 Michal Krolmesa: Fix compiler warnings on Windows.
2008-10-02 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-10-02 Stephane MarchesinGallivm: port to llvm 2.4.
2008-10-02 Stephane MarchesinGallivm: fix off-by-one.
2008-10-02 Stephane MarchesinGallivm: need to link with libstdc++ for llvm.
2008-10-02 Stephane MarchesinGallivm: more instructions.
2008-10-02 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-10-02 Brian Paulmesa: fix temp register allocation problems.
2008-10-02 Brian Paulegl: check for null ptr/name
2008-10-02 Brian Paulegl: remove space after -L flag
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-01 Michal Krolmesa: Fix compiler warnings on Windows.
2008-10-01 José FonsecaAdd -msse and -msse2 to the *-x86 configs.
2008-09-30 José Fonsecautil: No-op u_sse.h outside PIPE_ARCH_X86/X86_64.
2008-09-30 José Fonsecatgsi: Include p_config.h.
2008-09-30 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-09-30 Jonathan Whitecell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PR...
2008-09-30 Jonathan Whitecell: Moved X86 checks to wrap #include section so...
2008-09-30 Stephane MarchesinGallivm: port to llvm 2.4.
2008-09-30 José Fonsecautil: Fix util_fast_pow/exp2/log2.
2008-09-29 José Fonsecatgsi: SSE2 optimized exp2, log2 and pow implementations.
2008-09-29 José Fonsecautil: Header for SSE2 intrinsics portability.
2008-09-29 José Fonsecartasm: Implement immediate group 1 instructions. Fix...
2008-09-28 Stephane MarchesinGallivm: fix off-by-one.
2008-09-28 Stephane MarchesinGallivm: need to link with libstdc++ for llvm.
2008-09-28 Stephane MarchesinGallivm: more instructions.
2008-09-28 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-09-27 Brian Paulmesa: fix temp register allocation problems.
2008-09-27 Brian Paulegl: check for null ptr/name
2008-09-27 Brian Paulegl: remove space after -L flag
2008-09-26 Brian Paulcell: checkpoint: more work in emit_function_call()
2008-09-26 Brian Paulcell: stub-out sin/cos function bodies to avoid trashin...
2008-09-26 Brian Paulgallium: SPU register comments
2008-09-26 Brian Paulcell: move command processing code into new spu_command...
2008-09-26 Brian Paulcell: move debug-related declarations
2008-09-26 Brian Paulcell: move debug macros into new spu_debug.h
next