nv50: fix TXP depth comparison value
[mesa.git] / src / mesa /
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Brian Paulmesa: fix code generation for ir_unop_sqrt
2010-09-02 Brian Paulmesa: fix some printf warnings with casts
2010-09-02 Eric Anholtir_to_mesa: Load all the STATE_VAR elements of a builti...
2010-09-02 Eric Anholtir_to_mesa: Add a little helper for emitting link failu...
2010-09-02 Eric Anholtmesa: Fix many printf-like warnings.
2010-09-02 Eric Anholtmesa: Add __printf__ attribute to printf-like functions...
2010-09-01 Dave Airliemesa/st: remove check for buffer/elements = 0
2010-09-01 Brian Paulmesa: fix out of bounds memory read in mipmap gen code
2010-09-01 Brian Paulmesa: more prog_execute.c debug code
2010-09-01 Eric Anholti965: DP2 produces a scalar result like DP3, DP4, etc.
2010-09-01 Vladimir Vukicevicmesa: initialize dummy framebuffer and renderbuffer...
2010-09-01 Andre Maasikasr600: cube mipmap levels are aligned to 8 faces only...
2010-08-31 Eric Anholtir_to_mesa: When emitting a pixel kill, flag that we...
2010-08-31 Eric Anholtir_to_mesa: Sort the uniform list we're adding to Param...
2010-08-31 nobledir_to_mesa: Fix struct/class confusion
2010-08-31 Eric Anholtir_to_mesa: Set up our instruction nodes with zeroed...
2010-08-31 Marek Olšákir_to_mesa: use RSQ+MUL instead of RSQ+RCP for SQRT
2010-08-31 Zhenyu Wangi965: fix depth test on sandybridge
2010-08-30 Jon TURNEYAdd talloc to osmesa library dependencies
2010-08-30 Kenneth GraunkeFix inverted version checks in check_extra.
2010-08-30 Eric Anholti965: Clear the cached constant buffer entry in the...
2010-08-30 Eric Anholti965: Align the number of payload regs to 2 again in...
2010-08-30 Cedric Vivieri965: Apply the rest of the old-libdrm guard patch.
2010-08-30 Eric Anholti965: Add support for loops to the new FS backend.
2010-08-30 Eric Anholti965: Make brw_CONT and brw_BREAK take the pop count.
2010-08-30 Eric Anholti965: Add "discard" support to the new FS backend.
2010-08-30 Eric Anholti965: Fix the new implementation of ir_unop_sign to...
2010-08-30 Eric Anholti965: Add support for texturing with bias to i965 FS...
2010-08-30 José Fonsecamesa: Return after assertion failure.
2010-08-30 José Fonsecamesa: Fix _mesa_lookup_parameter_constant's return...
2010-08-30 Marek Olšákst/mesa: set the MaxVarying GLSL constant
2010-08-29 Richard Lievergreen : fix shader const allocation and instruction...
2010-08-29 Vinson Leeir_to_mesa: Initialize variable in ir_to_mesa_visitor...
2010-08-29 Eric Anholti965: Add initial support for texturing to the new...
2010-08-29 Eric Anholti965: Add disasm for gen5 sampler messages.
2010-08-29 Cedric Vivieri965: Move libdrm/C++ hack introduced in fa2deb3d to...
2010-08-28 Vinson Leest/mesa: Include missing header in st_mesa_to_tgsi.c.
2010-08-27 Eric Anholti965: Set the pop count on BRK/CONT inside of an if...
2010-08-27 Eric Anholtdri: Get prototype for _mesa_destroy_compiler().
2010-08-27 Eric Anholti965: Don't strip negate/abs flags when assigning unifo...
2010-08-27 Eric Anholti965: Add missing handling for BRW_OPCODE_SEL.
2010-08-27 Eric Anholti965: Mask out higher bits of the result of BRW_CMP...
2010-08-27 Eric Anholti965: Fix the types of immediate integer values.
2010-08-27 Eric Anholti965: Add translation for RNDD and RNDZ.
2010-08-27 Eric Anholti965: Add support for ir_binop_mod using do_mod_to_fract.
2010-08-27 Brian Paulmesa: move null ptr check (fdo bug 29843)
2010-08-27 Nick Bowlermesa: Use the format info to identify packed depth...
2010-08-27 Brian Paulmesa: use atexit() handler to release GLSL compiler...
2010-08-27 Eric Anholti965: Fix swapped instructions in ir_unop_abs and ir_un...
2010-08-27 Eric Anholti965: Add generate() handling for AND, OR, XOR.
2010-08-27 Eric Anholti965: Add support for if instructions in the new FS...
2010-08-27 Eric Anholti965: When encountering an unknown opcode in new FS...
2010-08-27 Eric Anholti965: Fix the maximum grf counting in the new FS backend.
2010-08-27 Eric Anholti965: Validate the IR tree after doing our custom optim...
2010-08-27 Eric Anholti965: Add a bit of support for matrices to the new FS.
2010-08-27 Eric Anholti965: Fix destination writemasking in the new FS.
2010-08-27 Eric Anholti965: Fix swizzling in vector splitting for the new...
2010-08-27 Brian Paulmesa: free the fallback texture object in free_shared_s...
2010-08-27 Brian Paulmesa: fix double-underscore naming
2010-08-27 Kenneth GraunkeFix typo in function name "shading_laguage_version".
2010-08-27 Eric Anholti965: Add preliminary support for uniforms to the new...
2010-08-27 Eric Anholti965: Abort on gl_FragDepth in the new FS backend for...
2010-08-27 Eric Anholti965: Fix up and actually enable the NewShader and...
2010-08-26 Eric Anholti965: Hack in avoidance of c++ reserved keyword in...
2010-08-26 Eric Anholti965: Add GLSL IR-level source annotation and comments...
2010-08-26 Eric Anholti965: Use the implied move in brw_math() in the new FS.
2010-08-26 Eric Anholti965: Add support for in varyings to the new FS codegen.
2010-08-26 Eric Anholti965: Start building the codegen visitor.
2010-08-26 Eric Anholti965: Start building direct GLSL2 IR to 965 assembly...
2010-08-26 Eric Anholti965: Add new pass to split vectors into scalar variables
2010-08-26 Eric Anholti965: Add a pass for the FS to reduce vector expression...
2010-08-26 Eric Anholti965: Start building 965 FS backend.
2010-08-26 Eric Anholtir_to_mesa: Don't assume that an ir_dereference_array...
2010-08-26 Vinson Leest/mesa: Remove unnecessary header.
2010-08-26 Eric Anholti965: Add support for destination RelAddr writes in...
2010-08-26 Eric Anholti965: Fix the test for variable indexing of shader...
2010-08-26 Brian Paulst/mesa: add missing packed depth/stencil formats in...
2010-08-26 Brian Paulmesa: fix mixed-up function call name
2010-08-26 Nick Bowlermesa: Identify packed depth/stencil buffers using the...
2010-08-26 Nick Bowlerintel: Merge identical cases in switch statement.
2010-08-26 Andre Maasikasr600: fix vertex buffer size calculation
2010-08-26 Chia-I Wust/mesa: Fix glEGLImageTargetTexture2DOES.
2010-08-26 Chia-I Wust/mesa: Add support for surfaceless current contexts.
2010-08-26 Eric Anholtmesa: Disable the debug spam for x86 CPU detection...
2010-08-26 Eric Anholtmesa: Move the x86 detection debug messages next to...
2010-08-26 Eric Anholtmesa: Don't warn when the desired result of s3tc lib...
2010-08-26 Vinson Leer600: Remove unnecessary headers.
2010-08-26 Vinson Leer300: Remove unnecessary header.
2010-08-25 Eric AnholtRevert "mesa: Don't add 1 to GL_ACTIVE_UNIFORM_MAX_LENGTH."
2010-08-25 Eric Anholti965: Fix detection of implicit MOVs to message regs...
2010-08-25 Eric Anholtmesa: Remove now-unused _mesa_add_sampler().
2010-08-25 Eric Anholtir_to_mesa: Add support for samplers in structures.
2010-08-25 Eric Anholtmesa: Remove now-unused _mesa_add_uniform.
2010-08-25 Eric Anholtir_to_mesa: Convert this code to using linker.cpp's...
2010-08-25 Eric Anholtmesa: Remove the "Used" flag in gl_program_parameter.
2010-08-25 Marek Olšákr300/compiler: emulate relative addressing with negativ...
2010-08-25 Vinson Leest/mesa: Remove unnecessary header.
2010-08-25 Aras Pranckeviciusglsl/mesa: fixes for MSVC
2010-08-25 Kristian Høgsbergintel: Support EGL_MESA_image_drm
next