i965: SF: change get_vert_attr to use the VUE map, and rename it.
[mesa.git] / src / mesa /
2011-08-27 Ian Romanickmesa: Remove support for BeOS
2011-08-27 Ian Romanickdri: Remove unused header files mmx.h and spantmp.h
2011-08-27 Ian Romanickdri: Remove driRenderbuffer::backBuffer field
2011-08-27 Ian Romanickdri: Remove all DRI1 drivers
2011-08-27 Ian Romanickmesa: Remove obsolete Windows gldirect and ICD drivers
2011-08-27 Ian Romanickmesa: Remove obsolete linux-fbdev software driver
2011-08-27 Ian Romanickmesa: Remove stray, unused file
2011-08-27 Chad Versacei965: Factor our source lists into Makefile.sources
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Ian Romanicki965: Remove all bits of NRM3 and NRM4 code
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Dave Airlieglsl_to_tgsi: add TXF support. (v2)
2011-08-25 Dave Airlieglsl_to_tgsi: implement TXS/TXQ. (v2)
2011-08-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-25 Kai WasserbächChange return type of try_emit_* methods to bool.
2011-08-24 Brian Paulvbo: remove unused var, remove unneeded local var
2011-08-24 Brian Paulswrast: Remove swrast eject/validate texture image...
2011-08-24 Eric Anholtradeon: Fix flushing before writing a teximage's BO...
2011-08-24 Brian Paulst/mesa: remove st_texture_image::face,level fields
2011-08-24 Brian Paulintel: use new gl_texture_image:Face, Level fields
2011-08-24 Brian Paulmesa: add gl_texture_image::Face, Level fields
2011-08-24 Brian Paulx11: add missing comma to fix compilation
2011-08-23 Ian Romanicki965: Only map the necessary buffer range in brw_prepar...
2011-08-23 Ian Romanicktnl: Only map the necessary buffer range in bind_indices
2011-08-23 Ian Romanickmesa: Only map the necessary buffer range in vbo_get_mi...
2011-08-23 Ian Romanickmesa: Eliminate dd_function_table::MapBuffer
2011-08-23 Ian Romanickradeon: Hack up an implementation of MapBufferRange
2011-08-23 Ian Romanickmesa: Fix incorrect access parameter passed to MapBuffer
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickintel: Correctly check for read-only mappings in intel_...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Eric Anholti965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a
2011-08-23 Eric Anholti965/gen6+: Use non-normalized coordinates for GL_TEXTU...
2011-08-23 Kenneth Graunkei965: Implement textureSize (TXS) on Gen4.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-23 Kenneth Graunkei965/fs: Rudimentary support for non-floating point...
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-23 Chia-I Wumesa: call _mesa_set_vp_override in glDrawTex*
2011-08-22 Chad Versaceintel: Abort when DRI2 separate stencil handshake fails
2011-08-22 Kenneth Graunkeglsl_to_tgsi: Fix a few more struct vs. class warnings.
2011-08-20 Bryan Cainglsl_to_tgsi: emit a MAD(b, -a, b) for !a && b
2011-08-20 Bryan Cainglsl_to_tgsi: fix typo
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_all_equal using DP4...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_any_nequal using DP4...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_unop_any using DP4 w/saturat...
2011-08-20 Bryan Cainglsl_to_tgsi: make glsl_to_tgsi_visitor::emit_dp return...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_binop_logic_or using an...
2011-08-20 Bryan Cainglsl_to_tgsi: implement ir_unop_logic_not using 1-x
2011-08-20 Chia-I Wuandroid: build glsl
2011-08-20 Chia-I Wuandroid: build core mesa
2011-08-20 Chia-I Wumesa: android has no log2f nor ffs
2011-08-20 Chia-I Wumesa: fix !FEATURE_GL build
2011-08-20 Kenneth Graunkei965/gen7: Use align1 mode to set URB_WRITE_HWORD chann...
2011-08-20 Kenneth Graunkei965/fs: Don't double-convert integer/boolean uniforms.
2011-08-20 Kenneth Graunkemesa, glsl_to_tgsi: Add new gl_context::NativeIntegers...
2011-08-20 Kenneth Graunkeir_to_mesa: Remove incorrect usage of the 'struct'...
2011-08-20 Kenneth Graunkei965/fs: Change incorrect use of 'struct fs_reg' to...
2011-08-20 Eric Anholti965/vs: Implement proper register allocation instead...
2011-08-20 Eric Anholti965/vs: Add simple dead code elimination.
2011-08-19 Eric Anholti965/vs: Copy the live intervals calculation over from...
2011-08-19 Eric Anholti965/vs: Remove stale comment about compressed instruct...
2011-08-19 Lauri Kasanendriconf: Add the PP descriptions
2011-08-19 Brian Paulmesa: handle array textures in GenerateMipmap(), Frameb...
2011-08-19 Brian Paulmeta: use fallback mipmap generation for 1D/2D texture...
2011-08-19 Brian Paulmesa: set Q=1 for OPCODE_TEX execution
2011-08-19 Brian Paulmesa: restructure error checking in _mesa_FramebufferTe...
2011-08-19 Chad Versacemesa: Declare _mesa_meta_begin()/end() as public
2011-08-18 Brian Paulmesa: fix incorrect error code in _mesa_FramebufferText...
2011-08-18 Paul Berryglapi: update .gitignore for generated ES dispatch...
2011-08-17 Eric Anholti965/fs: Fix 32-bit integer multiplication.
2011-08-17 Brian Paulst/mesa: fix incorrect loop over instruction src regs
2011-08-17 Lauri Kasanenxmlpool.h: fix a typo
2011-08-17 Lauri Kasanenxmlconfig: Make the error message more informative
2011-08-16 Ian Romanickmesa: Bump instruction execution limit to 65536
2011-08-16 Ian Romanickmesa: Add partial constant propagation pass for Mesa IR
2011-08-16 Ian Romanickir_to_mesa: Emit a MAD(b, -a, b) for !a && b
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_all_equal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_any_nequal using DP4...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_any using DP4 w/saturate...
2011-08-16 Ian Romanickir_to_mesa: Make ir_to_mesa_visitor::emit_dp return...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_binop_logic_or using an add...
2011-08-16 Ian Romanickir_to_mesa: Implement ir_unop_logic_not using 1-x
2011-08-16 Chad Versacemesa: Add Android to list of platforms that define...
2011-08-16 Chad Versacemesa: Fix Android build by #ifdef'ing out locale support
2011-08-16 Chad Versacemesa: Remove use of fpu_control.h
2011-08-16 Eric Anholti965/vs: Fix multiplies to actually do 32-bit multiplies.
2011-08-16 Eric Anholti965/vs: Add support for conversion of FIXED_HW_REG...
2011-08-16 Eric Anholti965/vs: Fix memory leak of ralloc context for the...
2011-08-16 Eric Anholti965/vs: Fix condition code for scalar expression all_e...
2011-08-16 Eric Anholti965/vs: Don't assertion fail on vertex texturing.
2011-08-16 Eric Anholti965/gen6: Force WHILE exec size to 8.
2011-08-16 Eric Anholti965/vs: Remove remaining use of foreach_iter.
2011-08-16 Eric Anholti965/vs: Fix abs/negate handling on attributes.
2011-08-16 Eric Anholti965/vs: Avoid generating a MOV for most ir_assignment...
2011-08-16 Eric Anholti965/vs: Run the shader backend at link time and return...
2011-08-16 Eric Anholti965: Fix assertion failure on a loop consisting of...
next