| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Incorporate all UBO language changes into GLSL 1.40. | Eric Anholt | 2012-07-31 | 1 | -0/+4 |
* | mesa: Add support for glGetProgramiv pnames for UBOs. | Eric Anholt | 2012-07-31 | 1 | -0/+29 |
* | glsl: Refactor #version validation to be more future-proof. | Kenneth Graunke | 2012-07-31 | 3 | -38/+16 |
* | i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats. | Eric Anholt | 2012-07-31 | 1 | -8/+3 |
* | glsl: Fix #pragma invariant(all) language version check. | Kenneth Graunke | 2012-07-31 | 1 | -1/+1 |
* | mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40. | Kenneth Graunke | 2012-07-31 | 1 | -0/+10 |
* | ir_to_mesa: make size_swizzles[] array static const | Brian Paul | 2012-07-31 | 1 | -1/+1 |
* | Move installing osmesa.pc to drivers/osmesa | Jon TURNEY | 2012-07-31 | 3 | -7/+3 |
* | gallium/util: Use GCC built-in functions for NaN and infinity. | Vinson Lee | 2012-07-30 | 1 | -0/+5 |
* | mesa: don't enable legacy GL functions when using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 4 | -167/+232 |
* | intel: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -1/+1 |
* | meta: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -1/+1 |
* | glsl: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 1 | -8/+7 |
* | mesa: add support for using API_OPENGL_CORE | Jordan Justen | 2012-07-30 | 11 | -19/+29 |
* | mesa: add api check functions | Jordan Justen | 2012-07-30 | 1 | -0/+20 |
* | mesa: add API_OPENGL_CORE api | Jordan Justen | 2012-07-30 | 1 | -2/+3 |
* | glsl: Fix ir_last_opcode value. | Ian Romanick | 2012-07-30 | 1 | -1/+1 |
* | glsl: Request an Nx1 type instance in ir_quadop_vector lowering pass. | Ian Romanick | 2012-07-30 | 1 | -1/+1 |
* | glsl: Make bvec and ivec types accessible without using get_instance. | Kenneth Graunke | 2012-07-30 | 2 | -0/+10 |
* | radeon/llvm: Cleanup AMDIL.h | Tom Stellard | 2012-07-30 | 4 | -91/+26 |
* | radeon/llvm: Rename all AMDIL* classes to AMDGPU* | Tom Stellard | 2012-07-30 | 30 | -496/+496 |
* | radeon/llvm: Merge AMDILSubtarget into AMDGPUSubtarget | Tom Stellard | 2012-07-30 | 25 | -324/+156 |
* | radeon/llvm: Merge AMDILTargetLowering class into AMDGPUTargetLowering | Tom Stellard | 2012-07-30 | 11 | -241/+144 |
* | radeon/llvm: Remove IL_cmp DAG node | Tom Stellard | 2012-07-30 | 4 | -502/+2 |
* | radeon/llvm: Cleanup and reorganize AMDIL .td files | Tom Stellard | 2012-07-30 | 13 | -2303/+335 |
* | radeon/llvm: Remove lowering code for unsupported features | Tom Stellard | 2012-07-30 | 8 | -805/+50 |
* | radeon/llvm: Remove AMDILVersion.td | Tom Stellard | 2012-07-30 | 2 | -59/+0 |
* | radeon/llvm: Remove AMDILAlgorithms.tpp | Tom Stellard | 2012-07-30 | 2 | -94/+19 |
* | radeon/llvm: Merge AMDILInstrInfo.cpp into AMDGPUInstrInfo.cpp | Tom Stellard | 2012-07-30 | 12 | -693/+512 |
* | radeon/llvm: Merge AMDILRegisterInfo into AMDGPURegisterInfo | Tom Stellard | 2012-07-30 | 12 | -283/+69 |
* | radeon/llvm: Change the tablegen target from AMDIL to AMDGPU | Tom Stellard | 2012-07-30 | 14 | -107/+119 |
* | i965: Support MESA_FORMAT_SIGNED_RGBA_16. | Kenneth Graunke | 2012-07-30 | 1 | -1/+1 |
* | gbm: Fix build for wayland include | Elvis Lee | 2012-07-30 | 1 | -0/+1 |
* | mesa: fix _math_matrix_copy(), again | Brian Paul | 2012-07-30 | 1 | -1/+1 |
* | mesa: Fix wrong sizeof argument in _math_matrix_copy. | Vinson Lee | 2012-07-30 | 1 | -1/+1 |
* | radeonsi: fix db and stencil setup v2 | Christian König | 2012-07-30 | 3 | -67/+58 |
* | radeonsi: fix stencil op mapping | Christian König | 2012-07-30 | 1 | -40/+34 |
* | radeonsi: fix assertion in si_bind_vs_sampler | Christian König | 2012-07-30 | 1 | -1/+1 |
* | radeonsi: fix shader binding | Christian König | 2012-07-30 | 1 | -2/+8 |
* | radeonsi: fix dummy export in shaders v2 | Christian König | 2012-07-30 | 1 | -0/+19 |
* | radeonsi: fix vertex buffer and elements | Christian König | 2012-07-30 | 4 | -64/+74 |
* | radeonsi: fix shader size and handling | Christian König | 2012-07-30 | 1 | -13/+13 |
* | radeonsi: rename r600_resource to si_resource | Christian König | 2012-07-30 | 15 | -94/+140 |
* | glcpp: Add a newline to expanded #line directives. | Kenneth Graunke | 2012-07-28 | 1 | -2/+2 |
* | gallium: specify resource_resolve destination via a pipe_surface | Christoph Bumiller | 2012-07-28 | 6 | -58/+39 |
* | st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, too | Christoph Bumiller | 2012-07-28 | 1 | -2/+3 |
* | nv50: fix depth/stencil multisample memory storage types | Christoph Bumiller | 2012-07-28 | 1 | -6/+6 |
* | nv50: fix resource_resolve shader start offsets | Christoph Bumiller | 2012-07-28 | 1 | -2/+2 |
* | st/mesa: undo a couple static asserts | Brian Paul | 2012-07-27 | 1 | -2/+2 |
* | st/mesa: use STATIC_ASSERT in a few places | Brian Paul | 2012-07-27 | 4 | -17/+17 |