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 all traces of GL_OES_matrix_get
Ian Romanick
2013-09-30
3
-12
/
+0
*
mesa: Include stdint.h in mtypes.h for uint32_t symbol.
Vinson Lee
2013-09-26
1
-0
/
+2
*
mesa: Add core support for the GL_AMD_performance_monitor extension.
Kenneth Graunke
2013-09-26
7
-0
/
+820
*
mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj().
Kenneth Graunke
2013-09-26
4
-12
/
+8
*
mesa: Remove some remaining FEATURE_* detritus.
Eric Anholt
2013-09-26
1
-2
/
+1
*
mesa: remove handcounted magic number
Dylan Noblesmith
2013-09-24
1
-13
/
+20
*
mesa: remove outdated comment
Dylan Noblesmith
2013-09-24
1
-1
/
+0
*
mesa: remove stale comment
Dylan Noblesmith
2013-09-24
1
-2
/
+0
*
mesa: Shrink the size of the enum string lookup struct.
Eric Anholt
2013-09-23
1
-0
/
+9
*
mesa: Remove _mesa_lookup_enum_by_name().
Eric Anholt
2013-09-23
2
-34
/
+0
*
mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...
Ian Romanick
2013-09-19
1
-1
/
+1
*
mesa: Fix broken call to print_table_stats
Ian Romanick
2013-09-19
1
-1
/
+3
*
mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2
Ian Romanick
2013-09-19
2
-4
/
+10
*
mesa: Expose MAX_GEOMETRY_{INPUT,OUTPUT}_COMPONENTS on OpenGL 3.2
Ian Romanick
2013-09-19
1
-1
/
+3
*
mesa: Get GL_MAX_FRAGMENT_INPUT_COMPONENTS from FragmentProgram.MaxInputCompo...
Ian Romanick
2013-09-19
2
-2
/
+1
*
mesa: Get GL_MAX_VERTEX_OUTPUT_COMPONENTS from VertexProgram.MaxOutputComponents
Ian Romanick
2013-09-19
2
-2
/
+1
*
mesa: Set default values for Max{Input,Output}Components in init_program_limits
Ian Romanick
2013-09-19
1
-0
/
+6
*
mesa: Remove gl_constants::MaxVaryingComponents
Ian Romanick
2013-09-19
1
-1
/
+0
*
mesa: Use correct data for MAX_{VERTEX,GEOMETRY}_VARYING_COMPONENTS_ARB queries
Ian Romanick
2013-09-19
1
-2
/
+2
*
mesa: Track per-stage shader input and output limits independently
Ian Romanick
2013-09-19
1
-0
/
+24
*
mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3
Ian Romanick
2013-09-19
2
-0
/
+2
*
mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mix
Ian Romanick
2013-09-13
2
-2
/
+2
*
mesa: Disallow relinking if a program is used by an active XFB object.
Kenneth Graunke
2013-09-12
3
-7
/
+47
*
mesa: Reject ResumeTransformFeedback if the wrong program is bound.
Kenneth Graunke
2013-09-12
1
-0
/
+11
*
mesa: Track the vertex program active at BeginTransformFeedback() time.
Kenneth Graunke
2013-09-12
2
-0
/
+8
*
mesa: Disallow TransformFeedbackVaryings when active.
Kenneth Graunke
2013-09-12
1
-0
/
+10
*
glsl: During linking, record whether a GS uses EndPrimitive().
Paul Berry
2013-09-11
2
-0
/
+3
*
mesa: Use correct enum conversion function.
Vinson Lee
2013-09-10
1
-1
/
+1
*
mesa: Ensure gl_sync_object is fully initialized.
Vinson Lee
2013-09-10
1
-1
/
+1
*
glsl: Implement MESA_shader_integer_mix extension.
Matt Turner
2013-09-09
2
-1
/
+3
*
mesa: Always use seamless cubemap filtering in GLES3
Ian Romanick
2013-09-08
1
-0
/
+8
*
mesa: Don't allow glSamplerParameteriv(GL_TEXTURE_CUBE_MAP_SEAMLESS) in ES
Ian Romanick
2013-09-08
1
-1
/
+2
*
mesa: Ensure gl_query_object is fully initialized.
Vinson Lee
2013-09-06
1
-1
/
+1
*
mesa: add GL_KHR_debug functions to dispatch_sanity.cpp
Brian Paul
2013-09-06
1
-0
/
+12
*
mesa: Setup remaining infrastucture and enable KHR_debug
Timothy Arceri
2013-09-04
2
-5
/
+12
*
mesa: Remap debug type and severity
Timothy Arceri
2013-09-04
2
-8
/
+58
*
mesa: Implement GL_DEBUG_OUTPUT
Timothy Arceri
2013-09-04
3
-0
/
+13
*
mesa: Implement KHR_debug ObjectLabel functions
Timothy Arceri
2013-09-04
2
-0
/
+343
*
mesa: make _mesa_validate_sync() non-static
Timothy Arceri
2013-09-04
2
-1
/
+4
*
mesa: free object labels when deleting
Timothy Arceri
2013-09-04
11
-0
/
+14
*
mesa: add debug Label field to several data structures
Timothy Arceri
2013-09-04
1
-0
/
+12
*
mesa: make _mesa_lookup_list() non-static
Timothy Arceri
2013-09-04
2
-6
/
+8
*
mesa: make _mesa_lookup_arrayobj() non-static
Timothy Arceri
2013-09-04
2
-5
/
+8
*
mesa: Implement glPushDebugGroup and glPopDebugGroup
Timothy Arceri
2013-09-04
3
-71
/
+214
*
mesa: Add a clone function to mesa hash
Timothy Arceri
2013-09-04
2
-0
/
+31
*
mesa: Share common code between ARB_debug_output and KHR_debug functions
Timothy Arceri
2013-09-04
2
-97
/
+226
*
mesa: Add some constants and state variables for KHR_debug functions
Timothy Arceri
2013-09-04
3
-6
/
+20
*
mesa: Rename gl_context::swtnl_im to vbo_context; use proper type.
Kenneth Graunke
2013-09-03
1
-1
/
+2
*
mesa: Don't choose S3TC for generic compression if we can't compress.
Eric Anholt
2013-08-30
1
-4
/
+8
*
mesa: Rip out more extension checking from texformat.c.
Eric Anholt
2013-08-30
1
-10
/
+4
[next]