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
*
fbobject: add additional fbo completeness checks for GLES
Jordan Justen
2013-01-20
1
-1
/
+45
*
framebuffer: update allowed implementation format/type
Jordan Justen
2013-01-20
1
-3
/
+23
*
readpix: allow implementation format/type
Jordan Justen
2013-01-20
1
-1
/
+6
*
extensions: enable EXT_color_buffer_float for ES3
Jordan Justen
2013-01-20
3
-9
/
+20
*
extensions: Add ES3-only extension support
Matt Turner
2013-01-20
1
-5
/
+15
*
readpix: check FBO completeness before trying to access the read-buffer
Jordan Justen
2013-01-20
1
-9
/
+9
*
readpix: add error checking for GLES3
Jordan Justen
2013-01-20
1
-0
/
+56
*
copyteximage: update error checking for GLES3
Jordan Justen
2013-01-20
1
-1
/
+36
*
copyteximage: check that sRGB usage is valid for GLES3 / GL
Jordan Justen
2013-01-20
1
-0
/
+39
*
mesa/es3: Allow unsized depth and depth-stencil formats in ES3
Ian Romanick
2013-01-20
1
-2
/
+5
*
mesa/es2: Allow depth component cube maps in ES2 if the extension is enabled
Ian Romanick
2013-01-20
1
-1
/
+2
*
mesa: Add extension bit tracking for GL_OES_depth_texture_cube_map
Ian Romanick
2013-01-20
2
-0
/
+2
*
mesa: Array uniform name length includes length of [0]
Ian Romanick
2013-01-18
1
-0
/
+10
*
mesa: Array uniform names are supposed to have [0] appended
Ian Romanick
2013-01-18
1
-0
/
+31
*
mesa: Refactor getting a uniform's name to a helper function
Ian Romanick
2013-01-18
3
-3
/
+16
*
mesa: Remove unused field gl_uniform_buffer_variable::Buffer
Ian Romanick
2013-01-18
1
-1
/
+0
*
mesa: Skip updating texgen when not doing fixed function.
Eric Anholt
2013-01-18
1
-31
/
+39
*
mesa: Don't bother updating ff texture state if we have a fragment shader.
Eric Anholt
2013-01-18
1
-1
/
+2
*
mesa: Drop a comment about ff vertex shading and texturing.
Eric Anholt
2013-01-18
1
-5
/
+0
*
mesa: Fix out of bounds writes when uncompressing non-block-aligned ETC1.
Eric Anholt
2013-01-18
1
-2
/
+2
*
mesa: Only mark textures as mipmap incomplete on MAX_LEVEL issues.
Kenneth Graunke
2013-01-18
1
-2
/
+2
*
mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_type
Ian Romanick
2013-01-17
3
-12
/
+3
*
mesa: Don't allow DEPTH_STENCIL for 3D textures
Ian Romanick
2013-01-17
1
-1
/
+2
*
mesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_GetInternalformativ()
Brian Paul
2013-01-16
1
-0
/
+3
*
mesa: Add driver method to determine the possible sample counts
Ian Romanick
2013-01-15
2
-4
/
+43
*
mesa: Add dispatch and extension XML for GL_ARB_internalformat_query
Ian Romanick
2013-01-15
1
-2
/
+4
*
mesa: Add extension tracking bit for GL_ARB_internalformat_query
Ian Romanick
2013-01-15
2
-0
/
+2
*
mesa: Add skeleton implementation of glGetInternalformativ
Ian Romanick
2013-01-15
2
-0
/
+159
*
mesa: move declarations before code to fix MSVC build
Brian Paul
2013-01-15
1
-4
/
+8
*
mesa: Round float param in glTexparameterf() to nearest integer
Anuj Phogat
2013-01-15
1
-9
/
+4
*
mesa: Add error checking in _mesa_BlitFramebuffer() for MRTs
Anuj Phogat
2013-01-15
1
-47
/
+62
*
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
[next]