glcpp: Add generated source files.
[mesa.git] / src /
2010-07-23 Jakob Bornecrantztgsi: Fix error message on invalid swizzle parse
2010-07-23 Kristian Høgsbergglx: Drop screen argument to GetGLXDRIDrawable
2010-07-23 Kristian Høgsbergglx: Move WaitGL, WaitX, UseXFont to context vtable...
2010-07-23 Kristian Høgsbergglx: Allocate the __GLXcontext in the DRI drivers
2010-07-23 Kristian Høgsbergglx: Use _Xglobal_lock for protecting extension display...
2010-07-23 Kenneth Graunkeir_constant_expression: Fix broken code for floating...
2010-07-22 Kenneth Graunkeglsl2: Refresh autogenerated file builtin_function...
2010-07-22 Kenneth Graunkeglsl2/builtins: Add 1.30 bvec variant of the "mix"...
2010-07-22 Kenneth Graunkeglsl2/builtins: Fix 1.30 sign implementation for ints.
2010-07-22 Kenneth Graunkeglsl2/builtins: Fix "mod" builtin to use scalar/vector...
2010-07-22 Kenneth Graunkeglsl2: Initialize ir_instruction::type and ir_rvalue...
2010-07-22 Kenneth Graunkeglsl2: Make ir_assignment derive from ir_instruction...
2010-07-22 Kenneth Graunkeglsl2: Fix standalone compiler to not crash horribly.
2010-07-22 Kenneth Graunkeir_print_visitor: Add "temporary" to mode string printing.
2010-07-22 Carl Worthglcpp: Fix function-like macros with an argument used...
2010-07-22 Eric Anholtglsl2: Put side effects of the RHS of logic_or in the...
2010-07-22 Eric Anholtglsl2: Validate that ir_if conditions are actually...
2010-07-22 Eric Anholtir_to_mesa: Fix the swizzles on record and array derefe...
2010-07-22 Eric Anholtglsl2: When setting the size of an unsized array, set...
2010-07-22 Brian Paulglsl: remove invalid _mesa_problem() call
2010-07-22 Eric Anholtglsl2: Set the type on cloned tex instructions.
2010-07-22 Eric Anholtglsl2: Add the API defines to the glsl2 build so we...
2010-07-22 Brian Pauldraw: re-order optimization passes depending on LLVM...
2010-07-22 Eric Anholtglsl2: Fix builtin prototypes defined in multiple glsl...
2010-07-22 Carl Worthglsl2: Fix expected type for multiplying vector with...
2010-07-22 Eric Anholtglsl2: Fix the type of (1.0 - arg2) for mix(gen, gen...
2010-07-22 Eric Anholtglsl2: When inlining, don't clone and assign sampler...
2010-07-22 Eric Anholtglsl2: When a "continue" happens in a "for" loop, run...
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 Brian Pauldraw: added new assertions to clipping code
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-22 Kristian Høgsbergglx: Move last few dri_interface.h types out of glxclie...
2010-07-22 Kristian Høgsbergglx: Move __driContext field out of __GLXcontextRec
2010-07-21 Kenneth Graunkeglsl2: Update TODO.
2010-07-21 Kenneth Graunkeir_constant_expression: Add support for array == and !=.
2010-07-21 Kenneth Graunkeir_constant_expression: Add support for constant arrays.
2010-07-21 Kenneth Graunkeir_reader: Add support for reading constant arrays.
2010-07-21 Kenneth Graunkeir_print_visitor: Print out constant arrays.
2010-07-21 Kenneth Graunkeir_print_visitor: Remove commas between ir_constant...
2010-07-21 Kenneth Graunkeglsl2: Extend ir_constant to store constant arrays...
2010-07-21 Kenneth Graunkeglsl2: Emit array constructors inline.
2010-07-21 Kenneth Graunkeast_to_hir: Fix bug in constant initializers.
2010-07-21 Kenneth Graunkeir_constant_expression: Add support for ir_unop_u2f.
2010-07-21 Kenneth Graunkeir_constant_expression: Remove open coded equality...
2010-07-21 Kenneth Graunkeglsl2: Add some comments.
2010-07-21 Kenneth Graunkeglsl2: Replace insert_before/remove pairs with exec_nod...
2010-07-21 Ian Romanicklinker: Link built-in functions instead of including...
2010-07-21 Ian Romanickglsl2: Add function to import function prototypes from...
2010-07-21 Brian Paulsoftpipe: add missing support for PIPE_FORMAT_S8_USCALE...
2010-07-21 Brian Paulsoftpipe: fix sp_tile_cache_flush_clear() regression
2010-07-21 Jerome GlisseRevert "dri2: Remove an unused variable."
2010-07-21 Jerome Glisser600g: add support for all R6XX/R7XX asic
2010-07-21 Dave Airlier600g: add r600 compile mode to compiler.
2010-07-21 Dave Airlier600g: add family retrival
2010-07-21 Marek Olšákllvmpipe: say no to depth clamp
2010-07-21 Marek Olšákr300g: implement depth clamp
2010-07-21 Marek Olšákr300g: cleanup clip state emission
2010-07-21 Marek Olšákdraw: disable depth clipping if depth clamp is enabled
2010-07-21 Marek Olšákst/mesa: implement depth clamp
2010-07-21 Marek Olšákcso: handle depth clamp
2010-07-21 Marek Olšákgallium: add depth clamp to the interface
2010-07-21 Carl Worthir_to_mesa: Add missing initializion of lod_info variable.
2010-07-21 Carl Worthglsl: Fix missing initialization of yylloc.source
2010-07-21 Carl WorthAdd missing initialization of inOutFlags pointer.
2010-07-21 Carl WorthMakefiles: Don't complain if depend file to be included...
2010-07-21 Carl Worthi965: Remove an unused variable.
2010-07-21 Carl Worthdri2: 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 Carl Worthglsl: Correctly handle unary plus operator.
2010-07-21 Brian Pauldraw: tweak aa line width threshold and sampling
2010-07-21 Patrice Mandinnouveau/nvfx: Add new PIPE_CAP values
2010-07-21 Brian Paulgallivm: replace has_indirect_addressing field with...
2010-07-21 Brian Paultgsi: added tgsi_shader_info::indirect_files field
2010-07-21 Brian Paulgallivm: refactor code into get_indirect_offsets()...
2010-07-21 Brian Paulgallivm: added comment
2010-07-21 Brian Paulgallivm: remove extraneous braces
2010-07-21 Brian Paulgallivm: no longer do indirect addressing in get_temp_ptr()
2010-07-21 Brian Paulgallivm: implement correct indirect addressing of temp...
2010-07-21 Brian Paulgallivm: re-org, comments for get_temp_ptr()
2010-07-21 Brian Pauldraw: whitespace clean-up
2010-07-21 Keith Whitwellgallium: remove pointless bitfield restrction in pipe_v...
next