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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel: Enable GL_ARB_internalformat_query
Ian Romanick
2013-01-15
2
-0
/
+24
*
mesa: Add driver method to determine the possible sample counts
Ian Romanick
2013-01-15
3
-4
/
+44
*
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
3
-0
/
+160
*
meta: Move loop variable declaration outside for loop.
Vinson Lee
2013-01-15
1
-1
/
+2
*
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 support to allow blitting to multiple color draw buffers
Anuj Phogat
2013-01-15
1
-261
/
+300
*
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
*
intel: Support blitting to multiple color draw buffers
Anuj Phogat
2013-01-15
2
-34
/
+63
*
meta: Add functionality to do _mesa_meta_BlitFrameBuffer() using glsl
Anuj Phogat
2013-01-15
1
-93
/
+344
*
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
*
intel: Expose support for DRI_API_GLES3
Chad Versace
2013-01-15
1
-0
/
+2
*
dri: Define enum __DRI_API_GLES3
Chad Versace
2013-01-15
2
-0
/
+2
*
intel: Move validation of context version into intelInitContext
Chad Versace
2013-01-15
7
-105
/
+100
*
intel: Set screen's api mask according to hw capabilities (v3)
Chad Versace
2013-01-15
2
-11
/
+96
*
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
*
i965: Force even an empty query to flush all previous queries.
Carl Worth
2013-01-15
1
-0
/
+17
*
meta: Allow meta operations to pause/resume an active occlusion query
Carl Worth
2013-01-15
2
-1
/
+28
*
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
*
st/mesa: use a generic varying to pass the clear color to the FS
Marek Olšák
2013-01-15
1
-2
/
+2
*
gallium/util: fix glClear with MRT by making the FS write to all cbufs
Marek Olšák
2013-01-15
2
-2
/
+5
*
st/mesa: fix InternalFormat for Z24X8 window-system buffers
Marek Olšák
2013-01-15
1
-1
/
+3
*
st/mesa: remove dead conditional in Clear
Marek Olšák
2013-01-15
1
-12
/
+0
*
st/mesa: simplify conditionals in Clear
Marek Olšák
2013-01-15
1
-30
/
+12
*
st/mesa: fix glClear with different colormask for each colorbuffer
Marek Olšák
2013-01-15
1
-18
/
+25
*
st/mesa: always assume separate depth and stencil clear is supported
Marek Olšák
2013-01-15
2
-97
/
+22
*
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
*
st/mesa: add some simple buffer/draw debug code
Brian Paul
2013-01-14
4
-0
/
+18
*
i965: Avoid blending with destination alpha when RB format has no alpha bits
Carl Worth
2013-01-14
3
-8
/
+22
*
xmlpool: Fix out-of-tree builds.
Johannes Obermayr
2013-01-13
5
-1
/
+5
[prev]
[next]