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
*
tests: Add $(top_srcdir)/include to AM_CPPFLAGS.
Vinson Lee
2013-03-12
1
-0
/
+1
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
1
-1
/
+1
*
mesa: Remove unused version #defines from version.h.
Matt Turner
2013-03-12
1
-11
/
+0
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
3
-3
/
+3
*
mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.
José Fonseca
2013-03-12
1
-51
/
+5
*
mesa: Use correct functions for enum conversion.
Vinson Lee
2013-03-11
1
-2
/
+2
*
mesa: don't allocate a texture if width or height is 0 in CopyTexImage
Marek Olšák
2013-03-11
1
-10
/
+12
*
mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
Matt Turner
2013-03-08
2
-2
/
+2
*
mesa: fix glGetInteger*(GL_SAMPLER_BINDING).
Alan Hourihane
2013-03-07
3
-2
/
+14
*
Unreference sampler object when it's currently bound to texture unit.
Alan Hourihane
2013-03-06
1
-0
/
+10
*
mesa: Remove the special enum for _mesa_error debug output.
Eric Anholt
2013-03-05
2
-6
/
+8
*
mesa: Remove the enum for the oom-within-debug-output case.
Eric Anholt
2013-03-05
2
-6
/
+4
*
mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.
Eric Anholt
2013-03-05
1
-8
/
+0
*
mesa: Report ARB_debug_output for both shader errors and warnings.
Eric Anholt
2013-03-05
2
-3
/
+6
*
mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.
Eric Anholt
2013-03-05
2
-4
/
+60
*
mesa: Merge handling of application-provided and built-in error sources.
Eric Anholt
2013-03-05
2
-232
/
+131
*
mesa: Fix _mesa_problem() on context destroy after application debug output
Eric Anholt
2013-03-05
1
-0
/
+6
*
mesa: Move debug type/severity enums to mesa core.
Eric Anholt
2013-03-05
2
-68
/
+91
*
mesa: Replace open-coded _mesa_lookup_enum_by_nr().
Eric Anholt
2013-03-05
1
-35
/
+3
*
mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.
Eric Anholt
2013-03-05
1
-15
/
+14
*
Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensions
Alan Hourihane
2013-03-05
1
-0
/
+1
*
Fix out-of-tree build of 'make check' in src/mesa/main/tests
Jon TURNEY
2013-03-05
1
-4
/
+4
*
mesa: flush current state when querying GL_EDGE_FLAG
Brian Paul
2013-03-04
1
-1
/
+1
*
mesa: Add a new QueryCounter() hook for TIMESTAMP queries.
Kenneth Graunke
2013-03-01
2
-3
/
+9
*
mesa: implement TexImage*Multisample
Chris Forbes
2013-03-02
1
-4
/
+163
*
mesa: support multisample textures in framebuffer completeness check
Chris Forbes
2013-03-02
1
-14
/
+37
*
mesa: implement sample mask
Chris Forbes
2013-03-02
5
-2
/
+53
*
mesa: implement GetMultisamplefv
Chris Forbes
2013-03-02
2
-2
/
+31
*
mesa: add new max sample count state
Chris Forbes
2013-03-02
3
-0
/
+13
*
tests: add ARB_texture_multisample enums to table
Chris Forbes
2013-03-02
1
-0
/
+21
*
mesa: add texobj support for ARB_texture_multisample
Chris Forbes
2013-03-02
10
-22
/
+163
*
glapi: add ARB_texture_multisample
Chris Forbes
2013-03-02
5
-4
/
+57
*
mesa version: add _mesa_get_gl_version_override
Jordan Justen
2013-02-28
2
-27
/
+70
*
attrib: push/pop FRAGMENT_PROGRAM_ARB state
Jordan Justen
2013-02-28
1
-0
/
+12
*
texobj: add verbose api trace messages to several routines
Jordan Justen
2013-02-27
1
-0
/
+21
*
mesa/es: NULL check in EGLImageTargetTexture2DOES
Tapani Pälli
2013-02-25
1
-0
/
+6
*
mesa: add missing case in _mesa_GetTexParameterfv()
Tapani Pälli
2013-02-25
1
-0
/
+6
*
mesa: Fix setup of ctx->Point.PointSprite for GLES2.
Eric Anholt
2013-02-22
2
-2
/
+2
*
mesa: Don't install glEvalMesh in the beginend dispatch table
Ian Romanick
2013-02-20
3
-9
/
+16
*
gles2: a stub implementation for GL_EXT_discard_framebuffer
Tapani Pälli
2013-02-20
5
-1
/
+63
*
st/mesa: simplify and improve CopyTexSubImage
Marek Olšák
2013-02-18
2
-16
/
+25
*
st/mesa: implement blit-based TexImage and TexSubImage
Marek Olšák
2013-02-18
2
-2
/
+23
*
mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV name
Matt Turner
2013-02-15
1
-1
/
+1
*
shaderapi: Fix AttachShader error
bma
2013-02-13
1
-0
/
+14
*
CopyTexImage: Don't check sRGB vs LINEAR for desktop GL
Jordan Justen
2013-02-12
1
-18
/
+10
*
mesa: fix GetTexImage if mesa format and internal format don't match
Marek Olšák
2013-02-11
2
-0
/
+71
*
mesa: don't use memcpy fast path for GetTexImage if base format is different
Marek Olšák
2013-02-11
1
-4
/
+6
*
mesa: don't use _mesa_base_tex_format for format parameter of GetTexImage
Marek Olšák
2013-02-11
1
-1
/
+36
*
mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_type
Marek Olšák
2013-02-11
1
-25
/
+17
*
mesa: remove per-format memcpy codepaths from texstore functions
Marek Olšák
2013-02-11
1
-590
/
+64
[next]