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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: fix shader in/out numbering
Christian König
2012-03-03
5
-10
/
+10
*
vl/compositor: fix shader in/out numbering
Christian König
2012-03-02
1
-5
/
+5
*
vl/csc: simplify matrix handling
Christian König
2012-03-02
4
-69
/
+64
*
vl/compositor: add support for per layer dst areas
Christian König
2012-03-02
2
-39
/
+45
*
vl/compositor: add per vertex color suport
Christian König
2012-03-02
2
-31
/
+84
*
vl/compositor: replace pipe_video_rect with u_rect
Christian König
2012-03-02
2
-31
/
+31
*
vl/compositor: split shaders and state
Christian König
2012-03-02
2
-163
/
+240
*
Revert "gallivm: Change getExtent and readByte to non-const with llvm-3.1."
Vinson Lee
2012-03-01
1
-8
/
+0
*
gallivm: Update comments and prototype of vector-selects.
José Fonseca
2012-03-01
1
-20
/
+31
*
util: replace format equality test with compatibility test in blit code
Brian Paul
2012-02-29
1
-1
/
+21
*
util: better comment for util_is_format_compatible()
Brian Paul
2012-02-29
1
-2
/
+3
*
util: fix assertions in u_blitter.c code
Brian Paul
2012-02-29
1
-11
/
+11
*
gallivm: add major integer opcodes to the tgsi action handler
Dave Airlie
2012-02-28
1
-1
/
+382
*
gallivm: drop deprecated opcodes
Dave Airlie
2012-02-28
1
-8
/
+0
*
gallivm: only do rcp/mul for floating
Dave Airlie
2012-02-28
1
-1
/
+2
*
gallivm: add frem support to the lp_build_mod helper.
Dave Airlie
2012-02-28
1
-1
/
+2
*
gallivm: add bitarit xor and not ops.
Dave Airlie
2012-02-28
2
-0
/
+49
*
gallivm: add integer and unsigned mod arit functions. (v2)
Dave Airlie
2012-02-28
2
-0
/
+25
*
tgsi: remove trailing comma to silence warning
Brian Paul
2012-02-27
1
-1
/
+1
*
gallium/util: add fast path for buffers in u_default_transfer_inline_write
Marek Olšák
2012-02-27
1
-14
/
+23
*
gallium/util: set correct usage flags in u_default_transfer_inline_write
Marek Olšák
2012-02-27
1
-0
/
+12
*
vl: adjust matrix and median filter to removal of PIPE_SHADER_CAP_OUTPUT_READ
Christian König
2012-02-27
2
-9
/
+12
*
gallium/rtasm: properly detect SSE and SSE2
Marek Olšák
2012-02-27
1
-24
/
+24
*
vl/compositor: fix a simple typo
Christian König
2012-02-25
1
-1
/
+1
*
u_blitter: decrease minimum buffer range alignment to 4 for copy_buffer
Marek Olšák
2012-02-24
1
-5
/
+5
*
u_blitter: check for invalid values in copy_buffer
Marek Olšák
2012-02-24
1
-0
/
+11
*
gallium/u_slab: fix possible crash in util_slab_destroy
Marek Olšák
2012-02-23
1
-3
/
+5
*
util: add mutex lock in u_debug_memory.c code
Brian Paul
2012-02-23
1
-0
/
+9
*
gallium: added pipe_sampler_view_release() function
Brian Paul
2012-02-23
1
-0
/
+22
*
gallium/cso: Put the comment about shader in the code for future reference.
José Fonseca
2012-02-22
1
-0
/
+7
*
gallium/cso: kill off non-functional shader caching
Marek Olšák
2012-02-21
4
-171
/
+0
*
gallium/util: remove u_simple_screen
Marek Olšák
2012-02-21
1
-180
/
+0
*
vl: add support for bob deinterlacing
Christian König
2012-02-21
2
-10
/
+44
*
gallivm: Fix TGSI_OPCODE_ARR's translation.
José Fonseca
2012-02-21
3
-2
/
+22
*
llvmpipe: Don't assume vector is 4 wide in lp_build_sin()/lp_build_cos()
José Fonseca
2012-02-20
1
-81
/
+60
*
draw: add missing streamout state setup for draw/llvm.
Dave Airlie
2012-02-18
1
-0
/
+1
*
gallivm: fetch immediates to correct type (v2)
Dave Airlie
2012-02-17
1
-3
/
+22
*
gallivm: enable stores of integer types. (v2) + fix ARL
Dave Airlie
2012-02-17
2
-11
/
+59
*
gallivm: enable fetch for integer opcodes. (v2)
Dave Airlie
2012-02-17
4
-16
/
+74
*
gallivm: add uint/int bld to the base builder. (v2)
Dave Airlie
2012-02-17
3
-9
/
+12
*
gallivm: fix build gather to take a bld context
Dave Airlie
2012-02-17
1
-8
/
+8
*
gallivm: pass build context to exec_mask_store.
Dave Airlie
2012-02-17
1
-5
/
+9
*
tgsi: add source/destination type from opcodes. (v2)
Dave Airlie
2012-02-17
2
-0
/
+112
*
gallivm: Initialize x86 disassembler on x86_64 too.
José Fonseca
2012-02-17
1
-2
/
+2
*
llvmpipe: fix fogcoord writing (v2)
Dave Airlie
2012-02-15
1
-4
/
+12
*
vl: fix low strength denoise filter
Christian König
2012-02-14
1
-2
/
+2
*
gallivm: Replace architecture test with PIPE_ARCH_*
Stéphane Marchesin
2012-02-12
1
-4
/
+6
*
gallivm: Change getExtent and readByte to non-const with llvm-3.1.
Vinson Lee
2012-02-10
1
-0
/
+8
*
vl: add a matrix/convolution filter
Christian König
2012-02-10
3
-0
/
+379
*
vl: add a median filter for noise reduction
Christian König
2012-02-10
3
-0
/
+469
[next]