| Commit message (Expand) | Author | Age | Files | Lines |
* | st/dri: Call dri_init_extensions only for API_OPENGL. | Chia-I Wu | 2010-09-08 | 1 | -1/+9 |
* | st/dri: Use enum st_api_type internally. | Chia-I Wu | 2010-09-08 | 5 | -27/+39 |
* | st/dri: Add multi-api support | nobled | 2010-09-08 | 5 | -13/+46 |
* | st/dri: Make clear which API's are supported | nobled | 2010-09-08 | 1 | -1/+4 |
* | r600g: add initial bank swizzle support. | Dave Airlie | 2010-09-08 | 4 | -4/+295 |
* | glcpp: Fix build on non-GCC compilers. | Kenneth Graunke | 2010-09-07 | 2 | -90/+92 |
* | ast_to_hir: Mark arrays as lvalues in GLSL ES, but prohibit assignment. | Kenneth Graunke | 2010-09-07 | 1 | -1/+7 |
* | glsl: Allow overloading of built-ins without hiding in GLSL ES. | Kenneth Graunke | 2010-09-07 | 1 | -1/+1 |
* | glsl: Move is_builtin flag back to ir_function_signature. | Kenneth Graunke | 2010-09-07 | 9 | -15/+28 |
* | ast_to_hir: Reject embedded structure definitions in GLSL ES 1.00. | Kenneth Graunke | 2010-09-07 | 1 | -0/+9 |
* | ast_to_hir: Reject unsized array declarations in GLSL ES 1.00. | Kenneth Graunke | 2010-09-07 | 1 | -9/+18 |
* | ast_to_hir: Allow matrix-from-matrix constructors in GLSL ES. | Kenneth Graunke | 2010-09-07 | 1 | -1/+1 |
* | i965: Enable EXT_framebuffer_blit internally. | Kenneth Graunke | 2010-09-07 | 1 | -0/+1 |
* | mesa: Enable GL_MAX_VERTEX_ATTRIBS in ES2. | Kenneth Graunke | 2010-09-07 | 1 | -1/+16 |
* | linker: Fix assertion and cross-version checks for version 100. | Kenneth Graunke | 2010-09-07 | 1 | -2/+3 |
* | glsl: Add built-in function profiles for GLSL ES 1.00. | Kenneth Graunke | 2010-09-07 | 3 | -11/+2953 |
* | glsl: Add built-in variables for GLSL ES 1.00. | Kenneth Graunke | 2010-09-07 | 2 | -0/+82 |
* | glsl: Split out types that are in 1.10 but not GLSL ES 1.00. | Kenneth Graunke | 2010-09-07 | 3 | -15/+35 |
* | glsl: Recognize GLSL ES 1.00 keywords. | Kenneth Graunke | 2010-09-07 | 4 | -281/+287 |
* | glsl: Define GL_ES preprocessor macro if API is OpenGL ES 2.0. | Kenneth Graunke | 2010-09-07 | 9 | -228/+250 |
* | glsl: Accept language version 100 and make it the default on ES2. | Kenneth Graunke | 2010-09-07 | 4 | -242/+255 |
* | glsl: Set default language version in mesa_glsl_parse_state constructor. | Kenneth Graunke | 2010-09-07 | 4 | -260/+249 |
* | ir_to_mesa: Add support for gl_NormalScale. | Eric Anholt | 2010-09-07 | 2 | -0/+7 |
* | glsl: Make sure shader source isn't NULL. | Kenneth Graunke | 2010-09-07 | 1 | -0/+8 |
* | r600g: Added missing r600_bc_add_literal() calls to XPD implementation. | Tilman Sauerbeck | 2010-09-08 | 1 | -0/+8 |
* | r600g: Added preliminary support for the LOG opcode. | Tilman Sauerbeck | 2010-09-08 | 1 | -1/+121 |
* | r600g: Added missing abs-ification to RSQ. | Tilman Sauerbeck | 2010-09-08 | 1 | -1/+30 |
* | r600g: split opcodes out and add wrapper around usage. | Dave Airlie | 2010-09-08 | 4 | -208/+233 |
* | r600g: add support for constants in memory buffers. | Dave Airlie | 2010-09-08 | 14 | -51/+154 |
* | r600g: abstract the hw states out behind a vtbl. | Dave Airlie | 2010-09-08 | 7 | -975/+1103 |
* | glsl2: Forbid array-types in ?: operator in GLSL 1.10 | Ian Romanick | 2010-09-07 | 1 | -0/+11 |
* | mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. | Eric Anholt | 2010-09-07 | 3 | -3/+12 |
* | ir_to_mesa: Fix warning in last commit. | Eric Anholt | 2010-09-07 | 1 | -1/+1 |
* | ir_to_mesa: Move the STATE_VAR elements of a builtin uniform to a temp (v2). | Eric Anholt | 2010-09-07 | 1 | -345/+326 |
* | glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc... | Ian Romanick | 2010-09-07 | 1 | -1/+1 |
* | glsl: Change grammar rules for selection statements to match the spec. | Kenneth Graunke | 2010-09-07 | 3 | -950/+913 |
* | i965: Store the byte address in the VS constant buffer as an integer. | Eric Anholt | 2010-09-07 | 1 | -1/+1 |
* | i965: Make pixel_xy results UW. | Eric Anholt | 2010-09-07 | 1 | -0/+2 |
* | glsl2: check for _NumLinkedShaders being 0 | Török Edvin | 2010-09-07 | 1 | -1/+1 |
* | glx: Set an all NULL vtable for dummyContext | Kristian Høgsberg | 2010-09-07 | 3 | -8/+9 |
* | glx: Fix compilation with out xf86vidmode | Kristian Høgsberg | 2010-09-07 | 1 | -7/+1 |
* | glx: Use GLX_BufferSwapComplete unconditionally, we require glproto 1.4.11 | Kristian Høgsberg | 2010-09-07 | 1 | -11/+0 |
* | Fix crashes when some GLX API entrypoints are called with no current context. | Michel Dänzer | 2010-09-07 | 1 | -5/+5 |
* | i965: Don't bother with RNDZ for f2i. | Eric Anholt | 2010-09-07 | 1 | -1/+1 |
* | i965: Add some validation on BRW_OPCODE_MUL and ADD's arguments. | Eric Anholt | 2010-09-07 | 1 | -2/+57 |
* | i965: Add assertion for another requirement about types. | Eric Anholt | 2010-09-07 | 1 | -1/+13 |
* | i965: Align the start of attribute interp coefficients in FS to use PLN. | Eric Anholt | 2010-09-07 | 1 | -0/+8 |
* | i965: Just assert when we flagged a compile error in the FS for now. | Eric Anholt | 2010-09-07 | 1 | -3/+5 |
* | i965: Clean up fs_reg setup by using a helper for constructors. | Eric Anholt | 2010-09-07 | 1 | -27/+16 |
* | i965: When using the new FS backend, don't validate the Mesa IR version. | Eric Anholt | 2010-09-07 | 1 | -0/+16 |