summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-05main: Housekeeping refactor for genmipmap.c and genmipmap.h.adsa-housecleaningLaura Ekstrand2-17/+19
2014-12-05main: Fixed TEXTURE_CUBE_MAP handling in teximage.c and texgetimage.c.Laura Ekstrand2-12/+24
2014-12-05main: Housecleaning for texgetimage.cLaura Ekstrand1-31/+29
2014-12-05main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw...Laura Ekstrand4-8/+8
2014-12-05main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw to reflect the new n...Laura Ekstrand4-12/+12
2014-12-05main: Removed trailing whitespace in texstate.c.Laura Ekstrand1-9/+9
2014-12-05main: Minor housecleaning in texstate.h.Laura Ekstrand1-1/+1
2014-12-04main: Housekeeping refactor of texparam.h and texparam.c.Laura Ekstrand2-112/+162
2014-12-04main: Housekeeping refactor of texstorage.cLaura Ekstrand1-9/+12
2014-12-04main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw to ...Laura Ekstrand4-10/+10
2014-12-04main: Housekeeping refactor for teximage.h and teximage.c.Laura Ekstrand2-174/+185
2014-12-04main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand4-85/+84
2014-12-04main: Deleted trailing whitespaces in texobj.c.Laura Ekstrand1-17/+18
2014-12-04main: Housekeeping refactor for texobj.c dsa functions.Laura Ekstrand1-17/+33
2014-12-04main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand4-18/+20
2014-12-03main: Created a standard function that looks up a texture object by its ID an...Laura Ekstrand2-7/+22
2014-12-03main: Minor fixes to error-checking in texparam.c.arb_direct_state_access_v2Laura Ekstrand1-23/+50
2014-12-02main: Added entry point for glTextureBuffer.Laura Ekstrand3-9/+70
2014-12-02main: Fixed _mesa_texture_image_multisample so that it updates the texObj->Im...Laura Ekstrand1-1/+1
2014-12-02main: Added entry points for glTextureStorage2DMultisample and glTextureStora...Laura Ekstrand3-28/+140
2014-11-26main: Added entry point for glGenerateTextureMipmap.Laura Ekstrand3-22/+65
2014-11-26main: Fixed issues related to compressed TEXTURE_CUBE_MAP targets.Laura Ekstrand3-13/+78
2014-11-25main: Added entry points for glCompressedTextureSubImage*D.Laura Ekstrand3-46/+242
2014-11-25src/mesa/main: Fixed some error checking.Laura Ekstrand2-26/+93
2014-11-18Added entry point for glGetCompressedTextureImage.Laura Ekstrand3-44/+131
2014-11-18Refactored the GL_TEXTURE_CUBE_MAP special cases.Laura Ekstrand2-10/+8
2014-11-18Fixed minor bug in TextureSubImage3D for GL_TEXTURE_CUBE_MAP.Laura Ekstrand2-9/+5
2014-11-17Trying to support GL_TEXTURE_CUBE_MAP properly.Laura Ekstrand4-35/+122
2014-11-17Refactored texstorage to better support dsa.Laura Ekstrand2-29/+59
2014-11-14Added GetTextureImage.Laura Ekstrand3-60/+180
2014-11-13Renamed _mesa_get_texture_storage to _mesa_texture_storage to avoid confusion...Laura Ekstrand2-14/+14
2014-11-13src/mesa/main/teximage.c: Added entry points for CopyTextureSubImage*D.Laura Ekstrand3-2/+89
2014-11-13Fixed a couple minor issues in nameless texture creation and deletion.Laura Ekstrand1-37/+39
2014-11-12src/mesa/main/texobj.c: Nameless texture creation and deletion. Does notLaura Ekstrand2-0/+61
2014-11-12src/mesa/main/texstorage.c: Moved internalformat checking to texstorage and t...Laura Ekstrand1-6/+18
2014-11-12Converted the implementation for glCopySubImage to operate directly on the gl...Laura Ekstrand2-36/+50
2014-11-12Exposed texture_sub_image* so that meta can use them.Laura Ekstrand2-20/+39
2014-11-12Exposed get_storage function so that meta can use it.Laura Ekstrand2-19/+45
2014-11-12Exposed tex_parameter functions so that meta can use them.Laura Ekstrand2-39/+80
2014-11-12Created _mesa_bind_texture_unit, which binds without looking up the textureLaura Ekstrand2-44/+63
2014-11-06Made note of why BindTextureUnit should throw GL_INVALID_OPERATION if the uni...Laura Ekstrand1-0/+7
2014-11-06Implemented remaining TextureParameter* functions.Laura Ekstrand3-2/+115
2014-11-06Added entry points for glGetTextureLevelParameter.Laura Ekstrand3-30/+115
2014-11-06Removed dsa functions from non-dsa XML files.Laura Ekstrand2-81/+0
2014-11-06Removed the buggy and non-implemented tags.Laura Ekstrand1-617/+0
2014-11-06glapi: Add ARB_direct_state_access.xml.Kenneth Graunke3-1/+736
2014-11-06Added entry points for glGetTextureParameter.Laura Ekstrand2-42/+137
2014-11-05Fixed CreateTextures to reflect need for proper target checking.Laura Ekstrand1-38/+68
2014-10-31Added entry point for BindTextureUnit.Laura Ekstrand3-0/+96
2014-10-30Added assert(unit > 0) to _mesa_get_tex_unit.Laura Ekstrand1-0/+1