glsl2: Use stdint.h instead of inttypes.h
[mesa.git] / src / mesa /
2010-08-13 José Fonsecascons: Build the new glsl2 code.
2010-08-12 Ian Romanickglsl2: Use Elements from main/compiler.h instead of...
2010-08-12 Brian Paulmesa: check for null shader->InfoLog before printing
2010-08-11 Brian Paulosmesa: link with new libglsl.a lib
2010-08-11 Brian Paulglsl2: remove stray semicolon
2010-08-11 Brian Paulglsl2: remove stray semicolon
2010-08-10 Eric Anholtglsl2: Add a pass to transform ir_binop_sub to add...
2010-08-10 Eric Anholtglsl2: Add constant propagation.
2010-08-10 Eric Anholti965: More s/stderr/stdout/ for program debug.
2010-08-06 Eric Anholtglsl2: Move gl_program->InputsRead/OutputsWritten setti...
2010-08-06 Eric Anholtir_to_mesa: Add support for sampler arrays.
2010-08-06 Eric Anholtglsl2: Don't assert in a couple of places when encounte...
2010-08-06 Eric Anholtir_to_mesa: Give the expected size for _mesa_add_attrib...
2010-08-06 Ian Romanickir_to_mesa: Handle texture-array samplers
2010-08-05 Eric Anholtglsl2: Add a pass to convert exp and log to exp2 and...
2010-08-05 Eric Anholtir_to_mesa: Don't do function inlining until linking.
2010-08-05 Eric Anholtglsl2: Don't try to dump GLSL IR for a shader that...
2010-08-05 Eric Anholtir_to_mesa: Remove debug force-enablement of EmitNoIfs.
2010-08-05 Eric Anholti965: Settle on printing our program debug to stdout.
2010-08-05 Eric Anholtir_to_mesa: Print shader source and compiled IR under...
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-08-04 Eric Anholtir_to_mesa: Clean up the mapping of samplers to Mesa...
2010-08-04 Eric Anholtmesa: Don't null deref looking for Mesa IR code at...
2010-08-04 Eric Anholtglsl2: Skip talloc_parent in constant_expression of...
2010-08-03 Eric Anholtir_to_mesa: Add support for 1.20 uniform initializers.
2010-08-03 Eric AnholtInitialize a couple of HasIndex2 fields on Mesa IR...
2010-08-03 Eric Anholtir_to_mesa: Support for struct uniforms.
2010-08-03 Eric Anholtir_to_mesa: Add a constructor for ir_to_mesa_src_reg.
2010-08-02 Ian RomanickKeep a local copy of the symbol name in the symbol...
2010-08-01 Eric Anholtir_to_mesa: Add support for MESA_GLSL=log.
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.
2010-07-30 Eric Anholtir_to_mesa: Add the function name as a comment to BGNSU...
2010-07-29 Eric Anholtir_to_mesa: Don't emit a duplicate return at the end...
2010-07-28 Eric Anholtir_to_mesa: Respect the driver if it rejects a shader.
2010-07-28 Eric Anholtglsl2: Add support for redeclaring layout of gl_FragCoo...
2010-07-28 Eric Anholtir_to_mesa: Add remaining state variable (builtin unifo...
2010-07-27 Eric Anholtir_to_mesa: Provide a restricted type size to _mesa_add...
2010-07-27 Eric Anholtir_to_mesa: Add support for array constants.
2010-07-27 Eric Anholtglsl2: Make the dead code handler make its own talloc...
2010-07-27 Eric Anholtmesa: Allow large temporary indices coming into the...
2010-07-27 Eric Anholtir_to_mesa: Set the swizzle on constant struct src...
2010-07-27 Eric Anholtir_to_mesa: Fix stray "break" that broke functions...
2010-07-27 Eric Anholtglsl2: Add optimization pass for algebraic simplifications.
2010-07-27 Eric Anholtir_to_mesa: Fix up handling of void function returns.
2010-07-27 Eric Anholtir_to_mesa: Actually allocate the right size for consta...
2010-07-27 Eric Anholtir_to_mesa: Add support for structure constants.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-27 Eric Anholtir_to_mesa: Flag when we use the address reg.
2010-07-26 Eric Anholti965: Fix reversed naming of the operations in compute...
2010-07-26 Eric Anholti965: Clean up a few magic numbers to use brw_defines...
2010-07-26 Eric Anholti965: Use MIN2, MAX2 instead of rolling our own.
2010-07-26 Eric Anholti965: Fold the "is arithmetic" bit of 965 opcodes into...
2010-07-26 Eric Anholti965: Remove some duped register size/count definitions
2010-07-26 Eric Anholti965: Move the GRF-to-MRF optimizations to brw_optimize.c.
2010-07-26 Benjamin Segoviai965: Improve (i.e. remove) some grf-to-mrf unnecessary...
2010-07-26 Eric Anholti965: Allow VS MOVs to use immediate constants.
2010-07-23 Vinson Leemesa: Fix Cygwin build with llvm enabled.
2010-07-23 Christopher James... gallium: Fix build with llvm installed in non-standard...
2010-07-23 Brian Paulst/mesa: get rid of unneeded ureg_writemask()
2010-07-23 Brian Paulst/mesa: fix bug in emit_adjusted_wpos()
2010-07-23 Eric Anholti965: Cleanly fail programs with unsupported array...
2010-07-23 Eric Anholti965: Add support for VS relative addressing of tempora...
2010-07-22 Eric Anholtir_to_mesa: Fix the swizzles on record and array derefe...
2010-07-22 Brian Paulglsl: remove invalid _mesa_problem() call
2010-07-22 Eric Anholtir_to_mesa: Pretty up the printing of MESA_GLSL=dump
2010-07-22 Eric Anholtmesa: Only complain about an infinite loop in a swrast...
2010-07-22 Eric Anholtir_to_mesa: Add support for MESA_GLSL=dump environment...
2010-07-22 Eric Anholti965: Respect VS/VP point size result when enabled.
2010-07-22 Eric Anholti965: Fix the disasm output for da16 src widths.
2010-07-22 Eric Anholti965: Avoid extra MOV in VS indirect register reads.
2010-07-22 Eric Anholti965: Fix up VS temporary array access for fixed index...
2010-07-22 Henri Verbeetr600: Flip point sprite coordinates when rendering...
2010-07-22 Eric Anholtglsl2: Use talloc on InfoLog handling in ValidateProgram
2010-07-22 Eric Anholti965: In the VS, multiply the address reg by the approp...
2010-07-22 Eric Anholti965: Clean up brw_dp_READ_4_vs() now that it has fewer...
2010-07-22 Eric Anholti965: Support relative addressed VS constant reads...
2010-07-22 Eric Anholti965: Fix the DP read msg_control definitions other...
2010-07-22 Eric Anholti965: Clean up dead code from the VS get_constant/get_r...
2010-07-22 Eric Anholti956: Set the execution size correctly for scratch...
2010-07-22 Eric Anholti965: Set the GEM domain flags for the scratch space.
2010-07-22 Eric Anholti965: Use the pretty define for 4-oword DP reads.
2010-07-22 Eric Anholti965: Set the send commit bit on register spills as...
2010-07-22 Eric Anholti965: Add disasm for dataport reads (register unspilling).
2010-07-21 Ian Romanicklinker: Link built-in functions instead of including...
2010-07-21 Marek Olšákst/mesa: implement depth clamp
2010-07-21 Carl Worthir_to_mesa: Add missing initializion of lod_info variable.
2010-07-21 Carl WorthAdd missing initialization of inOutFlags pointer.
2010-07-21 Carl Worthi965: Remove an unused variable.
2010-07-21 Carl WorthRegenerate program/lex.yy.c
2010-07-21 Carl WorthAvoid more warnings in flex-generated code.
2010-07-21 Carl WorthAvoid warnings in flex-generated code.
2010-07-21 Ian Romanickglsl2: Implement utility routine to talloc reparent...
2010-07-21 Ian Romanickglsl2: Add a constructor for _mesa_glsl_parse_state
2010-07-21 Ian Romanickglsl2: Add and use new variable mode ir_var_temporary
2010-07-21 Eric Anholtir_to_mesa: Validate the linked shaders as well.
2010-07-21 Carl Worthhash_table: Add new hash_table_remove function.
2010-07-20 Vinson Leeradeon: Remove unnecessary header.
2010-07-20 Eric Anholtglsl2: Add definitions of the builtin constants present...
2010-07-20 Eric Anholtir_to_mesa: Fix swizzled writemasks with swapped compon...
2010-07-20 Marek Olšákst/mesa: implement and advertise GL_ARB_draw_elements_b...
next