summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* main: Added entry points for CopyTextureSubImage*D.Laura Ekstrand2015-01-084-48/+183
* main: Fixed some comments in texparam.cLaura Ekstrand2015-01-081-2/+2
* main: Added entry points for glGetTextureParameteriv, Iiv, and Iuiv.Laura Ekstrand2015-01-084-34/+141
* main: Added entry point for glGetTextureParameterfv.Laura Ekstrand2015-01-084-12/+52
* main: Added entry points for glGetTextureLevelParameteriv, fv.Laura Ekstrand2015-01-084-32/+131
* main: legal_get_tex_level_parameter_target now handles GL_TEXTURE_CUBE_MAP.Laura Ekstrand2015-01-081-2/+13
* main: Added entry points for glTextureParameteriv, Iiv, Iuiv.Laura Ekstrand2015-01-084-34/+156
* main: Added entry point for glTextureParameteri.Laura Ekstrand2015-01-082-11/+52
* main: Added entry point for glTextureParameterfv.Laura Ekstrand2015-01-084-13/+59
* main: Added entry point for glTextureParameterf.Laura Ekstrand2015-01-084-10/+66
* main: Added get_texobj_by_name in texparam.c.Laura Ekstrand2015-01-081-13/+51
* main: set_tex_parameterf now handles errors according to the OpenGL 4.5 Speci...Laura Ekstrand2015-01-081-17/+20
* main: set_tex_parameteri now handles errors according to the OpenGL 4.5 Speci...Laura Ekstrand2015-01-081-28/+42
* main: Added entry point for BindTextureUnit.Laura Ekstrand2015-01-086-5/+155
* main: Corrected comment on _mesa_is_zero_size_texture.Laura Ekstrand2015-01-081-1/+1
* main: Added entry points for glTextureSubImage*D.Laura Ekstrand2015-01-084-81/+320
* main: Added entry points for glTextureStorage*D.Laura Ekstrand2015-01-084-51/+213
* main: Added entry point for glCreateTextures.Laura Ekstrand2015-01-084-26/+98
* main: Removed trailing whitespaces in texture code.Laura Ekstrand2015-01-082-28/+28
* main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.Laura Ekstrand2015-01-084-8/+8
* main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.Laura Ekstrand2015-01-084-12/+12
* main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.Laura Ekstrand2015-01-084-10/+10
* main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand2015-01-084-85/+84
* main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand2015-01-085-19/+21