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
/
gallivm
/
lp_bld_tgsi_soa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Allow indirection from TEMP registers too.
José Fonseca
2012-12-07
1
-3
/
+18
*
gallivm,llvmpipe,draw: Support multiple constant buffers.
José Fonseca
2012-12-07
1
-3
/
+16
*
gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplers
Roland Scheidegger
2012-11-29
1
-2
/
+2
*
gallivm: support array textures
Roland Scheidegger
2012-11-29
1
-0
/
+5
*
gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets
Roland Scheidegger
2012-11-27
1
-3
/
+112
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-19
/
+73
*
llvmpipe: Add vertex id support.
Olivier Galibert
2012-06-19
1
-3
/
+8
*
llvmpipe: Simplify and fix system variables fetch.
Olivier Galibert
2012-06-19
1
-61
/
+27
*
Fix fetching integer inputs.
José Fonseca
2012-05-18
1
-0
/
+8
*
llvmpipe: Implement TXQ.
Olivier Galibert
2012-05-18
1
-0
/
+86
*
gallivm: Use lp_build_alloca instead of LLVMBuildAlloca on the loop limiter.
José Fonseca
2012-04-25
1
-4
/
+1
*
gallivm: Maximum loop iterations
James Benton
2012-04-03
1
-3
/
+39
*
gallivm: Fix TGSI_OPCODE_ARR's translation.
José Fonseca
2012-02-21
1
-0
/
+7
*
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
1
-10
/
+44
*
gallivm: enable fetch for integer opcodes. (v2)
Dave Airlie
2012-02-17
1
-10
/
+62
*
gallivm: add uint/int bld to the base builder. (v2)
Dave Airlie
2012-02-17
1
-6
/
+7
*
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
*
gallivm: Add a new interface for doing TGSI->LLVM conversions
Tom Stellard
2012-01-30
1
-1334
/
+647
*
gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
2012-01-30
1
-116
/
+103
*
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
2012-01-30
1
-147
/
+144
*
gallivm: Eliminate tgsi_util_get_full_src_register_sign_mode call.
José Fonseca
2011-10-16
1
-11
/
+3
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
1
-0
/
+6
*
gallivm: fix warning: ‘value’ may be used uninitialized in this function
Marek Olšák
2011-04-27
1
-1
/
+1
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
1
-0
/
+73
|
\
|
*
gallivm/llvmpipe: implement system values and instanceID
Brian Paul
2010-12-08
1
-0
/
+71
*
|
gallivm: fix null builder pointers
Brian Paul
2010-12-03
1
-3
/
+2
*
|
gallivm/llvmpipe: remove lp_build_context::builder
Brian Paul
2010-12-02
1
-55
/
+77
*
|
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-72
/
+87
*
|
gallivm: fix storing of the addr register
Zack Rusin
2010-11-30
1
-1
/
+1
|
/
*
gallivm: implement indirect addressing over inputs
Zack Rusin
2010-11-10
1
-3
/
+64
*
gallivm: Allocate TEMP/OUT arrays only once.
José Fonseca
2010-11-09
1
-36
/
+23
*
gallivm: implement indirect addressing of the output registers
Zack Rusin
2010-11-09
1
-5
/
+105
*
gallivm: add const qualifiers, fix comment string
Brian Paul
2010-11-05
1
-4
/
+4
*
gallivm: alloca() was called too often for temporary arrays
Brian Paul
2010-11-05
1
-0
/
+2
*
gallivm: implement execution mask for scatter stores
Brian Paul
2010-11-04
1
-7
/
+34
*
gallivm: add pixel offsets in scatter stores
Brian Paul
2010-11-04
1
-2
/
+18
*
gallivm: added debug code to dump temp registers
Brian Paul
2010-11-04
1
-0
/
+51
*
gallivm: add some LLVM var labels
Brian Paul
2010-11-03
1
-6
/
+6
*
gallivm: implement scatter stores into temp register file
Brian Paul
2010-11-03
1
-4
/
+47
*
gallivm: fix incorrect type for zero vector in emit_kilp()
Brian Paul
2010-10-19
1
-1
/
+2
*
gallivm: don't branch on KILLs near end of shader
Keith Whitwell
2010-10-12
1
-10
/
+47
*
gallivm: Pass texture coords derivates as scalars.
José Fonseca
2010-10-10
1
-6
/
+10
*
llvmpipe: try to be sensible about whether to branch after mask updates
Keith Whitwell
2010-10-09
1
-1
/
+10
*
gallivm: Clamp indirect register indices to file_max.
José Fonseca
2010-09-16
1
-60
/
+71
*
gallivm: Fix address register swizzle.
José Fonseca
2010-09-16
1
-2
/
+1
*
gallivm: Move the texture modifiers to the header.
José Fonseca
2010-09-11
1
-19
/
+11
*
gallivm: Cope with tgsi instruction reallocation failure.
José Fonseca
2010-09-05
1
-6
/
+10
*
gallivm: fix bug in nested conditionals
Brian Paul
2010-08-31
1
-2
/
+4
[next]