| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: add news item and link release notes for mesa 10.3.7/10.4.2 | Emil Velikov | 2015-01-12 | 2 | -0/+14 |
* | docs: Add sha256 sums for the 10.4.2 release | Emil Velikov | 2015-01-12 | 1 | -1/+3 |
* | Add release notes for the 10.4.2 release | Emil Velikov | 2015-01-12 | 1 | -0/+125 |
* | docs: Add sha256 sums for the 10.3.7 release | Emil Velikov | 2015-01-12 | 1 | -1/+3 |
* | Add release notes for the 10.3.7 release | Emil Velikov | 2015-01-12 | 1 | -0/+91 |
* | i965: Respect the no_8 flag on Gen6, not just Gen7+. | Kenneth Graunke | 2015-01-12 | 1 | -2/+2 |
* | mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinary | Ian Romanick | 2015-01-12 | 1 | -0/+2 |
* | mesa: Ensure that length is set to zero in _mesa_GetProgramBinary | Ian Romanick | 2015-01-12 | 1 | -6/+20 |
* | mesa: Add missing error checks in _mesa_ProgramBinary | Ian Romanick | 2015-01-12 | 1 | -2/+25 |
* | vc4: Clamp the inputs to the blend equation to [0, 1]. | Eric Anholt | 2015-01-11 | 1 | -1/+10 |
* | vc4: Add a little helper for clamping to [0,1]. | Eric Anholt | 2015-01-11 | 1 | -4/+10 |
* | vc4: Fix up statechange management for uncompiled/compiled FS/VS. | Eric Anholt | 2015-01-11 | 2 | -11/+10 |
* | vc4: Fix clear color setup for RGB565. | Eric Anholt | 2015-01-11 | 1 | -1/+4 |
* | vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31. | Eric Anholt | 2015-01-11 | 2 | -38/+11 |
* | vc4: Allow dead code elimination of VPM reads. | Eric Anholt | 2015-01-10 | 2 | -1/+44 |
* | vc4: Cook up the draw-time VPM setup info during shader compile. | Eric Anholt | 2015-01-10 | 4 | -11/+28 |
* | vc4: Split two notions of instructions having side effects. | Eric Anholt | 2015-01-10 | 5 | -4/+15 |
* | vc4: Redo VPM reads as a read file. | Eric Anholt | 2015-01-10 | 5 | -16/+16 |
* | vc4: Fix miscalculation of the VPM space. | Eric Anholt | 2015-01-10 | 1 | -1/+1 |
* | vc4: Pack VPM attr contents according to just the size of the attribute. | Eric Anholt | 2015-01-10 | 3 | -11/+9 |
* | vc4: Restructure color packing as a series of channel replacements. | Eric Anholt | 2015-01-10 | 4 | -49/+60 |
* | vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check. | Eric Anholt | 2015-01-10 | 1 | -1/+1 |
* | vc4: Move global seqno short-circuiting to vc4_wait_seqno(). | Eric Anholt | 2015-01-10 | 2 | -6/+3 |
* | state_tracker: Fix assertion failures in conditional block movs. | Eric Anholt | 2015-01-10 | 1 | -31/+26 |
* | i965: Consider SEL.{GE,L} to be commutative operations. | Matt Turner | 2015-01-08 | 2 | -10/+27 |
* | i965/cfg: Fix end_ip of last basic block. | Matt Turner | 2015-01-08 | 1 | -1/+1 |
* | mesa: compute row stride outside of loop and fix MSVC compilation error | Brian Paul | 2015-01-08 | 1 | -2/+4 |
* | mesa: fix MSVC compilation errors | Brian Paul | 2015-01-08 | 1 | -5/+5 |
* | main: Checking for cube completeness in TextureSubImage. | Laura Ekstrand | 2015-01-08 | 1 | -13/+35 |
* | main: Checking for cube completeness in GetTextureImage. | Laura Ekstrand | 2015-01-08 | 1 | -12/+35 |
* | main: Added _mesa_cube_level_complete to check for the completeness of an arb... | Laura Ekstrand | 2015-01-08 | 2 | -9/+18 |
* | main: glDeleteTextures now throws GL_INVALID_VALUE if n is negative. | Laura Ekstrand | 2015-01-08 | 1 | -0/+5 |
* | main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object. | Laura Ekstrand | 2015-01-08 | 1 | -0/+22 |
* | main: Added entry point for glTextureBuffer. | Laura Ekstrand | 2015-01-08 | 4 | -16/+92 |
* | main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample. | Laura Ekstrand | 2015-01-08 | 1 | -1/+1 |
* | main: Added entry points for glTextureStorage[23]DMultisample. | Laura Ekstrand | 2015-01-08 | 4 | -28/+137 |
* | main: Added entry point for glGenerateTextureMipmap. | Laura Ekstrand | 2015-01-08 | 4 | -20/+62 |
* | main: Added entry points for glCompressedTextureSubImage*D. | Laura Ekstrand | 2015-01-08 | 4 | -52/+256 |
* | main: Added entry point for glGetCompressedTextureImage. | Laura Ekstrand | 2015-01-08 | 4 | -45/+141 |
* | main: Added entry point for glGetTextureImage. | Laura Ekstrand | 2015-01-08 | 4 | -66/+249 |
* | main: Nameless texture creation and deletion. Does not affect normal creation... | Laura Ekstrand | 2015-01-08 | 2 | -0/+69 |
* | main: Added entry points for CopyTextureSubImage*D. | Laura Ekstrand | 2015-01-08 | 4 | -48/+183 |
* | main: Fixed some comments in texparam.c | Laura Ekstrand | 2015-01-08 | 1 | -2/+2 |
* | main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv. | Laura Ekstrand | 2015-01-08 | 4 | -34/+141 |
* | main: Added entry point for glGetTextureParameterfv. | Laura Ekstrand | 2015-01-08 | 4 | -12/+52 |
* | main: Added entry points for glGetTextureLevelParameteriv, fv. | Laura Ekstrand | 2015-01-08 | 4 | -32/+131 |
* | main: legal_get_tex_level_parameter_target now handles GL_TEXTURE_CUBE_MAP. | Laura Ekstrand | 2015-01-08 | 1 | -2/+13 |
* | main: Added entry points for glTextureParameteriv, Iiv, Iuiv. | Laura Ekstrand | 2015-01-08 | 4 | -34/+156 |
* | main: Added entry point for glTextureParameteri. | Laura Ekstrand | 2015-01-08 | 2 | -11/+52 |
* | main: Added entry point for glTextureParameterfv. | Laura Ekstrand | 2015-01-08 | 4 | -13/+59 |