Age | Commit message (Expand) | Author |
2010-09-07 | i965: Enable EXT_framebuffer_blit internally. | Kenneth Graunke |
2010-09-07 | mesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2. | Kenneth Graunke |
2010-09-07 | glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0. | Kenneth Graunke |
2010-09-07 | ir_to_mesa: Add support for gl_NormalScale. | Eric Anholt |
2010-09-07 | glsl: Make sure shader source isn't NULL. | Kenneth Graunke |
2010-09-07 | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt |
2010-09-07 | ir_to_mesa: Fix warning in last commit. | Eric Anholt |
2010-09-07 | ir_to_mesa: Move the STATE_VAR elements of a builtin uniform to a temp (v2). | Eric Anholt |
2010-09-07 | i965: Store the byte address in the VS constant buffer as an integer. | Eric Anholt |
2010-09-07 | i965: Make pixel_xy results UW. | Eric Anholt |
2010-09-07 | i965: Don't bother with RNDZ for f2i. | Eric Anholt |
2010-09-07 | i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments. | Eric Anholt |
2010-09-07 | i965: Add assertion for another requirement about types. | Eric Anholt |
2010-09-07 | i965: Align the start of attribute interp coefficients in FS to use PLN. | Eric Anholt |
2010-09-07 | i965: Just assert when we flagged a compile error in the FS for now. | Eric Anholt |
2010-09-07 | i965: Clean up fs_reg setup by using a helper for constructors. | Eric Anholt |
2010-09-07 | i965: When using the new FS backend, don't validate the Mesa IR version. | Eric Anholt |
2010-09-07 | i965: Add a bit of validation for some ISA restrictions in the docs. | Eric Anholt |
2010-09-07 | i965: set the source width/stride when handling reladdr dests in the VS. | Eric Anholt |
2010-09-07 | dri: Make it a little clearer that we're not dereferencing a NULL pointer | nobled |
2010-09-07 | dri: Use the right type for the API token | nobled |
2010-09-07 | nouveau: restore nouveau_class.h for nv04-nv20 | Luca Barbieri |
2010-09-06 | mesa: Define C99's __func__ macro on MSVC. | José Fonseca |
2010-09-05 | radeon: Add radeon_buffer_objects.c. | Henri Verbeet |
2010-09-05 | r200: Add radeon_buffer_objects.c. | Henri Verbeet |
2010-09-05 | radeon: Make do_blit_readpixels() into a PBO work. | Henri Verbeet |
2010-09-05 | mesa: don't smash the stack in _mesa_find_used_registers | Luca Barbieri |
2010-09-05 | mesa: don't expose unsupported GL_ARB_geometry_shader4 for now | Luca Barbieri |
2010-09-05 | r300g,r300c: memset the compiler struct to zeros | Marek Olšák |
2010-09-04 | r300/compiler: Remove stray break statement | Tom Stellard |
2010-09-05 | r300/compiler: fix the instruction limit in vertex shaders | Marek Olšák |
2010-09-04 | Revert "ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a... | Marek Olšák |
2010-09-04 | r300/compiler: indent printed instructions according to the branch depth | Marek Olšák |
2010-09-04 | r300/compiler: use limits from the compiler input instead of inline constants | Marek Olšák |
2010-09-04 | r300/compiler: improve register allocation with indexable temporaries for VS | Marek Olšák |
2010-09-04 | r300/compiler: fix handling of indexed temporaries in peephole | Marek Olšák |
2010-09-04 | r300/compiler: disable deadcode elimination for indexed dst operands | Marek Olšák |
2010-09-04 | r300/compiler: allocate at least FS inputs if register allocation is disabled | Marek Olšák |
2010-09-04 | r300g: add a new debug option which disables compiler optimizations | Marek Olšák |
2010-09-04 | r300/compiler: compute the final number of temporaries during translation | Marek Olšák |
2010-09-04 | r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders | Marek Olšák |
2010-09-04 | r300/compiler: use peephole and constant folding for vertex shaders too | Marek Olšák |
2010-09-04 | r300/compiler: remove unused enum OPCODE_REPL_ALPHA | Marek Olšák |
2010-09-04 | r300/compiler: refactor fragment shader compilation | Marek Olšák |
2010-09-04 | r300/compiler: add new compiler parameter max_constants | Marek Olšák |
2010-09-04 | r300/compiler: refactor vertex shader compilation | Marek Olšák |
2010-09-04 | r300/compiler: remove a redundant parameter in rc_pair_regalloc | Marek Olšák |
2010-09-04 | r300/compiler: remove a redundant parameter in rc_dataflow_deadcode | Marek Olšák |
2010-09-04 | r300/compiler: use null-terminated array of transformation functions | Marek Olšák |
2010-09-04 | r300/compiler: add new compiler parameter max_alu_insts | Marek Olšák |