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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: fix and cleanup flushing before clearing CMASK, ZMASK, and HIZ
Marek Olšák
2013-01-15
4
-18
/
+17
*
r300g: implement MSAA compression and fast MSAA color clear
Marek Olšák
2013-01-15
13
-6
/
+211
*
gallium/util: add a half float array to util_color
Marek Olšák
2013-01-15
1
-0
/
+1
*
Revert "targets/opencl: Link against libgallium.la instead of libgallium.a"
Tom Stellard
2013-01-15
2
-1
/
+9
*
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
6
-9
/
+42
*
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
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
13
-19
/
+1
*
st/mesa: always assume separate depth and stencil clear is supported
Marek Olšák
2013-01-15
2
-97
/
+22
*
softpipe: implement separate depth-stencil clear
Marek Olšák
2013-01-15
1
-3
/
+12
*
libgl-xlib: softpipe and llvmpipe aren't mutually exclusive at link time
Jon TURNEY
2013-01-15
1
-2
/
+1
*
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
*
util: add new primitive types to pipe_prim_names[] array
Brian Paul
2013-01-14
1
-0
/
+4
*
st/mesa: add some simple buffer/draw debug code
Brian Paul
2013-01-14
4
-0
/
+18
*
libgl-xlib: link with -lrt
Brian Paul
2013-01-14
1
-1
/
+2
*
i965: Avoid blending with destination alpha when RB format has no alpha bits
Carl Worth
2013-01-14
3
-8
/
+22
*
egl/wayland: Implement EGL_EXT_buffer_age
Kristian Høgsberg
2013-01-14
1
-1
/
+24
*
egl/wayland: Pull color buffers from dri2_surf->color_buffers pool
Kristian Høgsberg
2013-01-14
2
-252
/
+150
*
gallium/svga: Make sure -std=gnu99 is set.
Johannes Obermayr
2013-01-14
2
-2
/
+5
*
r300g: set a dummy vertex buffer in context_create
Marek Olšák
2013-01-14
1
-0
/
+1
*
r300g: fix MSAA resolve to an untiled texture
Marek Olšák
2013-01-14
3
-3
/
+10
*
r300g: advertise MSAA support for the RGB10_A2 format on r500
Marek Olšák
2013-01-14
2
-12
/
+47
*
r300g: allow separate depth and stencil clear
Marek Olšák
2013-01-14
1
-1
/
+1
*
r300g: if both Z and stencil are present, they must be fast-cleared together
Marek Olšák
2013-01-14
1
-6
/
+11
*
r300g: allow HiZ with a 16-bit zbuffer
Marek Olšák
2013-01-14
1
-1
/
+0
*
r300g: random hyperz cleanups
Marek Olšák
2013-01-14
3
-18
/
+12
*
r300g: kill the X.Org state tracker target
Marek Olšák
2013-01-14
3
-245
/
+0
*
xmlpool: Fix out-of-tree builds.
Johannes Obermayr
2013-01-13
13
-1
/
+13
*
gtest: Build it only for 'make check'.
Johannes Obermayr
2013-01-13
1
-1
/
+1
*
tests: AM_CPPFLAGS must include $(top_srcdir) instead of $(top_builddir).
Johannes Obermayr
2013-01-13
4
-13
/
+14
*
r200: Fix probable thinko in r200EmitArrays
Adam Jackson
2013-01-13
1
-1
/
+2
*
target/dri-swrast: fix for nonstandard LLVM prefix
Nathan Schulte
2013-01-13
1
-0
/
+1
*
targets/dri-r600: Force c++ linker in all cases
Andreas Boll
2013-01-13
1
-8
/
+2
*
glapi/gen: remove an obsolete comment from Makefile.am
Andreas Boll
2013-01-13
1
-5
/
+0
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
49
-224
/
+6
*
i965: Move program_id to intel_screen instead of brw_context.
Kenneth Graunke
2013-01-12
4
-8
/
+22
*
i965: Fix build error with clang.
Kenneth Graunke
2013-01-12
1
-3
/
+7
*
i965/fs: Don't mix integer/float immediates in i2b handling.
Kenneth Graunke
2013-01-12
1
-1
/
+3
[next]