aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swrast: Remove unused variable.Iago Toral Quiroga2015-01-121-3/+0
* mesa: Fix _mesa_swizzle_and_convert integer conversions to clamp properlySamuel Iglesias Gonsalvez2015-01-122-53/+94
* mesa/format_utils: Prefix and expose the conversion helper functionsJason Ekstrand2015-01-122-161/+159
* mesa: Fix incorrect assertion in init_teximage_fields_msIago Toral Quiroga2015-01-121-1/+1
* mesa: Fix get_texbuffer_format().Samuel Iglesias Gonsalvez2015-01-121-2/+2
* mesa: Fix A1R5G5B5 packing/unpackingJason Ekstrand2015-01-124-19/+11
* mesa/colormac: Remove an unused macroJason Ekstrand2015-01-121-3/+0
* mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORMJason Ekstrand2015-01-126-27/+18
* mesa: Fix clamping to -1.0 in snorm_to_floatJason Ekstrand2015-01-121-1/+1
* docs: add news item and link release notes for mesa 10.3.7/10.4.2Emil Velikov2015-01-122-0/+14
* docs: Add sha256 sums for the 10.4.2 releaseEmil Velikov2015-01-121-1/+3
* Add release notes for the 10.4.2 releaseEmil Velikov2015-01-121-0/+125
* docs: Add sha256 sums for the 10.3.7 releaseEmil Velikov2015-01-121-1/+3
* Add release notes for the 10.3.7 releaseEmil Velikov2015-01-121-0/+91
* i965: Respect the no_8 flag on Gen6, not just Gen7+.Kenneth Graunke2015-01-121-2/+2
* mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinaryIan Romanick2015-01-121-0/+2
* mesa: Ensure that length is set to zero in _mesa_GetProgramBinaryIan Romanick2015-01-121-6/+20
* mesa: Add missing error checks in _mesa_ProgramBinaryIan Romanick2015-01-121-2/+25
* vc4: Clamp the inputs to the blend equation to [0, 1].Eric Anholt2015-01-111-1/+10
* vc4: Add a little helper for clamping to [0,1].Eric Anholt2015-01-111-4/+10
* vc4: Fix up statechange management for uncompiled/compiled FS/VS.Eric Anholt2015-01-112-11/+10
* vc4: Fix clear color setup for RGB565.Eric Anholt2015-01-111-1/+4
* vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.Eric Anholt2015-01-112-38/+11
* vc4: Allow dead code elimination of VPM reads.Eric Anholt2015-01-102-1/+44
* vc4: Cook up the draw-time VPM setup info during shader compile.Eric Anholt2015-01-104-11/+28
* vc4: Split two notions of instructions having side effects.Eric Anholt2015-01-105-4/+15
* vc4: Redo VPM reads as a read file.Eric Anholt2015-01-105-16/+16
* vc4: Fix miscalculation of the VPM space.Eric Anholt2015-01-101-1/+1
* vc4: Pack VPM attr contents according to just the size of the attribute.Eric Anholt2015-01-103-11/+9
* vc4: Restructure color packing as a series of channel replacements.Eric Anholt2015-01-104-49/+60
* vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.Eric Anholt2015-01-101-1/+1
* vc4: Move global seqno short-circuiting to vc4_wait_seqno().Eric Anholt2015-01-102-6/+3
* state_tracker: Fix assertion failures in conditional block movs.Eric Anholt2015-01-101-31/+26
* i965: Consider SEL.{GE,L} to be commutative operations.Matt Turner2015-01-082-10/+27
* i965/cfg: Fix end_ip of last basic block.Matt Turner2015-01-081-1/+1
* mesa: compute row stride outside of loop and fix MSVC compilation errorBrian Paul2015-01-081-2/+4
* mesa: fix MSVC compilation errorsBrian Paul2015-01-081-5/+5
* main: Checking for cube completeness in TextureSubImage.Laura Ekstrand2015-01-081-13/+35
* main: Checking for cube completeness in GetTextureImage.Laura Ekstrand2015-01-081-12/+35
* main: Added _mesa_cube_level_complete to check for the completeness of an arb...Laura Ekstrand2015-01-082-9/+18
* main: glDeleteTextures now throws GL_INVALID_VALUE if n is negative.Laura Ekstrand2015-01-081-0/+5
* main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object.Laura Ekstrand2015-01-081-0/+22
* main: Added entry point for glTextureBuffer.Laura Ekstrand2015-01-084-16/+92
* main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample.Laura Ekstrand2015-01-081-1/+1
* main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand2015-01-084-28/+137
* main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand2015-01-084-20/+62
* main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand2015-01-084-52/+256
* main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand2015-01-084-45/+141
* main: Added entry point for glGetTextureImage.Laura Ekstrand2015-01-084-66/+249
* main: Nameless texture creation and deletion. Does not affect normal creation...Laura Ekstrand2015-01-082-0/+69