index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
libgl-gdi: Avoid hangs on DLL_PROCESS_DETACH.
Rob Schneider
2013-01-15
1
-2
/
+4
*
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
*
gallium/util: fix glClear with MRT by making the FS write to all cbufs
Marek Olšák
2013-01-15
4
-7
/
+37
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
13
-19
/
+1
*
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
*
util: add new primitive types to pipe_prim_names[] array
Brian Paul
2013-01-14
1
-0
/
+4
*
libgl-xlib: link with -lrt
Brian Paul
2013-01-14
1
-1
/
+2
*
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
8
-0
/
+8
*
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
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
37
-168
/
+0
*
scons: Update for xmlpool/options.h generation.
José Fonseca
2013-01-12
3
-0
/
+3
*
nv50/nvc0: Build codegen in nv50.
Johannes Obermayr
2013-01-12
6
-36
/
+45
*
winsys/sw/wayland: Fix build to properly use wayland cflags
Pekka Vuorela
2013-01-12
1
-1
/
+1
*
r600g: fix warnings for htile va
Dave Airlie
2013-01-11
2
-2
/
+2
*
r600g: texture buffer object + glsl 1.40 enable support (v2)
Dave Airlie
2013-01-11
10
-19
/
+373
*
r600g: uniform buffer object support
Dave Airlie
2013-01-11
2
-9
/
+49
*
r600: always export a position from vertex shader
Dave Airlie
2013-01-11
1
-0
/
+17
*
targets/opencl: Link against libgallium.la instead of libgallium.a
Tom Stellard
2013-01-11
1
-1
/
+1
*
drivers/radeon: Don't link against libgallium.la
Tom Stellard
2013-01-11
1
-2
/
+1
*
targets/egl-static: fix link failure to libwayland-drm
Knut Andre Tidemann
2013-01-11
1
-1
/
+1
*
targets/dri-swrast: Force c++ linker in all cases.
Johannes Obermayr
2013-01-11
1
-8
/
+2
*
llvmpipe: fix clearing integer color buffers
Roland Scheidegger
2013-01-10
6
-31
/
+89
*
gallivm: fix border color for integer textures
Roland Scheidegger
2013-01-10
1
-0
/
+5
*
gallivm: more integer texture format fetch fixes
Roland Scheidegger
2013-01-10
6
-35
/
+74
*
Clean up .gitignore files
Matt Turner
2013-01-10
70
-71
/
+0
*
Remove MESA_PIC_FLAGS macro
Matt Turner
2013-01-10
3
-7
/
+3
*
Remove gallium's unused Makefile.template
Matt Turner
2013-01-10
1
-73
/
+0
*
Remove gallium targets' Makefile.{dri,vdpau,xorg,xvmc}
Matt Turner
2013-01-10
4
-338
/
+0
*
gallium/tests/unit: Convert to automake
Andreas Boll
2013-01-10
2
-49
/
+34
*
gallium/tests/trivial: Convert to automake
Andreas Boll
2013-01-10
2
-54
/
+34
*
targets/pipe-loader: Convert to automake
Matt Turner
2013-01-10
6
-187
/
+177
*
targets/gbm: Convert to automake
Matt Turner
2013-01-10
3
-41
/
+67
*
targets/egl-static: Convert to automake
Matt Turner
2013-01-10
3
-215
/
+238
*
targets/xa-vmwgfx: Convert to automake
Matt Turner
2013-01-10
4
-121
/
+65
*
targets/xvmc-softpipe: Convert to automake
Matt Turner
2013-01-10
3
-21
/
+73
*
targets/xvmc-r600: Convert to automake
Matt Turner
2013-01-10
3
-24
/
+75
[next]