summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-16mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul1-2/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-01mesa: fix texture storage multisample prototypes harder.Dave Airlie1-2/+2
2013-03-31glapi: add definition of ARB_texture_storage_multisampleChris Forbes1-0/+11
2013-03-02glapi: add ARB_texture_multisampleChris Forbes1-0/+11
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller1-0/+4
2012-11-16Remove OpenVMS supportMatt Turner1-5/+0
2012-11-12mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák1-0/+3
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-9/+9
2012-09-26mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul1-3/+0
2012-09-17mesa: rework texture size error checkingBrian Paul1-2/+2
2012-09-17mesa: refactor _mesa_test_proxy_teximage() codeBrian Paul1-0/+5
2012-09-11mesa: make _mesa_get_proxy_target() non-staticBrian Paul1-0/+2
2012-08-24mesa: make _mesa_get_proxy_tex_image() staticBrian Paul1-4/+0
2012-08-23mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...Ian Romanick1-0/+4
2012-05-10intel: Add extern "C" declarations to headersPaul Berry1-0/+7
2012-01-17mesa: Add condition in glGetTexImage for zero size texturesAnuj Phogat1-1/+8
2012-01-04mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul1-1/+1
2011-12-18mesa: make _mesa_set_tex_image() static since it's not called anywhere elseBrian Paul1-6/+0
2011-12-16mesa: make update_fbo_texture() non-staticBrian Paul1-0/+4
2011-11-19mesa: define, use _mesa_is_cube_face() in several placesBrian Paul1-0/+10
2011-10-23mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()Brian Paul1-11/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
2011-09-09mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"Ian Romanick1-0/+1
2011-04-05mesa: core support for GL_ARB_texture_buffer_objectBrian Paul1-0/+5
2011-04-05mesa: 80-column wrappingBrian Paul1-4/+8
2011-01-11mesa/swrast: handle sRGB FBOs correctly (v2)Dave Airlie1-0/+2
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul1-3/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-16/+16
2010-07-20mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul1-0/+8
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg1-0/+2
2009-11-02mesa: make _mesa_get_current_tex_objec() publicBrian Paul1-0/+3
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul1-19/+0
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul1-8/+15
2009-08-05mesa/main: Add functions to clear and dirty texture objects.Chia-I Wu1-0/+4
2008-10-22mesa: in textore.c, only adjust image for convolution if image is a color formatBrian Paul1-0/+3
2008-09-21added _mesa_tex_target_to_face()Brian1-0/+5
2007-05-21improve some comments, clean-up formattingBrian1-5/+6
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-2/+19
2005-11-11Make _mesa_is_proxy_texture() non-static and use in a few more places.Brian Paul1-2/+5
2005-07-05The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.Brian Paul1-2/+9
2005-03-22add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell1-1/+6
2004-01-24New error checking in _mesa_GetTexImage().Brian Paul1-3/+3
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-20/+20
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+12
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul1-4/+7
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul1-3/+12