| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. | Kenneth Graunke | 2014-02-03 | 1 | -69/+69 |
* | meta: Silence several 'unused parameter' warnings10.1-branchpoint | Ian Romanick | 2014-02-02 | 1 | -21/+17 |
* | meta: Don't use fixed-function to decompress array textures | Ian Romanick | 2014-02-02 | 1 | -3/+20 |
* | meta: Use NDC in decompress_texture_image | Ian Romanick | 2014-02-02 | 1 | -9/+8 |
* | meta: Consistenly use non-Apple VAO functions | Ian Romanick | 2014-02-02 | 1 | -4/+4 |
* | meta: Fallback to software for GetTexImage of compressed GL_TEXTURE_CUBE_MAP_... | Ian Romanick | 2014-02-02 | 1 | -1/+2 |
* | meta: Release resources used by _mesa_meta_DrawPixels | Ian Romanick | 2014-02-02 | 1 | -0/+19 |
* | meta: Release resources used by decompress_texture_image | Ian Romanick | 2014-02-02 | 1 | -0/+21 |
* | mesa: remove target param from ctx->Driver.TexParameter() | Brian Paul | 2014-02-02 | 3 | -5/+4 |
* | swrast: use _mesa_get_current_tex_object() in swrastSetTexBuffer2() | Brian Paul | 2014-02-02 | 1 | -3/+1 |
* | radeon: use _mesa_get_current_tex_object() in radeonSetTexBuffer2() | Brian Paul | 2014-02-02 | 1 | -4/+2 |
* | r200: use _mesa_get_current_tex_object() in r200SetTexBuffer2() | Brian Paul | 2014-02-02 | 1 | -4/+2 |
* | i965: Silence unused variable 'ctx' warning. | Kenneth Graunke | 2014-01-31 | 1 | -1/+0 |
* | i965: Fix math instruction hstride assertions on Broadwell. | Kenneth Graunke | 2014-01-31 | 1 | -1/+1 |
* | i965: Disable 3DSTATE_WM_HZ_OP fields. | Kenneth Graunke | 2014-01-31 | 2 | -0/+10 |
* | i965: Update GS state for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -1/+155 |
* | i965: Update multisampling state for Broadwell. | Kenneth Graunke | 2014-01-31 | 7 | -1/+135 |
* | i965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and such for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+180 |
* | i965: Update BLEND_STATE for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+216 |
* | i965: Update SF_CLIP_VIEWPORT for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+121 |
* | i965: Rework SURFACE_STATE entries for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -1/+385 |
* | i965: Update SOL state for Broadwell. | Kenneth Graunke | 2014-01-31 | 7 | -19/+215 |
* | i965: Update the code that disables unused shader stages for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -1/+122 |
* | i965: Update 3DSTATE_CLIP for Broadwell. | Kenneth Graunke | 2014-01-31 | 2 | -3/+8 |
* | i965: Rework vertex uploads for Broadwell. | Kenneth Graunke | 2014-01-31 | 7 | -3/+274 |
* | i965: Update STATE_BASE_ADDRESS for Broadwell. | Kenneth Graunke | 2014-01-31 | 4 | -1/+76 |
* | i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA. | Kenneth Graunke | 2014-01-31 | 5 | -2/+237 |
* | i965: Rework 3DSTATE_VS for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -3/+144 |
* | i965: Add the new 3DSTATE_PS_BLEND state packet. | Kenneth Graunke | 2014-01-31 | 5 | -0/+142 |
* | i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL. | Kenneth Graunke | 2014-01-31 | 5 | -1/+131 |
* | i965: Update SF, SBE, and RASTER state for Broadwell. | Kenneth Graunke | 2014-01-31 | 5 | -2/+311 |
* | i965: Bump generation assertions on workaround flushes. | Kenneth Graunke | 2014-01-31 | 1 | -2/+2 |
* | i965: Duplicate gen7_atoms to gen8_atoms. | Kenneth Graunke | 2014-01-31 | 1 | -1/+79 |
* | radeon: move driContextSetFlags(ctx) call after ctx var is initialized | Brian Paul | 2014-01-31 | 1 | -2/+3 |
* | r200: move driContextSetFlags(ctx) call after ctx var is initialized | Brian Paul | 2014-01-31 | 1 | -2/+3 |
* | dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888 | Keith Packard | 2014-01-30 | 2 | -0/+6 |
* | nouveau: Use gl_constants::MinMapBufferAlignment as the alignment in nouveau_... | Siavash Eliasi | 2014-01-29 | 1 | -1/+2 |
* | radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r... | Siavash Eliasi | 2014-01-29 | 1 | -1/+1 |
* | i965/fs: Add a saturation propagation optimization pass. | Matt Turner | 2014-01-28 | 4 | -0/+107 |
* | i965: Add can_do_saturate() method to backend_instruction. | Matt Turner | 2014-01-28 | 2 | -0/+45 |
* | i965: Ignore 'centroid' interpolation qualifier in case of persample shading | Anuj Phogat | 2014-01-28 | 1 | -1/+2 |
* | mesa: Fix Type A _INT formats to MESA_FORMAT naming standard | Mark Mueller | 2014-01-27 | 1 | -20/+20 |
* | mesa: Fix MESA_FORMAT names containg SIGNED | Mark Mueller | 2014-01-27 | 2 | -19/+19 |
* | mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE | Mark Mueller | 2014-01-27 | 2 | -43/+43 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 50 | -320/+320 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 42 | -203/+203 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 51 | -215/+215 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 64 | -191/+191 |
* | mesa: GL_EXT_framebuffer_blit is not optional | Ian Romanick | 2014-01-27 | 5 | -5/+0 |
* | radeon: Enable GL_EXT_framebuffer_blit | Ian Romanick | 2014-01-27 | 1 | -0/+1 |