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: fixes for MSVC 2013
Scott Graham
2013-10-22
1
-0
/
+2
*
mesa: fix a couple issues with U_FIXED, I_FIXED macros
Brian Paul
2013-10-22
1
-3
/
+3
*
mesa: remove remnants of GL_MESA_shader_debug
Brian Paul
2013-10-22
1
-3
/
+0
*
swrast: Enable ARB_texture_mirror_clamp_to_edge.
Rico Schüller
2013-10-20
1
-0
/
+1
*
mesa: Add infrastructure for GL_ARB_texture_mirror_clamp_to_edge.
Rico Schüller
2013-10-20
4
-4
/
+12
*
mesa: change glTexImage[23]DMultisample() internalformat to GLenum
Brian Paul
2013-10-16
2
-4
/
+4
*
mesa: consolidate cube width=height error checking
Brian Paul
2013-10-16
1
-38
/
+5
*
mesa: fix transform feedback when a geometry shader is active.
Bryan Cain
2013-10-15
1
-18
/
+35
*
mesa: Add missing switch break in invalidate_framebuffer_storage()
Constantin Baranov
2013-10-14
1
-0
/
+1
*
mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
Kenneth Graunke
2013-10-13
1
-0
/
+22
*
mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h.
Kenneth Graunke
2013-10-13
1
-0
/
+12
*
mesa: Remove warning that geometry shader support is experimental.
Paul Berry
2013-10-12
1
-6
/
+0
*
mesa: Do not use newlocale on NetBSD.
Vinson Lee
2013-10-11
1
-1
/
+2
*
mesa: add comment to clarify ctx->Driver.MapBufferRange() return value
Brian Paul
2013-10-11
1
-1
/
+2
*
mesa: Allow external textures to use fallback (0, 0, 0, 1)
Topi Pohjolainen
2013-10-11
1
-0
/
+1
*
mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".
Eric Anholt
2013-10-09
1
-1
/
+1
*
st/mesa: improve format selection for GLES
Marek Olšák
2013-10-08
2
-1
/
+4
*
mesa: add plumbing for GL_ARB_texture_query_levels
Chris Forbes
2013-10-05
2
-0
/
+2
*
mesa: Don't return any data for GL_SHADER_BINARY_FORMATS
Ian Romanick
2013-10-04
1
-1
/
+1
*
mesa: fix make check for ARB_texture_gather
Chris Forbes
2013-10-03
2
-3
/
+3
*
glsl: flag shaders which use gather4 at all
Chris Forbes
2013-10-03
1
-0
/
+2
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
6
-0
/
+21
*
mesa: Fix misplaced includes of "main/uniforms.h".
Francisco Jerez
2013-10-01
1
-1
/
+0
*
mesa: check for bufSize > 0 in _mesa_GetSynciv()
Brian Paul
2013-10-01
1
-1
/
+1
*
mesa: minor fix-ups for _mesa_validate_sync()
Brian Paul
2013-10-01
2
-4
/
+13
*
mesa: add missing error checks in _mesa_GetObject[Ptr]Label()
Brian Paul
2013-10-01
1
-0
/
+12
*
mesa: use caller string in error message in get_label_pointer()
Brian Paul
2013-10-01
1
-1
/
+1
*
mesa: asst. clean-ups in copy_label()
Brian Paul
2013-10-01
1
-10
/
+27
*
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
[next]