i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments.
[mesa.git] / src / mesa /
2010-09-07 Eric Anholti965: Add some validation on BRW_OPCODE_MUL and ADD...
2010-09-07 Eric Anholti965: Add assertion for another requirement about types.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-07 Eric Anholti965: When using the new FS backend, don't validate...
2010-09-07 Eric Anholti965: Add a bit of validation for some ISA restrictions...
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-06 José Fonsecamesa: Define C99's __func__ macro on MSVC.
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 Luca Barbierimesa: don't smash the stack in _mesa_find_used_registers
2010-09-05 Luca Barbierimesa: don't expose unsupported GL_ARB_geometry_shader4...
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šákRevert "ir_to_mesa: Load all the STATE_VAR elements...
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-04 Luca Barbierimesa/st: add missing _mesa_set_fetch_functions in st_ge...
2010-09-03 Brian Paulmesa: fix up a comment
2010-09-03 Ian Romanickir_to_mesa: Handle loops with loop controls set
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 Vinson Leemesa: Fix printf-like warning.
2010-09-02 Vinson Leemesa: Fix printf-like warnings.
2010-09-02 Brian Paulst/mesa: clamp gl_constants::MaxVarying against MAX_VARYING
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...
next