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: Fix GL error generation in _mesa_GetFramebufferAttachmentParameteriv()
Anuj Phogat
2013-01-15
1
-1
/
+28
*
mesa: Fix GL error generation in glBlitFramebuffer()
Anuj Phogat
2013-01-15
1
-15
/
+49
*
mesa: Make ES3 glDrawBuffers() only accept BACK/NONE for the winsys fbo.
Kenneth Graunke
2013-01-15
1
-5
/
+17
*
mesa: Handle GL_BACK correctly for ES 3.0 in glDrawBuffers().
Kenneth Graunke
2013-01-15
1
-4
/
+19
*
mesa: Return INVALID_ENUM for glReadPixels(..., GL_DEPTH_*, ...) on ES 3
Matt Turner
2013-01-15
1
-9
/
+13
*
mesa: Return INVALID_OPERATION when type is known but not allowed
Matt Turner
2013-01-15
1
-1
/
+11
*
mesa: Allow HALF_FLOAT in glVertexAttribPointer for GLES3
Matt Turner
2013-01-15
1
-7
/
+7
*
mesa: Reject texture-only formats as renderbuffer formats in ES 3
Matt Turner
2013-01-15
1
-9
/
+5
*
mesa: Fix default value of BUFFER_ACCESS_FLAGS.
Kenneth Graunke
2013-01-15
1
-28
/
+25
*
mesa: Rework crazy error code rules in glDrawBuffers().
Kenneth Graunke
2013-01-15
1
-3
/
+63
*
queryobj: Add EverBound flag, making ISQuery() return false before BeginQuery()
Carl Worth
2013-01-15
2
-3
/
+19
*
Update comment to specify actual text being referenced from the specification.
Carl Worth
2013-01-15
1
-1
/
+6
*
pack: handle GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV case
Jordan Justen
2013-01-14
1
-2
/
+10
*
glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3
Jordan Justen
2013-01-14
1
-0
/
+8
*
copyteximage: Use Driver's AllocTextureImageBuffer instead of TexImage
Jordan Justen
2013-01-14
1
-3
/
+1
*
copyteximage: update signed vs. unsigned format matching
Jordan Justen
2013-01-14
1
-7
/
+25
*
framebuffer: add _mesa_get_read_renderbuffer
Jordan Justen
2013-01-14
2
-0
/
+26
*
teximage: use _mesa_es3_error_check_format_and_type for GLES3
Matt Turner
2013-01-14
1
-6
/
+13
*
glformats: add _mesa_es3_error_check_format_and_type
Matt Turner
2013-01-14
2
-0
/
+444
*
fbobject: don't allow LUMINANCE/INTENSITY/ALPHA fbo on ES/Core
Jordan Justen
2013-01-14
1
-1
/
+2
*
fbobject: add VERBOSE=api message for renderbuffer storage
Jordan Justen
2013-01-14
1
-1
/
+16
*
fbobject: add VERBOSE=api message for check framebuffer status
Jordan Justen
2013-01-14
1
-0
/
+4
*
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).
Johannes Obermayr
2013-01-13
1
-1
/
+1
*
texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REV
Jordan Justen
2013-01-12
1
-1
/
+7
*
texstore argb2101010: merge GL_RGBA and GL_RGB cases
Jordan Justen
2013-01-12
1
-15
/
+3
*
glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGB
Jordan Justen
2013-01-12
1
-1
/
+2
*
glformats: add _mesa_base_format_component_count
Jordan Justen
2013-01-12
2
-0
/
+29
*
glformats: add functions to detect signed/unsigned integer types
Jordan Justen
2013-01-12
2
-14
/
+46
*
unpack: support unpacking MESA_FORMAT_ARGB2101010
Jordan Justen
2013-01-12
1
-0
/
+18
*
mesa: Add extension tracking for {ARB,OES}_get_program_binary
Ian Romanick
2013-01-11
1
-0
/
+2
*
mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTH
Ian Romanick
2013-01-11
1
-0
/
+3
*
mesa: Add Get support for PROGRAM_BINARY_FORMATS and NUM_PROGRAM_BINARY_FORMATS
Ian Romanick
2013-01-11
1
-0
/
+4
*
mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HINT state
Ian Romanick
2013-01-11
2
-0
/
+62
*
mesa: Emit errors for geometry shader enums when ARB_gs4 is not supported
Ian Romanick
2013-01-11
1
-5
/
+15
*
glapi: Emit dispatch for {ARB,OES}_get_program_binary
Ian Romanick
2013-01-11
1
-6
/
+13
*
mesa: Add stub implementations of glGetProgramBinary and glProgramBinary
Ian Romanick
2013-01-11
2
-0
/
+63
*
mesa: Fix the naming of _mesa_ProgramParameteriARB
Ian Romanick
2013-01-11
2
-4
/
+4
*
mesa: Fix GL_SHADER_BINARY_FORMATS query
Ian Romanick
2013-01-11
1
-8
/
+2
*
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
2013-01-11
1
-0
/
+6
*
mesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
Matt Turner
2013-01-11
1
-6
/
+9
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
5
-4
/
+52
*
mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query target
Ian Romanick
2013-01-11
1
-2
/
+10
*
mesa/es3: Allow transpose matrix uniforms in GLES3
Ian Romanick
2013-01-11
1
-1
/
+2
*
Clean up .gitignore files
Matt Turner
2013-01-10
2
-2
/
+0
*
mesa: Rename and wire-up GetInteger64i_v
Matt Turner
2013-01-10
3
-5
/
+4
*
mesa: Correct glGet{Boolean,Integer}i_v names
Matt Turner
2013-01-10
1
-2
/
+2
*
mesa: Allow GL_DEPTH_STENCIL_ATTACHMENT in ES 3
Matt Turner
2013-01-10
1
-1
/
+1
*
mesa: Support more glGet enums for ES3
Chad Versace
2013-01-10
2
-3
/
+11
*
mesa: Support querying GL_MAX_ELEMENT_INDEX in ES 3
Matt Turner
2013-01-10
4
-0
/
+23
*
mesa: De-duplicate ES2 queries
Matt Turner
2013-01-10
2
-11
/
+11
[prev]
[next]