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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove EXT_stencil_wrap extension enable flag
Ian Romanick
2011-09-29
4
-14
/
+5
*
mesa: Remove EXT_texture_lod_bias extension enable flag
Ian Romanick
2011-09-29
7
-38
/
+9
*
mesa: Remove EXT_texture_env_combine extension enable flag
Ian Romanick
2011-09-29
4
-138
/
+54
*
mesa: Remove EXT_texture_env_add extension enable flag
Ian Romanick
2011-09-29
4
-11
/
+4
*
mesa: Remove ARB_multitexture extension enable flag
Ian Romanick
2011-09-29
4
-17
/
+7
*
mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version()
Brian Paul
2011-09-28
1
-1
/
+1
*
mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT.
Eric Anholt
2011-09-28
1
-0
/
+1
*
mesa: Allow overriding GLSL version with environment variable
Chad Versace
2011-09-28
3
-0
/
+27
*
mesa: fix signed/unsigned warning in sscanf()
Brian Paul
2011-09-28
1
-1
/
+1
*
mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-6
/
+38
*
mesa: Convert depth glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-7
/
+12
*
mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-5
/
+13
*
mesa: Switch ycbcr glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-5
/
+12
*
mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage().
Brian Paul
2011-09-27
1
-9
/
+15
*
mesa: Update comments/assertions about buffer mapping for glGetTexImage().
Brian Paul
2011-09-27
1
-4
/
+3
*
mesa: Convert GetCompressedTexImage to using MapTextureImage().
Brian Paul
2011-09-27
1
-7
/
+14
*
mesa: Allow override of GL version with environment variable
Chad Versace
2011-09-27
1
-0
/
+25
*
mesa: Make enable.c and get.c properly range check clip flags.
Paul Berry
2011-09-27
2
-14
/
+56
*
mesa: fix indentation in mipmap.c (3 spaces)
Brian Paul
2011-09-26
1
-2
/
+2
*
mesa: Remove EXT_abgr extension enable flag
Ian Romanick
2011-09-26
2
-3
/
+1
*
mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flags
Ian Romanick
2011-09-26
4
-8
/
+9
*
mesa: Remove OES_read_format extension enable flag
Ian Romanick
2011-09-26
3
-11
/
+3
*
mesa: Remove all mention of EXT_vertex_array_set
Ian Romanick
2011-09-26
2
-2
/
+0
*
mesa: Fix extension year for EXT_texture_env_combine
Ian Romanick
2011-09-26
1
-1
/
+1
*
mesa: Remove many extension enable flags
Ian Romanick
2011-09-26
4
-74
/
+23
*
mesa: Also set the remaining draw buffers to GL_NONE when updating just the f...
Henri Verbeet
2011-09-25
1
-15
/
+14
*
mesa: Decode GL_CLIP_DISTANCE[67] properly in _mesa_set_enable().
Paul Berry
2011-09-23
1
-6
/
+8
*
mesa: set up gl_vert_result and gl_frag_attrib values for gl_ClipDistance.
Paul Berry
2011-09-23
1
-6
/
+10
*
mesa: Add a flag to indicate whether a program uses gl_ClipDistance.
Paul Berry
2011-09-23
1
-0
/
+6
*
glsl: Implement a lowering pass for gl_ClipDistance.
Paul Berry
2011-09-23
1
-0
/
+1
*
mesa: remove support for GL_APPLE_client_storage extension
Brian Paul
2011-09-22
6
-16
/
+1
*
mesa: move gl_texture_image::Width/Height/DepthScale fields to swrast
Brian Paul
2011-09-22
2
-16
/
+0
*
mesa: move gl_texture_image::_IsPowerOfTwo into swrast
Brian Paul
2011-09-22
2
-8
/
+0
*
mesa: Add a context flag indicating whether two-sided lighting should happen.
Eric Anholt
2011-09-21
2
-1
/
+19
*
mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()
Brian Paul
2011-09-21
3
-7
/
+34
*
mesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
Brian Paul
2011-09-20
1
-2
/
+2
*
mesa: move last bits of GLchan stuff into swrast
Brian Paul
2011-09-20
3
-99
/
+1
*
mesa: remove CHAN_TYPE cruft from debug.c
Brian Paul
2011-09-20
1
-4
/
+0
*
mesa: remove unused interp/stride chan macros
Brian Paul
2011-09-20
1
-27
/
+0
*
mesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macro
Brian Paul
2011-09-20
1
-16
/
+0
*
mesa: remove unused <type>_TO_CHAN() macros
Brian Paul
2011-09-20
1
-40
/
+0
*
mesa: convert _mesa_unpack_color_span_chan() to ubyte
Brian Paul
2011-09-20
3
-55
/
+53
*
mesa: replace GLchan with GLubyte in texcompress_s3tc.c
Brian Paul
2011-09-20
1
-59
/
+57
*
mesa/gallium: remove GLchan from latc, rgtc code
Brian Paul
2011-09-20
2
-15
/
+15
*
mesa: remove GLchan in texcompress_fxt1.c
Brian Paul
2011-09-20
1
-74
/
+53
*
mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()
Brian Paul
2011-09-20
5
-123
/
+123
*
mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c
Brian Paul
2011-09-20
3
-43
/
+38
*
mesa: s/GLchan/GLubyte/ in mipmap generation code
Brian Paul
2011-09-20
1
-3
/
+3
*
mesa: Don't expose compressed paletted formats via GL_{NUM_,}COMPRESSED_TEXTU...
Ian Romanick
2011-09-20
1
-15
/
+17
*
Increase MAX_CLIP_PLANES to 8
Paul Berry
2011-09-20
1
-2
/
+5
[next]