summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-12mesa/format_utils: Prefix and expose the conversion helper functionsJason Ekstrand2-161/+159
2015-01-12mesa: Fix incorrect assertion in init_teximage_fields_msIago Toral Quiroga1-1/+1
2015-01-12mesa: Fix get_texbuffer_format().Samuel Iglesias Gonsalvez1-2/+2
2015-01-12mesa: Fix A1R5G5B5 packing/unpackingJason Ekstrand4-19/+11
2015-01-12mesa/colormac: Remove an unused macroJason Ekstrand1-3/+0
2015-01-12mesa: Fix packing/unpacking of MESA_FORMAT_R5G6B5_UNORMJason Ekstrand6-27/+18
2015-01-12mesa: Fix clamping to -1.0 in snorm_to_floatJason Ekstrand1-1/+1
2015-01-12i965: Respect the no_8 flag on Gen6, not just Gen7+.Kenneth Graunke1-2/+2
2015-01-12mesa: Always generate GL_INVALID_OPERATION in _mesa_GetProgramBinaryIan Romanick1-0/+2
2015-01-12mesa: Ensure that length is set to zero in _mesa_GetProgramBinaryIan Romanick1-6/+20
2015-01-12mesa: Add missing error checks in _mesa_ProgramBinaryIan Romanick1-2/+25
2015-01-11vc4: Clamp the inputs to the blend equation to [0, 1].Eric Anholt1-1/+10
2015-01-11vc4: Add a little helper for clamping to [0,1].Eric Anholt1-4/+10
2015-01-11vc4: Fix up statechange management for uncompiled/compiled FS/VS.Eric Anholt2-11/+10
2015-01-11vc4: Fix clear color setup for RGB565.Eric Anholt1-1/+4
2015-01-11vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.Eric Anholt2-38/+11
2015-01-10vc4: Allow dead code elimination of VPM reads.Eric Anholt2-1/+44
2015-01-10vc4: Cook up the draw-time VPM setup info during shader compile.Eric Anholt4-11/+28
2015-01-10vc4: Split two notions of instructions having side effects.Eric Anholt5-4/+15
2015-01-10vc4: Redo VPM reads as a read file.Eric Anholt5-16/+16
2015-01-10vc4: Fix miscalculation of the VPM space.Eric Anholt1-1/+1
2015-01-10vc4: Pack VPM attr contents according to just the size of the attribute.Eric Anholt3-11/+9
2015-01-10vc4: Restructure color packing as a series of channel replacements.Eric Anholt4-49/+60
2015-01-10vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.Eric Anholt1-1/+1
2015-01-10vc4: Move global seqno short-circuiting to vc4_wait_seqno().Eric Anholt2-6/+3
2015-01-10state_tracker: Fix assertion failures in conditional block movs.Eric Anholt1-31/+26
2015-01-08i965: Consider SEL.{GE,L} to be commutative operations.Matt Turner2-10/+27
2015-01-08i965/cfg: Fix end_ip of last basic block.Matt Turner1-1/+1
2015-01-08mesa: compute row stride outside of loop and fix MSVC compilation errorBrian Paul1-2/+4
2015-01-08mesa: fix MSVC compilation errorsBrian Paul1-5/+5
2015-01-08main: Checking for cube completeness in TextureSubImage.Laura Ekstrand1-13/+35
2015-01-08main: Checking for cube completeness in GetTextureImage.Laura Ekstrand1-12/+35
2015-01-08main: Added _mesa_cube_level_complete to check for the completeness of an arb...Laura Ekstrand2-9/+18
2015-01-08main: glDeleteTextures now throws GL_INVALID_VALUE if n is negative.Laura Ekstrand1-0/+5
2015-01-08main: Refactor in teximage.c to handle NULL from _mesa_get_current_tex_object.Laura Ekstrand1-0/+22
2015-01-08main: Added entry point for glTextureBuffer.Laura Ekstrand4-16/+92
2015-01-08main: Fix texObj->Immutable flag update in _mesa_texture_image_multisample.Laura Ekstrand1-1/+1
2015-01-08main: Added entry points for glTextureStorage[23]DMultisample.Laura Ekstrand4-28/+137
2015-01-08main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand4-20/+62
2015-01-08main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand4-52/+256
2015-01-08main: Added entry point for glGetCompressedTextureImage.Laura Ekstrand4-45/+141
2015-01-08main: Added entry point for glGetTextureImage.Laura Ekstrand4-66/+249
2015-01-08main: Nameless texture creation and deletion. Does not affect normal creation...Laura Ekstrand2-0/+69
2015-01-08main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand4-48/+183
2015-01-08main: Fixed some comments in texparam.cLaura Ekstrand1-2/+2
2015-01-08main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.Laura Ekstrand4-34/+141
2015-01-08main: Added entry point for glGetTextureParameterfv.Laura Ekstrand4-12/+52
2015-01-08main: Added entry points for glGetTextureLevelParameteriv, fv.Laura Ekstrand4-32/+131
2015-01-08main: legal_get_tex_level_parameter_target now handles GL_TEXTURE_CUBE_MAP.Laura Ekstrand1-2/+13
2015-01-08main: Added entry points for glTextureParameteriv, Iiv, Iuiv.Laura Ekstrand4-34/+156