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
Commit message (
Expand
)
Author
Age
Files
Lines
*
swrast: fix assorted bugs in software blit code
Brian Paul
2013-01-17
1
-10
/
+20
*
radeonsi: Actually keep track if we are using depth textures for samplers.
Michel Dänzer
2013-01-17
1
-3
/
+7
*
radeonsi: Fix Z24 texture formats.
Michel Dänzer
2013-01-17
1
-2
/
+2
*
radeonsi: Set SPI_SHADER_COL_FORMAT to what the pixel shader actually exports.
Michel Dänzer
2013-01-17
5
-7
/
+14
*
radeonsi: Use proper hardware format for stencil texturing.
Michel Dänzer
2013-01-17
1
-1
/
+2
*
radeonsi: Enable tiling for depth/stencil resources.
Michel Dänzer
2013-01-17
1
-4
/
+3
*
radeonsi: Consolidate calculation of tile mode index.
Michel Dänzer
2013-01-17
1
-111
/
+71
*
nvc0: add support for accelerated video decoding through the dedicated engines
Maarten Lankhorst
2013-01-17
7
-4
/
+1834
*
radeonsi: Pass texture type to sampling intrinsics.
Michel Dänzer
2013-01-17
1
-4
/
+2
*
nvc0: add space checks to clear functions
Maarten Lankhorst
2013-01-17
1
-5
/
+14
*
nv50: add space checks to clear functions, and respect depth
Maarten Lankhorst
2013-01-17
1
-13
/
+24
*
st/mesa: a couple fixes for st_BlitFramebuffer()
Brian Paul
2013-01-16
1
-30
/
+52
*
st/mesa: simplify some src/dst surface setup in BlitFramebuffer
Brian Paul
2013-01-16
1
-4
/
+4
*
meta: add 'f' suffix to floats to silence some MSVC warnings
Brian Paul
2013-01-16
1
-1
/
+1
*
mesa: add missing ASSERT_OUTSIDE_BEGIN_END() in _mesa_GetInternalformativ()
Brian Paul
2013-01-16
1
-0
/
+3
*
build: Make src/gtest before src/mesa
Matt Turner
2013-01-16
1
-2
/
+1
*
Fix mapi code generator for out-of-tree build
Jon TURNEY
2013-01-16
1
-1
/
+1
*
nvc0: Add support for video buffer
Maarten Lankhorst
2013-01-16
7
-11
/
+310
*
vl/video_buffer: fix up surface ordering for the interlaced case
Maarten Lankhorst
2013-01-16
1
-6
/
+6
*
vl/compositor: fix weave shader bugs
Maarten Lankhorst
2013-01-16
1
-5
/
+7
*
mesa: add new formatquery.c file to SConscript file to fix build
Brian Paul
2013-01-16
1
-0
/
+1
*
radeonsi/vdpau: remove nonsense state tracker dep
Christian König
2013-01-16
1
-1
/
+0
*
glapi: Remove duplicate ARB_base_instance from gl_API.xml
Ian Romanick
2013-01-15
1
-2
/
+0
*
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
4
-4
/
+30
*
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
*
egl/dri2: Fix typo in the previous commit
Ian Romanick
2013-01-15
1
-1
/
+1
*
libgl-gdi: Avoid hangs on DLL_PROCESS_DETACH.
Rob Schneider
2013-01-15
1
-2
/
+4
*
egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHR
Chad Versace
2013-01-15
6
-4
/
+21
*
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
3
-1
/
+4
*
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
[next]