index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
main: Added entry points for CopyTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-2
/
+24
*
main: Corrected comment on _mesa_is_zero_size_texture.
Laura Ekstrand
2015-01-08
1
-1
/
+1
*
main: Added entry points for glTextureSubImage*D.
Laura Ekstrand
2015-01-08
1
-0
/
+30
*
main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.
Laura Ekstrand
2015-01-08
1
-4
/
+0
*
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...
Laura Ekstrand
2015-01-08
1
-18
/
+0
*
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
2015-01-05
1
-2
/
+1
*
mesa: add _mesa_base_tex_image() helper function
Brian Paul
2015-01-05
1
-0
/
+10
*
mesa: move _mesa_compressed_texture_pixel_storage_error_check()
Brian Paul
2014-08-16
1
-6
/
+0
*
mesa: Turn target_can_be_compressed() in to a utility function
Anuj Phogat
2014-08-04
1
-0
/
+3
*
mesa: add ARB_clear_texture.xml to file list, remove duplicate decls
Ilia Mirkin
2014-07-24
1
-12
/
+0
*
mesa/main: Add generic bits of ARB_clear_texture implementation
Neil Roberts
2014-07-23
1
-0
/
+12
*
mesa/main: add ARB_clear_texture entrypoints
Ilia Mirkin
2014-07-23
1
-0
/
+10
*
mesa: Emit errors for inconsistent compressed pixel store state
Chris Forbes
2014-06-10
1
-0
/
+6
*
mesa: switch to c11 mutex functions
Brian Paul
2014-03-03
1
-2
/
+2
*
mesa: make _mesa_get_proxy_target() static
Brian Paul
2014-02-02
1
-3
/
+0
*
mesa: remove unused _mesa_select_tex_object() function
Brian Paul
2014-02-02
1
-5
/
+0
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: Refactor internalFormat / target checks to a separate function
Ian Romanick
2014-01-27
1
-0
/
+8
*
mesa: Define helper function to get the number of texture layers.
Francisco Jerez
2014-01-15
1
-0
/
+6
*
mesa: Make validate_texbuffer_format function available externally
Pi Tabred
2013-12-18
1
-0
/
+4
*
mesa: change glTexImage[23]DMultisample() internalformat to GLenum
Brian Paul
2013-10-16
1
-2
/
+2
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: fix texture storage multisample prototypes harder.
Dave Airlie
2013-04-01
1
-2
/
+2
*
glapi: add definition of ARB_texture_storage_multisample
Chris Forbes
2013-03-31
1
-0
/
+11
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
1
-0
/
+11
*
mesa: implement GL_ARB_texture_buffer_range
Christoph Bumiller
2013-01-30
1
-0
/
+4
*
Remove OpenVMS support
Matt Turner
2012-11-16
1
-5
/
+0
*
mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2
Marek Olšák
2012-11-12
1
-0
/
+3
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-9
/
+9
*
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
[next]