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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTS
Christian König
2012-02-06
8
-43
/
+43
*
vl: prefix size defines with VL_
Christian König
2012-02-06
7
-64
/
+65
*
vl: remove assert on unknown video profile
Christian König
2012-02-06
1
-1
/
+0
*
vl: add a simple weave deinterlacer
Christian König
2012-02-06
2
-33
/
+173
*
vl/video_buffer: fix interlaced surface ordering
Christian König
2012-02-06
1
-7
/
+13
*
vl/video_buffer: fix height of interlaced video buffers
Christian König
2012-02-06
1
-2
/
+8
*
draw: fix fog coord export.
Dave Airlie
2012-02-04
1
-1
/
+6
*
gallium/postprocess: move declarations before code
Brian Paul
2012-02-02
1
-2
/
+1
*
gallium/postprocess: Just to be safe, reference all buffers from outside
Lauri Kasanen
2012-02-02
1
-0
/
+10
*
gallium/postprocess: Fix depth logic
Lauri Kasanen
2012-02-02
3
-9
/
+3
*
draw: Avoid NULL pointer dereference when binding NULL fragment shaders.
José Fonseca
2012-02-02
3
-3
/
+3
*
gallivm: Fix LLVM-2.7 build.
ojab
2012-02-02
1
-4
/
+6
*
gallivm: Remove MSVC RT hack.
José Fonseca
2012-02-02
1
-14
/
+0
*
Initialize only native LLVM Disassembler.
ojab
2012-01-31
1
-1
/
+5
*
svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points
Marek Olšák
2012-01-31
1
-0
/
+11
*
gallivm: Don't use C99 member initializers.
José Fonseca
2012-01-30
1
-26
/
+26
*
gallivm: Move declaration before code.
José Fonseca
2012-01-30
1
-2
/
+2
*
gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
2012-01-30
7
-1652
/
+2954
*
gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
2012-01-30
3
-162
/
+148
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
4
-92
/
+92
*
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
2012-01-30
4
-395
/
+385
*
gallivm: Add function lp_bld_gather_values()
Tom Stellard
2012-01-30
2
-0
/
+21
*
tgsi: Add output_mode to struct tgsi_opcode_info v2
Tom Stellard
2012-01-30
2
-162
/
+201
*
draw: Remove unused variables.
Vinson Lee
2012-01-28
1
-4
/
+0
*
gallivm: Swizzle constants into the right AoS ordering.
Brian Paul
2012-01-27
1
-1
/
+1
*
draw: Ensure that prepare is always run after LLVM garbagge collection.
José Fonseca
2012-01-27
1
-0
/
+5
*
draw: Only run prepare when state, prim and opt changes
Jakob Bornecrantz
2012-01-26
5
-10
/
+66
*
draw: Don't revalidate pipeline on backend flushes
Jakob Bornecrantz
2012-01-26
1
-1
/
+2
*
draw: Remove reduced_prim
Jakob Bornecrantz
2012-01-26
3
-12
/
+0
*
gallium/postprocess: Proper reference counting of pp_jimenezmlaa depth buffer.
Michel Dänzer
2012-01-24
1
-1
/
+2
*
util: Silence GCC unused-but-set-variable warning.
Vinson Lee
2012-01-16
1
-0
/
+2
*
vl: Make array initialization portable.
José Fonseca
2012-01-16
1
-1
/
+4
*
vl: fix YV12 handling
Christian König
2012-01-15
3
-8
/
+48
*
vl: move away from state like parameters
Christian König
2012-01-15
4
-153
/
+102
*
vl/video_buffer: add support for interlaced buffers
Christian König
2012-01-15
2
-13
/
+24
*
vl/video_buffer: improve constructor
Christian König
2012-01-15
2
-45
/
+84
*
vl/video_buffer: use template style create params
Christian König
2012-01-15
3
-40
/
+43
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
3
-83
/
+14
*
gallivm: Allow target specific intrinsics in lp_declare_intrinsic()
Tom Stellard
2012-01-13
1
-7
/
+0
*
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2012-01-12
1
-0
/
+5
*
draw: Store the new pre_clip_pos member as well.
José Fonseca
2012-01-11
1
-6
/
+16
*
tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Dave Airlie
2012-01-11
3
-0
/
+4
*
tgsi: add ISSG support
Dave Airlie
2012-01-11
2
-0
/
+15
*
draw: clipdistance support (v2)
Dave Airlie
2012-01-11
7
-17
/
+79
*
tgsi_scan: add support to count number of output clip distances
Dave Airlie
2012-01-11
2
-0
/
+5
*
draw/softpipe: add clip vertex support. (v2)
Dave Airlie
2012-01-11
9
-18
/
+58
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
3
-6
/
+19
*
draw: remove unused 'so' variable in draw_pt_so_emit()
Brian Paul
2012-01-10
1
-2
/
+0
*
util: use memset() to initialize surface, sampler_view templates
Brian Paul
2012-01-10
2
-7
/
+16
*
draw: Silence warning
Jakob Bornecrantz
2012-01-10
1
-12
/
+0
[next]