r6xx/r7xx: switch to common dma functions for vecs
[mesa.git] / src / mesa / shader /
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-07 Brian Paulglsl: enable the new linear scan register allocator...
2009-04-07 Brian Paulglsl: don't optimize program if MESA_GLSL=nopt
2009-04-03 Brian Paulmesa: in mesa_add_named_constant(), avoid adding duplic...
2009-04-03 Brian Paulmesa: fix parameter counting in ARB vertex/fragment...
2009-04-03 Brian Paulmesa: replace >= with > when testing if we've exceeded...
2009-04-03 Brian Paulmesa: for OPCODE_LIT, use _mesa_pow() instead of exp...
2009-04-03 Brian Paulmesa: rename some gl_light fields to be clearer
2009-04-03 Brian Paulmesa: replace assertion with conditional in _mesa_opcod...
2009-04-03 Brian Paulmesa: clean up formatting and use 'return' instead...
2009-04-02 Brian Paulglsl: fix segfault in linker when vertex or fragment...
2009-04-02 Brian Paulglsl: implement compiling/linking of separate compilati...
2009-04-02 Brian Paulmesa: use correct tex unit lod bias for TXB instruction
2009-04-01 Brian Paulglsl: fix texgen state variable tokens in emit_statevars()
2009-04-01 Brian Paulmesa: minor tweaks in append_token() for printing state...
2009-03-25 Alan Hourihaneslang: ensure structure elements have their array lengt...
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-21 Brian Paulmesa: add new internal state var for window size
2009-03-20 Brian Paulmesa: linear scan register allocation for shader programs
2009-03-20 Michal Krolslang: Use _mesa_snprintf() wrapper.
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Alan Hourihaneslang: initialize the context
2009-03-19 Alan Hourihaneslang: support uniform arrays
2009-03-19 Brian Paulglsl: change GLSL #pragma initialization
2009-03-19 Brian Paulglsl: when debug pragma is on, emit comments about...
2009-03-19 Alan Hourihaneslang: if/else/break & if/else/continue work for unroll...
2009-03-18 Alan Hourihaneslang: redo the last commit for if/break & if/continue...
2009-03-18 Alan HourihaneRevert "slang: if we detect an if/break or if/continue...
2009-03-18 Alan Hourihaneslang: if we detect an if/break or if/continue within...
2009-03-17 Vinson Leemesa: update/fix doxygen comments
2009-03-16 Michal Krolmesa: Silence compiler warnings.
2009-03-13 Brian Paulmesa: glUseProgram() debug code (disabled)
2009-03-12 Roland Scheideggermesa: add support for ATI_envmap_bumpmap
2009-03-12 Brian Paulmesa: remove some last remnants of GL_MESA_program_debug
2009-03-11 Brian Paulglsl: remove _slang_attach_storage() function
2009-03-11 Brian Paulglsl: some clean-ups, remove old assertions, add new...
2009-03-11 Brian Paulglsl: remove stray/unneeded totalSize assignment
2009-03-10 Brian Paulmesa: fix dumb sizeof() vs. strlen() mix-up
2009-03-10 Brian Paulglsl: fix typo: s/vec4_tex1d_proj/vec4_tex_1d_proj/
2009-03-07 Brian Paulmesa: gl_register_file enum typedef
2009-03-07 Brian Paulmesa: remove GL_MESA_program_debug extension
2009-03-06 Brian Paulglsl: call the program optimizer
2009-03-06 Brian Paulmesa: add new program optimizer code
2009-03-06 Brian Paulmesa: added some assertions
2009-03-06 Brian Paulmesa: when printing src regs, use |reg| for absolute...
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Brian Paulmesa: include mfeatures.h
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-27 Brian Paulmesa: update fragResults array in arb_output_attrib_str...
2009-02-27 Brian Paulmesa: replace old prog_instruction::Sampler field with...
2009-02-24 Brian Paulglsl: silence warning
2009-02-24 Brian Paulglsl: yet another swizzled expression fix
2009-02-23 Brian Paulglsl: fix another swizzle-related bug
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-21 Brian Paulmesa: re-org texgen state
2009-02-20 Brian Paulglsl: use new IR opcodes for TEX instructions with...
2009-02-20 Brian Paulmesa: add TexShadow field to prog_instruction
2009-02-20 Brian Paulmesa: freshen-up comments, move some fields in prog_ins...
2009-02-20 Brian Paulglsl: rename GLSL texture assembly instructions to...
2009-02-20 Brian Paulglsl: fix vec4_texp_rect IR code (need projective version)
2009-02-19 Brian Paulglsl: asst improvements, clean-ups in set_program_uniform()
2009-02-19 Brian Paulglsl: fix inequality in set_program_uniform()
2009-02-18 Brian Paulglsl: fix link failure for variable-indexed varying...
2009-02-18 Brian Paulmesa: improved error msg
2009-02-18 Brian Paulmesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
2009-02-18 Brian Paulglsl: fix a swizzle-related regression
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Brian Paulmesa: remove old comments
2009-02-16 Brian Paulglsl: silence some uninit var warnings
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-17 Brian Paulglsl: fix mistake in a comment
2009-02-17 Brian Paulglsl: fix an array indexing bug
2009-02-17 Brian Paulmesa: when printing/dumping instruction, include relati...
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-11 Brian Paulglsl: allow setting arrays of samplers in set_program_u...
2009-02-11 Brian Paulglsl: raise GL_INVALID_OPERATION for glUniform(location...
2009-02-11 Brian Paulglsl: rework _mesa_get_uniform[fi]v() to avoid using...
2009-02-11 Brian Paulglsl: fix glUniform() array bounds error checking
2009-02-11 Brian Paulglsl: fix incorrect size returned by glGetActiveUniform...
2009-02-11 José Fonsecamesa: Use the stdio wrappers.
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulre-add MSAA support
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Brian Paulglsl: new MESA_GLSL env var for GLSL debugging features
2009-02-06 Brian Paulmesa: tweak output of _mesa_write_shader_to_file()
2009-02-06 Brian PaulRevert "mesa: meaningless whitespace change to see...
2009-02-06 Brian Paulmesa: meaningless whitespace change to see if git's...
2009-02-05 Brian Paulglsl: use _slang_var_swizzle() in a few places to simpl...
2009-02-05 Brian Paulglsl: remove unused prototype
2009-02-05 Brian Paulglsl: replace assertion with conditional in _slang_pop_...
2009-02-02 Brian Paulmesa: fix GLSL issue preventing use of all 16 generic...
2009-02-02 Brian Paulglsl: update program->InputsRead when referencing input...
next