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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: Fix parsing of options with underscore.
José Fonseca
2012-06-27
1
-1
/
+1
*
gallivm: Added a generic lp_build_print_value which prints a LLVMValueRef.
James Benton
2012-06-27
2
-117
/
+117
*
i915g: Implement sRGB textures
Stéphane Marchesin
2012-06-26
5
-12
/
+128
*
svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+3
*
llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+1
*
r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xx
Jerome Glisse
2012-06-27
3
-18
/
+57
*
r600g: enable DUAL_EXPORT mode when possible
Vadim Girlin
2012-06-27
4
-6
/
+55
*
r600g: avoid unnecessary shader exports v2
Vadim Girlin
2012-06-27
6
-28
/
+41
*
r600g: cache shader variants instead of rebuilding v3
Vadim Girlin
2012-06-27
5
-94
/
+217
*
svga: handle missing PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-9
/
+14
*
llvmpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-4
/
+48
*
softpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-3
/
+31
*
svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATS
Brian Paul
2012-06-26
1
-1
/
+3
*
u2f_emit: Fix type parameter in LLVM call.
Olivier Galibert
2012-06-26
1
-1
/
+1
*
st/wgl: Add a few more comments.
José Fonseca
2012-06-26
2
-6
/
+38
*
r600g: don't disable streamout if it hasn't been started
Marek Olšák
2012-06-26
1
-1
/
+1
*
u_blitter: disable streamout before rendering
Marek Olšák
2012-06-26
1
-0
/
+10
*
st/wgl: 80-column wrapping
Brian Paul
2012-06-25
2
-7
/
+12
*
r600g: inline r600_blit_push_depth and use resource_copy_region
Marek Olšák
2012-06-25
3
-18
/
+11
*
r600g: split flushed depth texture creation and flushing
Marek Olšák
2012-06-25
5
-16
/
+34
*
llvmpipe: fix the LP_NO_RAST debug option
Brian Paul
2012-06-25
4
-24
/
+22
*
svga: init pointer to NULL to silence MSVC warning
Brian Paul
2012-06-22
1
-1
/
+1
*
clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIR
Tom Stellard
2012-06-22
1
-1
/
+1
*
draw: Handle the case when there isn't a fragment shader.
Olivier Galibert
2012-06-22
1
-10
/
+17
*
r600g: Unify SURFACE_SYNC packet emission for 3D and compute
Tom Stellard
2012-06-21
3
-101
/
+30
*
r600g: Enable reusing of compute state
Tom Stellard
2012-06-21
1
-6
/
+9
*
r600g: Fix reading vtx instruction offset from bytestream
Tom Stellard
2012-06-21
1
-1
/
+1
*
radeon/llvm: Turn on the BitExtract peephole optimization
Tom Stellard
2012-06-21
2
-5
/
+32
*
radeon/llvm: Lower ROTL to BIT_ALIGN
Tom Stellard
2012-06-21
6
-1
/
+54
*
radeon/llvm: Use the VLIW Scheduler for R600->NI
Tom Stellard
2012-06-21
12
-8
/
+75
*
automake: Convert src/gallium/Makefile to automake.
Eric Anholt
2012-06-21
3
-12
/
+23
*
make: Fold ASM_CFLAGS into DEFINES.
Eric Anholt
2012-06-21
3
-3
/
+0
*
nv50: fix buffer reuse issues
Marcin Slusarz
2012-06-20
2
-0
/
+18
*
st/vdpau: use template size as default for source_rect.
Christian König
2012-06-20
1
-3
/
+10
*
st/vdpau: clear Cb&Cr with 0.5f
Christian König
2012-06-20
1
-2
/
+5
*
llvmpipe: Add vertex id support.
Olivier Galibert
2012-06-19
4
-19
/
+42
*
llvmpipe: Simplify and fix system variables fetch.
Olivier Galibert
2012-06-19
4
-78
/
+33
*
draw: fix flat shading and screen-space linear interpolation in clipper
Olivier Galibert
2012-06-19
1
-31
/
+113
*
softpipe: Offset is not to be applied to the layer parameter of array texture...
Olivier Galibert
2012-06-19
1
-2
/
+2
*
r600g: fix z/stencil texture creation v2
Jerome Glisse
2012-06-19
1
-15
/
+17
*
radeon/llvm: Fix CR/LF in Processors.td
Török Edwin
2012-06-19
1
-17
/
+17
*
radeon/llvm: Fix sin/cos codegen on R700
Török Edwin
2012-06-19
1
-19
/
+24
*
gallium: Add PIPE_CAP_START_INSTANCE
Fredrik Höglund
2012-06-19
10
-2
/
+12
*
scons: Do not build svga if using Solaris Studio C compiler.
Vinson Lee
2012-06-18
2
-0
/
+8
*
radeon/llvm: Update comment in AMDGPU.td
Tom Stellard
2012-06-18
1
-2
/
+3
*
radeon/llvm: Remove unused AMDIL TableGen definitons
Tom Stellard
2012-06-18
18
-6140
/
+26
*
radeon/llvm: Eliminate getRegClassFromType() function
Tom Stellard
2012-06-18
1
-42
/
+1
*
radeon/llvm: Remove deadcode from AMDILISelLowering.cpp
Tom Stellard
2012-06-18
4
-1687
/
+0
*
gallium: Add support for Solaris Studio C++ compiler.
Vinson Lee
2012-06-18
1
-1
/
+5
*
llvmpipe: Implement cylindrical wrapping.
James Benton
2012-06-18
3
-4
/
+82
[next]