i965: Add disasm for gen5 sampler messages.
[mesa.git] / src /
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-28 Vinson Leesoftpipe: Include missing header in sp_flush.c.
2010-08-28 Vinson Leedraw: Include missing header in draw_vs_llvm.c.
2010-08-28 Vinson Leellvmpipe: Include missing header in lp_flush.c.
2010-08-28 Marek Olšákr300g: fix blitting between 2D NPOT mipmaps
2010-08-28 Mathias Fröhlichr300g: fix min/max lod computation
2010-08-28 Marek Olšákr300g: set the correct value in PVS_NUM_CNTLRS
2010-08-28 Vinson Leellvmpipe: Remove unnecessary header.
2010-08-28 Ian Romanickglsl2: Decompose matrix comparison into vector operations
2010-08-27 Jakob Bornecrantztrace: Don't try to dump the rgba array if null
2010-08-27 Eric Anholtglsl: Rename a couple of common variable names in mat_o...
2010-08-27 Eric Anholtglsl: Make mat_op_to_vec allocate out of the IR's parent.
2010-08-27 Eric Anholti965: Set the pop count on BRK/CONT inside of an if...
2010-08-27 Eric Anholtglsl: Regenerate for double destroy fix.
2010-08-27 Eric Anholtglsl: Protect against double compiler-destroy.
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 Jerome Glisser600g: fix vbo size
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 Brian Paulglsl2: restructure header file for C++ and C inclusion
2010-08-27 Brian Paulglsl2: remove 'extern' keyword in .c file
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 Zack Rusingraw: fix the build (missing header)
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 Keith Whitwellllvmpipe: use util_iround in place of round
2010-08-27 Keith Whitwellutil: fix typo in MAX4
2010-08-27 Keith Whitwellllvmpipe: eliminate tri->dx, tri->dy values
2010-08-27 Hui Qi Tayllvmpipe: point sprites rasterization
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization with better pixel...
2010-08-27 Hui Qi Tayllvmpipe: native point rasterization
2010-08-27 Keith Whitwellllvmpipe: update line rasterization code to current...
2010-08-27 Keith Whitwellutil: add MIN4, MAX4
2010-08-27 Hui Qi Tayllvmpipe: native line rasterization with correct pixel...
2010-08-27 Hui Qi Tayllvmpipe: native rasterization for lines
2010-08-27 Keith Whitwellllvmpipe: add lp_setup_coef to makefile
2010-08-27 Keith Whitwellllvmpipe: intrinsics version of triangle coeficient...
2010-08-27 Vinson Leegallium: Remove unnecessary header from p_shader_tokens.h.
2010-08-27 Vinson Leetgsi: Include missing header in tgsi_parse.h.
2010-08-27 Vinson Leetgsi: Include missing header in tgsi_info.h.
2010-08-27 Vinson Leetgsi: Include missing header in tgsi_dump.h.
2010-08-27 Vinson Leegallium: Remove unnecessary header from p_format.h.
2010-08-27 Vinson Leegraw: Include missing header in graw.h.
2010-08-27 Vinson Leer300g: Include missing header in r300_texture.h.
2010-08-27 Kenneth GraunkeFix typo in function name "shading_laguage_version".
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-27 Dave Airlier600g: add initial if/else/endif support
2010-08-27 Dave Airlier600g: optimise op2 and swapped op2 emission.
2010-08-27 Dave Airlier600g: add exp support in theory.
2010-08-27 Dave Airlier600g: add DPH support.
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 Brian Paulllvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
2010-08-26 José Fonsecagraw: Add copyright headers to the interfaces.
2010-08-26 Eric Anholtir_to_mesa: Don't assume that an ir_dereference_array...
2010-08-26 Eric Anholtglsl: Add a quick hack to constant folding to reduce...
2010-08-26 Vinson Leest/mesa: Remove unnecessary header.
2010-08-26 José Fonsecascons: Fix inverted logic.
2010-08-26 José Fonsecascons: Add glsl_symbol_table.cpp
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 Ian Romanickglsl2: Remove a couple FINISHME comments that have...
2010-08-26 Kenneth Graunkeglsl: Move built-ins to live beyond the global scope.
2010-08-26 Kenneth Graunkeglsl: Move is_built_in flag from ir_function_signature...
2010-08-26 Kenneth Graunkeglsl: Refactor variable declaration handling.
2010-08-26 Kenneth Graunkeglsl: Don't add overloads to existing structure constru...
2010-08-26 Kenneth Graunkeglsl: Remove name_declared_this_scope check when adding...
2010-08-26 Kenneth Graunkeglsl: Use a single shared namespace in the symbol table.
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
next