i965: Warning fix for vector result any_nequal/all_equal change.
[mesa.git] / src / mesa / drivers /
2010-09-07 Eric Anholti965: set the source width/stride when handling reladdr...
2010-09-07 nobleddri: Make it a little clearer that we're not dereferenc...
2010-09-07 nobleddri: Use the right type for the API token
2010-09-07 Luca Barbierinouveau: restore nouveau_class.h for nv04-nv20
2010-09-05 Henri Verbeetradeon: Add radeon_buffer_objects.c.
2010-09-05 Henri Verbeetr200: Add radeon_buffer_objects.c.
2010-09-05 Henri Verbeetradeon: Make do_blit_readpixels() into a PBO work.
2010-09-05 Marek Olšákr300g,r300c: memset the compiler struct to zeros
2010-09-05 Tom Stellardr300/compiler: Remove stray break statement
2010-09-04 Marek Olšákr300/compiler: fix the instruction limit in vertex...
2010-09-04 Marek Olšákr300/compiler: indent printed instructions according...
2010-09-04 Marek Olšákr300/compiler: use limits from the compiler input inste...
2010-09-04 Marek Olšákr300/compiler: improve register allocation with indexab...
2010-09-04 Marek Olšákr300/compiler: fix handling of indexed temporaries...
2010-09-04 Marek Olšákr300/compiler: disable deadcode elimination for indexed...
2010-09-04 Marek Olšákr300/compiler: allocate at least FS inputs if register...
2010-09-04 Marek Olšákr300g: add a new debug option which disables compiler...
2010-09-04 Marek Olšákr300/compiler: compute the final number of temporaries...
2010-09-04 Marek Olšákr300/compiler: make optimizations not use 0.5 swizzles...
2010-09-04 Marek Olšákr300/compiler: use peephole and constant folding for...
2010-09-04 Marek Olšákr300/compiler: remove unused enum OPCODE_REPL_ALPHA
2010-09-04 Marek Olšákr300/compiler: refactor fragment shader compilation
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_constants
2010-09-04 Marek Olšákr300/compiler: refactor vertex shader compilation
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_pair_...
2010-09-04 Marek Olšákr300/compiler: remove a redundant parameter in rc_dataf...
2010-09-04 Marek Olšákr300/compiler: use null-terminated array of transformat...
2010-09-04 Marek Olšákr300/compiler: add new compiler parameter max_alu_insts
2010-09-04 Marek Olšákr300/compiler: put emulate_loop_state in radeon_compiler
2010-09-03 Alex Deucherr600c: add proper returns for some evergreen functions
2010-09-03 Alex Deucherr600c: emit DB_HTILE_DATA_BASE on evergreen
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Eric Anholti965: DP2 produces a scalar result like DP3, DP4, etc.
2010-09-01 Andre Maasikasr600: cube mipmap levels are aligned to 8 faces only...
2010-08-31 Zhenyu Wangi965: fix depth test on sandybridge
2010-08-30 Jon TURNEYAdd talloc to osmesa library dependencies
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-29 Richard Lievergreen : fix shader const allocation and instruction...
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-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 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 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 Anholti965: Add support for destination RelAddr writes in...
2010-08-26 Eric Anholti965: Fix the test for variable indexing of shader...
2010-08-26 Nick Bowlerintel: Merge identical cases in switch statement.
2010-08-26 Andre Maasikasr600: fix vertex buffer size calculation
2010-08-26 Vinson Leer600: Remove unnecessary headers.
2010-08-26 Vinson Leer300: Remove unnecessary header.
2010-08-25 Eric Anholti965: Fix detection of implicit MOVs to message regs...
2010-08-25 Marek Olšákr300/compiler: emulate relative addressing with negativ...
2010-08-25 Kristian Høgsbergintel: Support EGL_MESA_image_drm
2010-08-25 Kristian Høgsbergintel: Take an intel_screen pointer in intel_alloc_regi...
2010-08-25 Vinson Leei965: Remove unnecessary header.
2010-08-25 Vinson Leer600: Include missing header in evergreen_fragprog.c.
2010-08-25 Vinson Leer600: Include missing header in evergreen_vertprog.c.
2010-08-25 Vinson Leer300/compiler: Silence uninitialized variable warning.
2010-08-25 Vinson Leer300g: Add missing comma in SConscript.
2010-08-25 Vinson Leer600: Include missing header in evergreen_render.c.
2010-08-25 Vinson Leer600: Remove unused variable.
2010-08-25 Vinson Leei965: Fix printf format warnings on 32-bit builds.
2010-08-25 Vinson Leer600: Remove unused variable.
2010-08-25 Vinson Leer600: Remove spaces between backslash and newline.
2010-08-25 Marek Olšákr300/compiler: implement elimination of unused constants
2010-08-25 Marek Olšákr300/compiler: terminate vertex shader compilation...
2010-08-25 Marek Olšákr300/compiler: fail to compile if we hit hw limits...
next