index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
teximage.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move _mesa_es_error_check_format_and_type() to glformats.c
Brian Paul
2012-09-26
1
-3
/
+0
*
mesa: rework texture size error checking
Brian Paul
2012-09-17
1
-2
/
+2
*
mesa: refactor _mesa_test_proxy_teximage() code
Brian Paul
2012-09-17
1
-0
/
+5
*
mesa: make _mesa_get_proxy_target() non-static
Brian Paul
2012-09-11
1
-0
/
+2
*
mesa: make _mesa_get_proxy_tex_image() static
Brian Paul
2012-08-24
1
-4
/
+0
*
mesa/es: Validate glTexImage format, type, and internalFormat in Mesa code ra...
Ian Romanick
2012-08-23
1
-0
/
+4
*
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
1
-0
/
+7
*
mesa: Add condition in glGetTexImage for zero size textures
Anuj Phogat
2012-01-17
1
-1
/
+8
*
mesa: remove unused _mesa_init_teximage_fields() target parameter
Brian Paul
2012-01-04
1
-1
/
+1
*
mesa: make _mesa_set_tex_image() static since it's not called anywhere else
Brian Paul
2011-12-18
1
-6
/
+0
*
mesa: make update_fbo_texture() non-static
Brian Paul
2011-12-16
1
-0
/
+4
*
mesa: define, use _mesa_is_cube_face() in several places
Brian Paul
2011-11-19
1
-0
/
+10
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
1
-11
/
+0
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-2
/
+2
*
mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"
Ian Romanick
2011-09-09
1
-0
/
+1
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
1
-0
/
+5
*
mesa: 80-column wrapping
Brian Paul
2011-04-05
1
-4
/
+8
*
mesa/swrast: handle sRGB FBOs correctly (v2)
Dave Airlie
2011-01-11
1
-0
/
+2
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-3
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-16
/
+16
*
mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.
Brian Paul
2010-07-20
1
-0
/
+8
*
core: Implement GL_OES_EGL_image entry points
Kristian Høgsberg
2010-02-24
1
-0
/
+2
*
mesa: make _mesa_get_current_tex_objec() public
Brian Paul
2009-11-02
1
-0
/
+3
*
mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c
Brian Paul
2009-08-13
1
-19
/
+0
*
mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c
Brian Paul
2009-08-13
1
-8
/
+15
*
mesa/main: Add functions to clear and dirty texture objects.
Chia-I Wu
2009-08-05
1
-0
/
+4
*
mesa: in textore.c, only adjust image for convolution if image is a color format
Brian Paul
2008-10-22
1
-0
/
+3
*
added _mesa_tex_target_to_face()
Brian
2008-09-21
1
-0
/
+5
*
improve some comments, clean-up formatting
Brian
2007-05-21
1
-5
/
+6
*
Merge texmem-0-3-branch.
Keith Whitwell
2006-11-01
1
-2
/
+19
*
Make _mesa_is_proxy_texture() non-static and use in a few more places.
Brian Paul
2005-11-11
1
-2
/
+5
*
The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.
Brian Paul
2005-07-05
1
-2
/
+9
*
add FreeTexImageData hook to help single-copy texturing in drivers
Keith Whitwell
2005-03-22
1
-1
/
+6
*
New error checking in _mesa_GetTexImage().
Brian Paul
2004-01-24
1
-3
/
+3
*
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-21
1
-20
/
+20
*
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-07-17
1
-3
/
+12
*
Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height
Brian Paul
2003-04-04
1
-4
/
+7
*
New device driver hooks for texture object and texture image creation to
Brian Paul
2003-04-01
1
-3
/
+12
*
new _mesa_max_texture_levels() helper function - not used everywhere yet
Brian Paul
2002-10-18
1
-1
/
+4
*
Implemented GL_NV_texture_rectangle extension.
Brian Paul
2002-06-15
1
-2
/
+2
*
API dispath updates
Brian Paul
2001-11-18
1
-2
/
+2
*
initial support for GL_SGIS_generate_mipmap extension
Brian Paul
2001-05-21
1
-1
/
+14
*
change glTexImage3D() internalFormat to GLenum to match other OpenGLs
Brian Paul
2001-03-26
1
-2
/
+2
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-3
/
+2
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
1
-18
/
+1
*
Committing in .
Jouk Jansen
2000-11-22
1
-8
/
+8
*
added _mesa_get_teximages_from_driver()
Brian Paul
2000-10-16
1
-3
/
+9
*
added const to _mesa_select_tex_object()
Brian Paul
2000-09-05
1
-3
/
+3
*
finished compressed texture support (Bill White)
Brian Paul
2000-08-29
1
-3
/
+5
*
Committing in .
Jouk Jansen
2000-06-05
1
-2
/
+6
[next]