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
/
texobj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add new DeleteTextureImage() driver hook
Brian Paul
2011-09-17
1
-1
/
+1
*
mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...
Ian Romanick
2011-09-06
1
-3
/
+0
*
mesa: don't use K&R style function pointer calls
Brian Paul
2011-08-04
1
-3
/
+3
*
mesa: use inline function wrapper for _mesa_reference_texobj()
Brian Paul
2011-07-14
1
-6
/
+4
*
mesa: Check the texture against all units in unbind_texobj_from_texunits().
Henri Verbeet
2011-07-07
1
-1
/
+1
*
mesa: Flag _NEW_BUFFERS when unbinding an attachment on glDeleteTextures.
Eric Anholt
2011-06-18
1
-0
/
+2
*
mesa: EXT_texture_sRGB_decode little fixup
Marek Olšák
2011-05-13
1
-0
/
+1
*
mesa: implement AMD_seamless_cubemap_per_texture
Marek Olšák
2011-05-06
1
-0
/
+2
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-44
/
+46
*
mesa: core support for GL_ARB_texture_buffer_object
Brian Paul
2011-04-05
1
-1
/
+8
*
mesa: use _mesa_get_current_tex_unit() helper in BindTexture()
Brian Paul
2011-03-16
1
-2
/
+2
*
mesa: remove unneeded local var in BindTexture()
Brian Paul
2011-03-16
1
-3
/
+3
*
mesa: clean up the glBindTexture early out code a bit
Brian Paul
2011-03-16
1
-10
/
+12
*
mesa/swrast: implement EXT_texture_sRGB_decode
Dave Airlie
2011-01-16
1
-0
/
+1
*
mesa: Consider textures incomplete when maxlevel < baselevel.
Eric Anholt
2011-01-05
1
-0
/
+6
*
mesa: set gl_texture_object::_Complete=FALSE in incomplete()
Brian Paul
2010-12-06
1
-27
/
+5
*
mesa: test for cube map completeness in glGenerateMipmap()
Brian Paul
2010-12-06
1
-0
/
+38
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-3
/
+5
*
mesa: whitespace cleanups
Brian Paul
2010-11-16
1
-35
/
+37
*
mesa: silence new warnings in texobj.c
Brian Paul
2010-11-02
1
-4
/
+2
*
mesa: Don't compute an unused texture completeness debug string.
Eric Anholt
2010-11-02
1
-9
/
+12
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-12
/
+12
*
mesa: don't call valid_texture_object() in non-debug builds
Brian Paul
2010-09-20
1
-5
/
+2
*
mesa: Silence "'valid_texture_object' defined but not used" warning.
Vinson Lee
2010-09-17
1
-1
/
+5
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
mesa: s/sprintf/_mesa_snprintf/
Vinson Lee
2010-05-02
1
-2
/
+2
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-3
/
+3
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
mesa: Remove unnecessary header from texobj.c.
Vinson Lee
2010-01-17
1
-1
/
+0
*
|
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-4
/
+4
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-1
/
+1
|
\
|
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-11
1
-1
/
+1
|
|
\
|
|
*
mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
Brian Paul
2009-12-09
1
-1
/
+1
*
|
|
mesa: added comment for target_enum_to_index()
Brian Paul
2009-12-01
1
-1
/
+2
|
/
/
*
|
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-0
/
+5
|
\
\
|
*
|
mesa: choose texture format in _mesa_get_fallback_texture()
Brian Paul
2009-10-28
1
-0
/
+5
*
|
|
mesa: remove unused ctx->Driver.PrioritizeTextures() hook
Brian Paul
2009-10-14
1
-2
/
+0
*
|
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
mesa: fix incorrect default texture binding in unbind_texobj_from_texunits()
Brian Paul
2009-10-02
1
-1
/
+1
*
|
|
mesa: better debug message
Brian Paul
2009-10-01
1
-1
/
+1
|
|
/
|
/
|
*
|
mesa/main: Make FEATURE_colortable follow feature conventions.
Chia-I Wu
2009-09-24
1
-4
/
+0
|
/
*
mesa: s/assert/ASSERT/ in _mesa_reference_texobj()
Brian Paul
2009-08-13
1
-2
/
+2
*
mesa: fix comment
Brian Paul
2009-08-07
1
-4
/
+3
*
mesa/main: Add functions to clear and dirty texture objects.
Chia-I Wu
2009-08-05
1
-1
/
+44
*
Fast path when rebinding the same texture in single context environment
Ian Romanick
2009-06-03
1
-0
/
+12
*
mesa: print more info when valid_texture_object() fails
Brian Paul
2009-05-19
1
-1
/
+2
*
mesa: create/use a fallback texture when bound texture is incomplete
Brian Paul
2009-05-01
1
-0
/
+53
*
mesa: update/fix doxygen comments
Vinson Lee
2009-03-17
1
-1
/
+1
[next]