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: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow
Ian Romanick
2013-06-28
5
-23
/
+8
*
mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...
Ian Romanick
2013-06-28
3
-4
/
+3
*
mesa: GL_ARB_texture_storage is not optional
Ian Romanick
2013-06-28
4
-13
/
+3
*
mesa: GL_ARB_shading_language_100 is not optional
Ian Romanick
2013-06-28
2
-3
/
+1
*
mesa: GL_ARB_shader_objects is not optional
Ian Romanick
2013-06-28
6
-16
/
+6
*
mesa: GL_NV_blend_square is not optional
Ian Romanick
2013-06-28
3
-5
/
+1
*
mesa: GL_EXT_fog_coord is not optional
Ian Romanick
2013-06-28
7
-18
/
+7
*
mesa: GL_EXT_secondary_color is not optional
Ian Romanick
2013-06-28
6
-22
/
+10
*
mesa: GL_EXT_framebuffer_object is not optional
Ian Romanick
2013-06-28
6
-23
/
+12
*
mesa: Remove GL_MESA_resize_buffers
Ian Romanick
2013-06-28
5
-20
/
+0
*
mesa: Remove _mesa_{enable, disable}_extension and _mesa_extension_is_enabled
Ian Romanick
2013-06-28
2
-51
/
+0
*
mesa: Just set extension flags instead of calling _mesa_enable_extension
Ian Romanick
2013-06-28
1
-3
/
+2
*
mesa: Remove _mesa_enable_._._extensions functions
Ian Romanick
2013-06-28
2
-87
/
+0
*
mesa: Fix build with older gcc since update of glext.h
Tom Stellard
2013-06-28
1
-4
/
+0
*
mesa: Remove GL_EXT_clip_volume_hint
Ian Romanick
2013-06-27
4
-16
/
+0
*
mesa: remove const from glDebugMessageCallbackARB() function parameter
Brian Paul
2013-06-26
2
-3
/
+3
*
mesa: Remove the Initialized field from framebuffers.
Eric Anholt
2013-06-25
1
-2
/
+0
*
mesa: Remove Driver.GetBufferSize and its callers.
Eric Anholt
2013-06-25
3
-123
/
+0
*
glsl: Fix gl_shader_program::UniformLocationBaseScale assert.
Vinson Lee
2013-06-25
1
-1
/
+1
*
mesa: Move the common _mesa_glsl_compile_shader() code to glsl/.
Eric Anholt
2013-06-21
1
-1
/
+2
*
mesa: Move shader compiler API code to shaderapi.c
Eric Anholt
2013-06-21
1
-4
/
+38
*
mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
2013-06-21
2
-22
/
+4
*
glsl: Remove ir_print_visitor.h includes and usage
Eric Anholt
2013-06-21
1
-1
/
+0
*
mesa: wrap comments, code to 78 columns in multisample.c
Brian Paul
2013-06-19
1
-6
/
+11
*
mesa: remove unused BITSET64 macros
Brian Paul
2013-06-19
1
-61
/
+0
*
mesa: Hide weirdness of 1D_ARRAY textures from Driver.CopyTexSubImage().
Eric Anholt
2013-06-17
2
-6
/
+42
*
mesa: Fix ieee fp on Alpha
Sven Joachim
2013-06-17
1
-1
/
+1
*
mesa: Add infrastructure for ARB_shading_language_420pack.
Todd Previte
2013-06-14
2
-0
/
+2
*
mesa: Fix bug in unclamped float to ubyte conversion.
Manfred Ernst
2013-06-12
1
-2
/
+1
*
mesa: fix OES_EGL_image_external being partially allowed in the core profile
Marek Olšák
2013-06-13
2
-3
/
+5
*
glsl: Add gl_shader_program::UniformLocationBaseScale
Ian Romanick
2013-06-12
3
-3
/
+21
*
glsl: Add a gl_shader_program parameter to _mesa_uniform_{merge,split}_locati...
Ian Romanick
2013-06-12
3
-4
/
+6
*
mesa: add missing texture strings in tex_target_name()
Brian Paul
2013-06-10
1
-0
/
+5
*
dlist: fix save_SamplerParameteri
Chris Forbes
2013-06-09
1
-1
/
+1
*
mesa: Prevent possible out-of-bounds read by save_SamplerParameteriv.
Vinson Lee
2013-06-08
1
-1
/
+4
*
mesa: Report core FBO incompleteness cases through GL_ARB_debug_output.
Eric Anholt
2013-06-07
1
-18
/
+25
*
mesa: Expose MAX_FRAGMENT_INPUT_COMPONENTS on ES3 and desktop 3.2.
Eric Anholt
2013-06-07
2
-0
/
+10
*
mesa: Expose texture array getters on GLES3.
Eric Anholt
2013-06-07
2
-2
/
+10
*
mesa: Fix the return value of TEXTURE_BINDING_2D_ARRAY.
Eric Anholt
2013-06-07
1
-1
/
+1
*
mesa: Expose texel offset limits in GLES3.
Eric Anholt
2013-06-07
2
-5
/
+6
*
glsl: Fix uniform buffer object counting.
Eric Anholt
2013-06-06
1
-1
/
+9
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
153
-153
/
+0
*
mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Brian Paul
2013-06-04
1
-1
/
+1
*
mesa: Prevent possible out-of-bounds read by save_SamplerParameterfv.
Vinson Lee
2013-06-03
1
-1
/
+4
*
mesa/texformat: add _mesa_tex_target_is_array function
Jordan Justen
2013-06-02
2
-0
/
+16
*
mesa: handle missing read buffer in _mesa_get_color_read_format/type()
Brian Paul
2013-06-02
1
-30
/
+48
*
mesa: fix hodge podge indentation, update comments in texformat.c
Brian Paul
2013-06-02
1
-186
/
+184
*
mesa: Add missing break statement in _mesa_choose_tex_format.
Vinson Lee
2013-05-30
1
-0
/
+1
*
mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()
Brian Paul
2013-05-30
1
-2
/
+4
*
mesa: asst. whitespace, formatting fixes in teximage.c
Brian Paul
2013-05-30
1
-28
/
+43
[next]