mesa: Fix Android build by #ifdef'ing out locale support
[mesa.git] / src / mesa /
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...
2011-08-16 Eric Anholti965/vs: Fix the trivial register allocator's failure...
2011-08-16 Eric Anholti965/vs: Add support for if(any(bvec)) on gen6.
2011-08-16 Eric Anholti965/vs: Add support for GL_FIXED attributes.
2011-08-16 Eric Anholti965/vs: Clamp vertex color outputs when required by...
2011-08-16 Eric Anholti965/vs: Fix access of attribute arrays.
2011-08-16 Eric Anholti965/vs: Fix builtin uniform setup.
2011-08-16 Eric Anholti965/vs: Add support for loops.
2011-08-16 Eric Anholti965/vs: Add support for ir_binop_pow.
2011-08-16 Eric Anholti965/vs: Respect the gen6 limitation that math opcodes...
2011-08-16 Eric Anholti965/vs: Fix implementation of ir_unop_any.
2011-08-16 Eric Anholti965/vs: Slightly improve the trivial reg allocator...
2011-08-16 Eric Anholti965: Add gen6 disassembly for DP render cache messages.
2011-08-16 Eric Anholti965/vs: Enable variable array indexing in the VS.
2011-08-16 Eric Anholti965/vs: Add support for scratch read/write codegen.
2011-08-16 Eric Anholti965: Make some EU emit code for DP read/write messages...
2011-08-16 Eric Anholti965/vs: Move virtual GRFs with array accesses to them...
2011-08-16 Eric Anholti965/vs: Reserve MRF 14/15 for array loads/register...
2011-08-16 Eric Anholti965/vs: Track the variable index of array accesses.
2011-08-16 Eric Anholti965: Add remaining scratch space setup emit to unit...
2011-08-16 Eric Anholti965: Set up allocation of a VS scratch space if required.
2011-08-16 Eric Anholti965: Remove dead brw->wm.max_threads field.
2011-08-16 Eric Anholti965/vs: Add support for VUEs larger than a single...
2011-08-16 Eric Anholti965/vs: Avoid generating extra moves when setting...
2011-08-16 Eric Anholti965/vs: Fix types of varying outputs.
2011-08-16 Eric Anholti965/vs: Handle assignment of structures/arrays/matrice...
2011-08-16 Eric Anholti965/vs: Don't forget to set up assignment condition...
2011-08-16 Eric Anholti965/vs: Apply the gen6 math workaround for math1 instr...
2011-08-16 Eric Anholti965/vs: Add support for if(any_nequal()) and if(all_eq...
2011-08-16 Eric Anholti965/vs: Add support for dot product opcodes.
2011-08-16 Eric Anholti965/vs: Fix the types of array/struct dereferences.
2011-08-16 Eric Anholti965/vs: Drop the assertion about dst.reg_offset == 0.
2011-08-16 Eric Anholti965/vs: Use an appropriate swizzle on src regs from...
2011-08-16 Eric Anholti965/vs: Fix support for zero uniforms in use.
2011-08-16 Eric Anholti965/vs: Fix support for "IF" instructions by copying...
2011-08-16 Eric Anholti965/vs: Disable loops for now until rendering is gener...
2011-08-16 Eric Anholti965/vs: Fix ir_swizzle handling.
2011-08-16 Eric Anholti965/vs: Allocate storage for "auto" variables just...
2011-08-16 Eric Anholti965/vs: Allow scalar values in assignments, too.
2011-08-16 Eric Anholti965/vs: Don't emit an extra copy of the vertex position.
2011-08-16 Eric Anholti965/vs: Port the fix for clip plane writemasks from...
2011-08-16 Eric Anholti965/vs: Fix constant vector construction.
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-16 Eric Anholti965: Generate driver-specific IR for non-fragment...
2011-08-16 Brian Paulmesa: ChooseTextureFormat() returns gl_format, not...
2011-08-16 Eric Anholtradeon: Explain to the user what went wrong when built...
2011-08-13 Chia-I Wuglapi: generate ES dispatch headers from core mesa
2011-08-13 Chia-I Wuglapi: use gl_and_es_API.xml to generate GLES headers
2011-08-11 Chad Versacex86-64: Fix compile error with clang
2011-08-11 Brian Paulmesa: fix initialization of GL_FOG_MODE in _mesa_init_d...
2011-08-11 Brian Paulmesa: fix ColorMask array index in _mesa_init_driver_st...
2011-08-11 Brian Paulswrast: don't try to do depth testing if there's no...
2011-08-11 Andreas Fängerswrast: initial multi-threaded span rendering
2011-08-10 Ben Widawskyintel: GetBuffer fix
2011-08-10 Carl Simonsoni830: Add missing vtable entry for i830 from the hiz...
2011-08-10 Eric Anholti965: Drop the reg/hw_reg distinction.
2011-08-10 Eric Anholti965/fs: Factor out the register allocator setup to...
2011-08-10 Eric Anholti965/fs: Simplify the register allocator using a map...
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-10 Eric Anholti965/fs: Use the new convenience interface for setting...
2011-08-10 Eric Anholtmesa: Add a convenience interface for register allocato...
2011-08-09 Henri Verbeetglsl_to_tgsi: improve assignment hack
2011-08-09 Fabio Pedrettiswrast: silence unused var warnings
2011-08-08 Bryan Cainst/mesa: inline st_prepare_fragment_program in st_trans...
2011-08-08 Brian Paulmesa: whitespace changes
2011-08-07 Christoph Bumillerst/mesa: don't resolve stencil twice
2011-08-05 Kenneth Graunkemesa: In validate_program(), initialize errMsg for...
2011-08-05 Eric Anholtintel: Fix warnings from gl_constant_parameter changes.
2011-08-05 Bryan Cainglsl_to_tgsi: replace open-coded swizzle_for_size()
2011-08-05 Bryan Cainglsl_to_tgsi: try to avoid emitting a MOV_SAT to satura...
2011-08-05 Eric Anholtir_to_mesa: Replace open-coded swizzle_for_size()
2011-08-05 Eric Anholtir_to_mesa: Try to avoid emitting a MOV_SAT to saturate...
2011-08-05 Eric Anholtprog_optimize: Add support for saturates to _mesa_merge...
2011-08-05 Eric Anholti965: Add dumping for gen6 WM constants too.
2011-08-05 Eric Anholtmesa: Remove dead "MemPool" field of gl_shader_state.
2011-08-05 Eric Anholti965/fs: Don't upload unused uniform components.
2011-08-05 Eric Anholti965/fs: Don't allocate the old backend's compile struc...
2011-08-05 Marek Olšákst/mesa: remove unused-but-set variables in st_glsl_to_...
2011-08-05 Marek Olšákvbo: do not call _mesa_max_buffer_index in debug builds
2011-08-05 Vinson Leemesa: Remove MSVC stdint typedefs from compiler.h.
2011-08-04 Brian Paulmesa: pass correct constant type to _mesa_fetch_state()
2011-08-04 Brian Paulmesa: use gl_constant_value type in ARB program parser
2011-08-04 Brian Paulmesa: use gl_constant_value type in _mesa_[Get]ProgramN...
2011-08-04 Brian Paulmesa: add st_glsl_to_tgsi.cpp to Sconscript
2011-08-04 Brian Paulmesa: fix out of bounds array access in rtgc debug...
next