st/mesa: rename some vertex/fragment state fields for better consistency
[mesa.git] / src / glsl /
2012-08-02 José Fonsecascons: set YACCHXXFILESUFFIX to stop needless rebuildin...
2012-08-01 Tomeu Vizosoglsl: Add support for OES_standard_derivatives in GLSL ES.
2012-07-31 Eric Anholtglsl: Reject linking shaders with too many uniform...
2012-07-31 Eric Anholtglsl: Assign array and matrix stride values according...
2012-07-31 Eric Anholtglsl: Add support for default layout qualifiers for...
2012-07-31 Eric Anholtglsl: Merge UBO layout qualifiers in a qualifier list.
2012-07-31 Eric Anholtglsl: Incorporate all UBO language changes into GLSL...
2012-07-31 Kenneth Graunkeglsl: Refactor #version validation to be more future...
2012-07-31 Kenneth Graunkeglsl: Fix #pragma invariant(all) language version check.
2012-07-30 Jordan Justenglsl: add support for using API_OPENGL_CORE
2012-07-30 Ian Romanickglsl: Fix ir_last_opcode value.
2012-07-30 Ian Romanickglsl: Request an Nx1 type instance in ir_quadop_vector...
2012-07-30 Kenneth Graunkeglsl: Make bvec and ivec types accessible without using...
2012-07-28 Kenneth Graunkeglcpp: Add a newline to expanded #line directives.
2012-07-26 Oliver McFaddenglsl: warning: pragma `invariant(all)' not supported...
2012-07-24 Anthony G. BasileFix compile time errors when building against uclibc
2012-07-20 Eric Anholtglsl: Assign locations for uniforms in UBOs using the...
2012-07-20 Eric Anholtglsl: Don't resize arrays in uniform blocks.
2012-07-20 Eric Anholtglsl: Don't dead-code eliminiate uniforms declared...
2012-07-20 Eric Anholtglsl: Propagate uniform block information into gl_unifo...
2012-07-20 Eric Anholtglsl: Set the uniform_block index for the linked shader...
2012-07-20 Eric Anholtglsl: Merge the lists of uniform blocks into the linked...
2012-07-20 Eric Anholtglsl: Translate the AST for uniform blocks into some...
2012-07-20 Eric Anholtglsl: Turn UBO variable declarations into ir_variables...
2012-07-20 Paul Berrymesa: Set gl_fragment_program::UsesKill in do_set_progr...
2012-07-19 Kenneth Graunkeglsl: Remove open coded version of ir_variable::interpo...
2012-07-19 Paul Berryglsl: Set UsesDFdy appropriately for GLSL shaders.
2012-07-17 Michel Dänzerglsl: Drop obsolete .gitignore entries.
2012-07-15 Jon TURNEYFix building glsl when using automake-1.12 after 68e04cc6
2012-07-13 Jon TURNEYautomake: convert libmesa and libmesagallium
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-07-12 Kenneth Graunkeglsl/ir_builder: Add a new swizzle_for_size() function.
2012-07-12 Kenneth Graunkeglsl/ir_builder: Add a generic constructor for unary...
2012-07-12 Kenneth Graunkeglsl: Initialize coordinate to NULL in ir_texture const...
2012-07-12 Marek Olšákglsl: implement ARB_transform_feedback3 in the linker
2012-07-09 Eric Anholtglsl: Add parsing for GLSL uniform blocks.
2012-07-09 Eric Anholtglsl: Don't hide the type of struct_declaration_list.
2012-07-09 Kenneth Graunkeglcpp: Add built-in #define for GL_ARB_uniform_buffer_o...
2012-07-09 Vincent Lejeuneglsl: Parser handles "#extension GL_ARB_uniform_buffer_...
2012-07-09 Eric Anholtglsl: Reduce a bit of extra code in the merging of...
2012-07-09 Eric Anholtglsl: Take advantage of the layout qualifier flags...
2012-07-03 Brian Paulglsl: fix unop/binop errors in comments
2012-07-02 Kenneth Graunkeglsl: Remove unused ir_loop_jump::loop pointer.
2012-06-27 Brian Paulglsl: be more careful about counting varying vars in...
2012-06-26 Carl Worthglsl: glcpp: Extend testing of #line directives
2012-06-26 Carl Worthglsl: glcpp: Move handling of #line directives from...
2012-06-26 Carl Worthglsl: glcpp: Rename and document _glcpp_parser_expand_if
2012-06-26 Carl Worthglsl: Consistently use length-based ralloc string funct...
2012-06-26 Carl Worthglsl: glcpp: Allow "#if undefined-macro' to evaluate...
2012-06-26 Brian Paulglsl: fix comment typo
2012-06-25 Paul Berryglsl: Add IsCentroid bitfield to gl_fragment_program.
2012-06-23 Vinson Leescons: Add glsl/glcpp to the include path.
2012-06-20 Paul Berryglx/tests: Fix signed/unsigned comparison warnings.
2012-06-15 Paul Berryglsl: Use ir_unop_f2u to convert floats to uints.
2012-06-15 Paul Berryglsl: Add support for ir_unop_f2u to constant folding.
2012-06-15 Paul Berryglsl: Add unary operation ir_unop_f2u.
2012-06-14 Ian Romanickglsl: Fix pi/2 constant in acos built-in function
2012-06-12 Matt Turnerglsl: Transform dot product by a basis vector into...
2012-06-12 Matt Turnerglsl: Add is_basis function
2012-06-12 Matt Turnerglsl: Check for zero vectors in ir_binop_dot
2012-06-11 José Fonsecascons: Fix scons build.
2012-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2012-06-11 Eric Anholtautomake: Merge the dricore libglsl build into libdricore.
2012-06-11 Eric Anholtautomake: Add a prefix variable for libglsl sources.
2012-06-08 Eric Anholtglsl: Clean up warnings about deleting classes without...
2012-06-08 Marcin Slusarzglsl: fix deref_hash memory leak in constant_expression...
2012-06-08 Andreas Bollglcpp: .gitignore cleanup
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_constan...
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_validate.
2012-06-07 Olivier Galibertglsl: Bitwise conversion operator support in ir_expression.
2012-06-07 Olivier Galibertglsl: New unary opcodes for ARB_shader_bit_encoding...
2012-06-07 Olivier Galibertglsl: Scaffolding for ARB_shader_bit_encoding.
2012-06-07 Kenneth Graunkeglsl: Hook up loop_variable_state destructor to plug...
2012-06-05 Kenneth Graunkeglsl/builtins: Fix textureGrad() for Array samplers.
2012-06-05 Paul BerryFix .gitignore for ralloc-test
2012-06-01 Ian Romanickglsl: Remove spurious printf messages
2012-05-31 Kenneth Graunkeglsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into...
2012-05-31 Kenneth Graunkeralloc: Add some basic unit tests.
2012-05-31 Kenneth Graunkeralloc: Fix ralloc_parent() of memory allocated out...
2012-05-23 Paul Berryglsl/tests: Add .gitignore for uniform initialization...
2012-05-23 Paul Berryglsl/constant propagation: kill whole var if LHS involv...
2012-05-23 Ian Romanickglsl/tests: Add test for uniform initialization by...
2012-05-23 Ian Romanickglsl: Propagate sampler uniform initializers to gl_shad...
2012-05-23 Ian Romanickglsl: Initialize samplers to 0, propagate sampler value...
2012-05-23 Ian Romanickglsl: Set initial values for uniforms in the linker
2012-05-17 Eric Anholtglsl: Drop the extra NULL specifiction on ir_assignment...
2012-05-17 Eric Anholtglsl: Fix assertion failure on handling switch on uint...
2012-05-17 Eric Anholtglsl: Reject non-scalar switch expressions.
2012-05-17 Eric Anholtglsl: Let the constructor figure out the types of switc...
2012-05-17 Eric Anholtglsl: Fix indentation of switch code.
2012-05-17 Eric Anholtglsl: Improve the local dead code optimization to elimi...
2012-05-15 José Fonsecaglsl: Fix lower_discard_flow prototype mismatch.
2012-05-15 Eric Anholtglsl: Implement the GLSL 1.30+ discard control flow...
2012-05-15 Eric Anholtglsl: Remove the opt_discard_simplification pass.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-08 Olivier Galibertglsl: Change built-in constant expression evaluation...
2012-05-08 Olivier Galibertglsl: Add an origin pointer in the function signature...
2012-05-08 Olivier Galibertglsl: Add methods to copy parts of one ir_constant...
2012-05-08 Olivier Galibertglsl: Add a constant_referenced method to ir_dereference*
2012-05-08 Olivier Galibertglsl: Add a variable context to constant_expression_val...
next