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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove _mesa_progshader_enum_to_string(), which is no longer used.
Paul Berry
2014-01-08
1
-1
/
+1
*
glsl: Change _mesa_glsl_parse_state ctor to use gl_shader_stage enum.
Paul Berry
2014-01-08
1
-1
/
+1
*
mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.
Paul Berry
2014-01-08
1
-4
/
+4
*
mesa: Store gl_shader_stage enum in gl_shader objects.
Paul Berry
2014-01-08
2
-0
/
+2
*
mesa: Move declaration of gl_shader_stage earlier in mtypes.h.
Paul Berry
2014-01-08
1
-17
/
+17
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
8
-28
/
+28
*
mesa: Use get_local_param_pointer in glProgramLocalParameters4fvEXT().
Kenneth Graunke
2014-01-07
1
-19
/
+11
*
mesa: enable AMD_shader_trinary_minmax
Maxence Le Doré
2014-01-06
1
-0
/
+1
*
glsl: Add extension tracking for AMD_shader_trinary_minmax
Maxence Le Doré
2014-01-06
1
-0
/
+1
*
mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) query
Brian Paul
2014-01-06
4
-0
/
+47
*
main: Remove unused function _mesa_shader_index_to_type().
Paul Berry
2013-12-30
1
-15
/
+0
*
Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
2013-12-30
2
-4
/
+4
*
mesa: It is not possible to have GLSL < 1.20
Ian Romanick
2013-12-20
2
-3
/
+0
*
mesa: Clean up bad code formatting left from previous commit
Ian Romanick
2013-12-20
4
-20
/
+18
*
mesa: GL_EXT_packed_depth_stencil is not optional
Ian Romanick
2013-12-20
6
-28
/
+10
*
mesa: Assert variable coming from get_variable() in get_current_attrib
Juha-Pekka Heikkila
2013-12-19
1
-0
/
+1
*
mesa: Add asserts into emit_fog_instructions
Juha-Pekka Heikkila
2013-12-19
1
-0
/
+3
*
mesa: add asserts in load_texunit_bumpmap
Juha-Pekka Heikkila
2013-12-18
1
-0
/
+2
*
mesa: minor simplification in _mesa_es3_error_check_format_and_type()
Brian Paul
2013-12-18
1
-3
/
+1
*
mesa: Verify memory allocations success in _mesa_PushAttrib
Juha-Pekka Heikkila
2013-12-18
1
-84
/
+154
*
mesa: Verify memory allocations success in _mesa_PushClientAttrib
Juha-Pekka Heikkila
2013-12-18
1
-11
/
+59
*
mesa: Change save_attrib_data() to return boolean
Juha-Pekka Heikkila
2013-12-18
1
-1
/
+3
*
mesa: add API/extension checks for 3-component texture buffer formats
Brian Paul
2013-12-18
1
-7
/
+14
*
mesa: 78-column wrapping in extensions.c
Brian Paul
2013-12-18
1
-6
/
+8
*
mesa: Cleanup mesa/main/bufferobj.h
Pi Tabred
2013-12-18
1
-14
/
+45
*
Add ARB_clear_buffer_object to list of supported extensions
Pi Tabred
2013-12-18
1
-0
/
+1
*
mesa: Implement functions for clear_buffer_object extensions
Pi Tabred
2013-12-18
2
-0
/
+283
*
mesa: Modify get_buffer() to allow for a variable error code
Pi Tabred
2013-12-18
1
-16
/
+28
*
mesa: Add bufferobj_range_mapped function
Pi Tabred
2013-12-18
1
-32
/
+59
*
mesa: get_texbuffer_format(): differentiate between core and compat context
Pi Tabred
2013-12-18
1
-80
/
+87
*
mesa: Modify format validation to check for extension not context version
Pi Tabred
2013-12-18
1
-7
/
+2
*
mesa: Make validate_texbuffer_format function available externally
Pi Tabred
2013-12-18
2
-3
/
+8
*
mesa: Add infrastructure for GL_ARB_clear_buffer_object
Pi Tabred
2013-12-18
2
-2
/
+8
*
main: Move MESA_SHADER_TYPES outside of gl_shader_type enum.
Paul Berry
2013-12-17
1
-1
/
+2
*
glsl: Don't return bad values from _mesa_shader_type_to_index.
Paul Berry
2013-12-17
1
-1
/
+1
*
mesa: fix texture view use of _mesa_get_tex_image()
Chris Forbes
2013-12-14
1
-2
/
+7
*
mesa: add SYSTEM_VALUE_SAMPLE_MASK_IN
Chris Forbes
2013-12-14
1
-6
/
+8
*
mesa: document _mesa_texstore() return value
Brian Paul
2013-12-13
1
-0
/
+1
*
mesa: s/uint/GLuint/ to fix MSVC error
Brian Paul
2013-12-13
1
-1
/
+1
*
mesa: Update TexStorage to support ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
2
-2
/
+9
*
mesa: add texture_view helper function for TexStorage
Courtney Goeltzenleuchter
2013-12-13
2
-0
/
+65
*
mesa: Fill out ARB_texture_view entry points
Courtney Goeltzenleuchter
2013-12-13
1
-1
/
+538
*
mesa: consolidate multiple next_mipmap_level_size
Courtney Goeltzenleuchter
2013-12-13
3
-26
/
+11
*
mesa: Add driver entry point for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+5
*
mesa: ARB_texture_view get parameters
Courtney Goeltzenleuchter
2013-12-13
1
-4
/
+56
*
mesa: update texture object for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
1
-0
/
+5
*
mesa: Tracking for ARB_texture_view extension
Courtney Goeltzenleuchter
2013-12-13
2
-0
/
+2
*
mesa: Add API definitions for ARB_texture_view
Courtney Goeltzenleuchter
2013-12-13
3
-1
/
+105
*
mesa: Fix error code generation in glBeginConditionalRender()
Anuj Phogat
2013-12-13
1
-1
/
+3
*
mesa: fix interpretation of glClearBuffer(drawbuffer)
Marek Olšák
2013-12-12
1
-6
/
+25
[next]