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
*
mesa: Add support for most of the other pnames of glGetActiveUniformBlockiv().
Eric Anholt
2012-07-31
1
-0
/
+30
*
mesa: Add support for getting active uniform block names.
Eric Anholt
2012-07-31
1
-0
/
+47
*
mesa: Add support for glUniformBlockBinding() and the API to get it back.
Eric Anholt
2012-07-31
1
-0
/
+95
*
mesa: Add support for glGetProgramiv pnames for UBOs.
Eric Anholt
2012-07-31
1
-0
/
+29
*
i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats.
Eric Anholt
2012-07-31
1
-8
/
+3
*
mesa: Support glGetString(GL_SHADING_LANGUAGE_VERSION) for >= 1.40.
Kenneth Graunke
2012-07-31
1
-0
/
+10
*
ir_to_mesa: make size_swizzles[] array static const
Brian Paul
2012-07-31
1
-1
/
+1
*
Move installing osmesa.pc to drivers/osmesa
Jon TURNEY
2012-07-31
3
-7
/
+3
*
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
Jordan Justen
2012-07-30
4
-167
/
+232
*
intel: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
meta: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-1
/
+1
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
11
-19
/
+29
*
mesa: add api check functions
Jordan Justen
2012-07-30
1
-0
/
+20
*
mesa: add API_OPENGL_CORE api
Jordan Justen
2012-07-30
1
-2
/
+3
*
i965: Support MESA_FORMAT_SIGNED_RGBA_16.
Kenneth Graunke
2012-07-30
1
-1
/
+1
*
mesa: fix _math_matrix_copy(), again
Brian Paul
2012-07-30
1
-1
/
+1
*
mesa: Fix wrong sizeof argument in _math_matrix_copy.
Vinson Lee
2012-07-30
1
-1
/
+1
*
gallium: specify resource_resolve destination via a pipe_surface
Christoph Bumiller
2012-07-28
1
-9
/
+6
*
st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, too
Christoph Bumiller
2012-07-28
1
-2
/
+3
*
st/mesa: undo a couple static asserts
Brian Paul
2012-07-27
1
-2
/
+2
*
st/mesa: use STATIC_ASSERT in a few places
Brian Paul
2012-07-27
4
-17
/
+17
*
mesa: whitespace, etc. fixes in program.h
Brian Paul
2012-07-27
1
-7
/
+5
*
meta: fix glDrawPixels fallback test, stencil drawing
Brian Paul
2012-07-27
1
-2
/
+2
*
radeon: fix 'sowftware' typo
Brian Paul
2012-07-27
1
-1
/
+1
*
i965/gen7: Reduce GT1 WM thread count according to updated BSpec.
Eric Anholt
2012-07-27
1
-1
/
+1
*
i965: Fix typo in shader channel select field name.
Kenneth Graunke
2012-07-27
3
-20
/
+20
*
i965/msaa: Use MESA_FORMAT_R8 for MCS buffer.
Paul Berry
2012-07-27
1
-1
/
+1
*
intel: increase wm thread number to 80 on gen6 GT2
Zou Nan hai
2012-07-27
1
-5
/
+1
*
i965/msaa: use ROUND_DOWN_TO macro.
Paul Berry
2012-07-26
1
-6
/
+6
*
radeon: fix Base/base typo
Brian Paul
2012-07-26
1
-1
/
+1
*
android-build: fix dricore build for autogenerated files (v3)
Daniel Charles
2012-07-26
5
-299
/
+335
*
radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffers
Brian Paul
2012-07-26
1
-0
/
+2
*
xlib: add X error handler around XGetImage() call
Brian Paul
2012-07-26
1
-0
/
+29
*
mesa: remove obsolete matrix comment
Brian Paul
2012-07-26
1
-1
/
+0
*
mesa: fix comment typo: s/pointer/point/
Brian Paul
2012-07-26
1
-1
/
+1
*
mesa: remove _math_matrix_alloc_inv()
Brian Paul
2012-07-26
4
-48
/
+13
*
mesa: loosen small matrix determinant check
Brian Paul
2012-07-26
1
-1
/
+1
*
i965: Use sendc for all render target writes on Gen6+.
Paul Berry
2012-07-26
1
-1
/
+1
*
i965/msaa: Remove TODO comments that are no longer relevant.
Paul Berry
2012-07-26
2
-3
/
+2
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
9
-12
/
+19
*
mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
8
-13
/
+23
*
i965: Remove unused param conversion code.
Eric Anholt
2012-07-25
7
-80
/
+3
*
Remove redundant osmesa shared library install from Makefile.old
Jon TURNEY
2012-07-25
2
-30
/
+4
*
Update mesa/drivers/x11/Makefile.am for xm_image.h removal
Jon TURNEY
2012-07-25
1
-1
/
+0
*
drivers/osmesa: Link OSMesa using -no-undefined libtool flag
Jon TURNEY
2012-07-25
1
-1
/
+1
*
drivers/X11: Link X11 libGL with -no-undefined libtool flag
Jon TURNEY
2012-07-25
1
-0
/
+1
*
i965/msaa: Switch on 8x MSAA for Gen7.
Paul Berry
2012-07-24
2
-3
/
+7
*
i965/msaa: Adjust MCS buffer allocation for 8x MSAA.
Paul Berry
2012-07-24
1
-2
/
+25
*
i965/msaa: Remove assertion in 3DSTATE_SAMPLE_MASK to allow 8x MSAA.
Paul Berry
2012-07-24
1
-3
/
+0
*
i965/msaa: Adjust 3DSTATE_MULTISAMPLE packet for 8x MSAA.
Paul Berry
2012-07-24
1
-6
/
+64
[next]