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: update fbo format tablet for integer types.
Dave Airlie
2011-10-05
1
-1
/
+61
*
mesa/texstore: add texstore paths for all the integer types.
Dave Airlie
2011-10-05
1
-12
/
+104
*
mesa/texformat: update choose_tex_format for integer types.
Dave Airlie
2011-10-05
1
-4
/
+79
*
mesa/formats: add rest of integer formats.
Dave Airlie
2011-10-05
2
-2
/
+562
*
texstore: create texstore table on first access.
Dave Airlie
2011-10-05
1
-149
/
+120
*
mesa: Remove unused gl_program::Attributes
Ian Romanick
2011-10-04
2
-9
/
+0
*
mesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walking the GLSL IR.
Ian Romanick
2011-10-04
3
-7
/
+32
*
mesa: Determine GL_ACTIVE_ATTRIBUTES by walking the GLSL IR.
Ian Romanick
2011-10-04
3
-1
/
+30
*
mesa: Remove unused gl_shader_program::Attributes
Ian Romanick
2011-10-04
3
-14
/
+2
*
mesa: Make _mesa_GetActiveAttribARB use the attributes in the shader IR
Ian Romanick
2011-10-04
1
-13
/
+38
*
mesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
Ian Romanick
2011-10-04
2
-42
/
+32
*
mesa: Add gl_shader_program::AttributeBindings
Ian Romanick
2011-10-04
3
-1
/
+24
*
mesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
2
-52
/
+42
*
mesa: Move _mesa_GetAttribLocationARB to shader_query.cpp
Ian Romanick
2011-10-04
2
-41
/
+88
*
glapi: regen API files for new extension
Ian Romanick
2011-10-04
2
-3350
/
+3385
*
mesa: Remove ARB_draw_buffers extension enable flag
Ian Romanick
2011-10-04
3
-8
/
+3
*
mesa: Advertise NV_fbo_color_attachments on OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-0
/
+1
*
mesa: Advertise NV_draw_buffers in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-0
/
+1
*
mesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-17
/
+17
*
mesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-4
/
+4
*
mesa/es: Allow other color attachments in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-1
/
+5
*
mesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0
Ian Romanick
2011-10-04
1
-0
/
+13
*
mesa/es: Remove redundant renderbuffer target validation
Ian Romanick
2011-10-04
1
-25
/
+0
*
mesa/es: Validate FBO target enum in Mesa code rather than the ES wrapper
Ian Romanick
2011-10-04
2
-32
/
+4
*
mesa/es: Validate FBO attachment enum in Mesa code rather than the ES wrapper
Ian Romanick
2011-10-04
2
-28
/
+6
*
mesa: fix warning (MSVC error) about void pointer arithmetic
Brian Paul
2011-10-03
1
-1
/
+1
*
mesa: Reuse existing make_2d_mipmap for 2D array generation.
Eric Anholt
2011-10-03
1
-99
/
+5
*
mesa: Make the uncompressed sw mipmap gen path do a Map per 1D array slice.
Eric Anholt
2011-10-03
1
-44
/
+17
*
mesa: When storing texture data for a 1D array, map each slice separately.
Eric Anholt
2011-10-03
1
-16
/
+52
*
mesa: Convert _mesa_generate_mipmap to MapTexImage()-based access.
Brian Paul
2011-10-03
2
-124
/
+150
*
mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.
Eric Anholt
2011-10-01
3
-5
/
+25
*
mesa: Add missing glGetIntegerv() support for ARB_color_buffer_float tokens.
Eric Anholt
2011-10-01
1
-0
/
+6
*
mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4
Brian Paul
2011-10-01
1
-1
/
+2
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
50
-126
/
+126
*
mesa: use !! to simplify some _mesa_set_enable() calls in attrib.c
Brian Paul
2011-10-01
1
-43
/
+25
*
mesa: use loop in pop_texture_group() to restore 4 combiner terms
Brian Paul
2011-10-01
1
-24
/
+13
*
mesa: Remove unused field gl_program::Varying
Ian Romanick
2011-09-30
1
-2
/
+0
*
mesa: Remove unused tnl items from dd_functions
Chad Versace
2011-09-30
1
-19
/
+0
*
meta: fix GetTexImage() for luminance, l/a, intensity formats
Brian Paul
2011-09-30
2
-1
/
+10
*
mesa: simplify parameters to GetTexImage() driver hook
Brian Paul
2011-09-30
5
-21
/
+16
*
mesa: Remove ARB_texture_mirrored_repeat extension enable flag
Ian Romanick
2011-09-29
5
-12
/
+5
*
mesa: Remove EXT_blend_subtract extension enable flag
Ian Romanick
2011-09-29
4
-10
/
+4
*
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
[next]