summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-10i965: Use _mesa_meta_TexSubImage for PBO's and cases where the texture is busytexture-array-optv4Jason Ekstrand2-2/+20
2015-01-10meta: Add a BlitFramebuffers-based implementation of TexSubImageJason Ekstrand3-0/+222
2015-01-10i965: Implement SetTextureStorageForBufferObjectJason Ekstrand1-0/+44
2015-01-10mesa/dd: Add a function for creating a texture from a buffer objectJason Ekstrand1-0/+14
2015-01-10i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand6-7/+14
2015-01-10mesa: Add helper to convert a GL format and type to a mesa (array) format.Iago Toral Quiroga2-1/+279
2015-01-10mesa/formats: add new mesa formats and their pack/unpack functions.Samuel Iglesias Gonsalvez4-0/+145
2015-01-10main: Add a concept of an array formatJason Ekstrand3-1/+208
2015-01-10i965: Allow Y-tiled allocations for large surfacesBen Widawsky1-15/+56
2015-01-10i965: Attempt to blit for larger texturesBen Widawsky1-2/+104
2015-01-10i965: Add more stringent blitter assertionsBen Widawsky1-0/+3
2015-01-10i965: Consolidate some of the intel_blit logicBen Widawsky1-20/+8
2015-01-10i965/hsw: Limit max WM threads to physical limitBen Widawsky1-1/+1
2015-01-10i965/mipmap: disable MCS for sint MSAA buffers on GEN8+Ben Widawsky1-1/+1
2015-01-10i965: Allow other tiling formats for 128 bpp on gen7+Ben Widawsky1-2/+2
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