Merge remote branch 'origin/master' into glsl2
[mesa.git] / src / mesa /
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...
2010-07-20 Marek Olšákst/mesa: implement depth texture modes
2010-07-20 Brian Paulmesa: call ctx->Driver.ChooseTextureFormat() only when...
2010-07-20 Kristian Høgsbergglx: Remove support for MESA_swap_frame_usage
2010-07-20 Kristian Høgsbergglx: Drop support for GLX_MESA_allocate_memory
2010-07-20 Eric Anholti965: Mostly fix glsl-max-varyings.
2010-07-20 Eric Anholti965: Clean up message register setup in emit_vertex_wr...
2010-07-20 Eric Anholti965: Reduce repeated calculation of the attribute...
2010-07-20 Eric Anholti965: Clarify the nr_regs calculation in brw_clip.c
2010-07-20 Eric Anholti965: Don't set up VUE space for the disabled user...
2010-07-19 Ian Romanicklinker: Track and validate GLSL versions used in shaders
2010-07-19 Brian Paulmesa: remove restart.c from build
2010-07-19 Eric Anholti915: Ask the compiler to flatten out all the if statem...
2010-07-19 Eric Anholtir_to_mesa: Do validation on the IR tree.
2010-07-19 Eric Anholtir_to_mesa: Don't do lowering passes on an errored...
2010-07-19 Marek Olšákst/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8...
2010-07-19 Eric Anholtir_to_mesa: Rename struct temp_entry, which is used...
2010-07-19 Eric Anholtir_to_mesa: Add support for function calls.
2010-07-19 Eric Anholtglsl2: Make cross() be an expression operation.
2010-07-16 Brian Paulmesa: return retval in _mesa_RenderObjectUnpurgeable()
2010-07-16 Vinson Leemesa: Add error path in compressed_texture_error_check.
2010-07-15 Alex Deucherr600: fix typo in r700 assembler
2010-07-15 Henri Verbeetradeon: Also flush if it's not the current context...
2010-07-15 Alex Deucherradeon: allow driconf vblank settings with dri2
2010-07-15 Brian Paulst/mesa: fix quad strip trimming bug
2010-07-15 Vinson Leemesa: Fix potential out-of-bounds access by _vbo_Materialf.
2010-07-14 Brian Paulmesa: fix _mesa_Texture/Render/BufferObjectUnpurgeable...
2010-07-14 Brian Paulmesa: update assertions and fix refcounting in depth...
2010-07-14 Brian Paulmesa: silence a printf warning
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-14 Zack Rusinmesa: add comments and change Index2D to just Index2
2010-07-14 Marek Olšákr300/compiler: fix swizzling in the transformation...
2010-07-13 Eric Anholtir_to_mesa: Add convenience function for opcodes with...
2010-07-13 Eric Anholtir_to_mesa: Add support for variable array indexing...
2010-07-13 Eric Anholtir_to_mesa: Add support for array dereferences on the...
2010-07-13 Marek Olšákr300/compiler: implement the Abs source operand modifie...
2010-07-13 Marek Olšákr300/compiler: emulate SIN/COS/SCS in r3xx-r4xx vertex...
2010-07-13 Vinson Leemesa: s/snprintf/_mesa_snprintf/
2010-07-13 Eric Anholtir_to_mesa: Rely on ir_mat_op_to_vec for matrix multipl...
2010-07-13 Eric Anholtir_to_mesa: Emit OPCODE_MAD when we find an ADD of...
2010-07-12 Eric Anholtir_to_mesa: Add support for dereferencing matrices...
2010-07-12 Ian Romanicklinker: Stub-out intrastage linker
2010-07-12 Ian RomanickMake shader_api.h be C++ friendly
2010-07-12 Maciej CencoraMerge branch 'master' of git://anongit.freedesktop...
2010-07-12 Vinson Leer600: Fix include recursion.
2010-07-12 Eric AnholtRevert "ir_to_mesa: Add support for adding/subtracting...
2010-07-12 Eric Anholtglsl2: Add a new pass at the IR level to break down...
next