OSDN Git Service

gallivm/gs: fix indirect addressing in geometry shaders
[android-x86/external-mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi_soa.c
2013-04-17 Zack Rusingallivm/gs: fix indirect addressing in geometry shaders
2013-04-17 Zack Rusindraw/gs: make sure geometry shaders don't overflow
2013-04-17 Zack Rusingallivm/gs: fix the end primitive calls
2013-04-17 José Fonsecagallium: Disambiguate TGSI_OPCODE_IF.
2013-04-17 José Fonsecagallium: Eliminate TGSI_OPCODE_IFC.
2013-04-10 Zack Rusingallivm/tgsi: handle untyped moves
2013-04-10 Zack Rusingallivm: fix loops and conditionals within GS
2013-04-10 Zack Rusingallivm: fix breakc
2013-04-03 Roland Scheideggergallivm: honor explicit derivatives values for cube...
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-04-03 Zack Rusingallivm: cleanup the gs interface
2013-04-01 Adam Jacksongallivm: Minor comment cleanup
2013-03-27 Zack Rusingallivm: Implement the breakc instruction
2013-03-27 Zack Rusingallivm: implement implicit primitive flushing
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-19 Roland Scheideggergallivm: fix return opcode handling in main function...
2013-03-19 Christian Königtgsi: use separate structure for indirect address v2
2013-03-11 Roland Scheideggergallivm: clean up passing derivatives around
2013-02-20 Roland Scheideggergallivm: fix indirect src register fetches requiring...
2013-02-16 Roland Scheideggergallivm/tgsi: fix issues with sample opcodes
2013-02-12 Roland Scheideggergallium: fix tgsi SAMPLE_L opcode to use separate sourc...
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-02-09 Roland Scheideggergallivm: hook up dx10 sampling opcodes
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-12-07 José Fonsecagallivm: Allow indirection from TEMP registers too.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-11-29 Roland Scheideggergallivm: fix a trivial txq issue for 2d shadow and...
2012-11-29 Roland Scheideggergallivm: support array textures
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-06-19 Olivier Galibertllvmpipe: Add vertex id support.
2012-06-19 Olivier Galibertllvmpipe: Simplify and fix system variables fetch.
2012-05-17 José FonsecaFix fetching integer inputs.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-04-25 José Fonsecagallivm: Use lp_build_alloca instead of LLVMBuildAlloca...
2012-04-03 James Bentongallivm: Maximum loop iterations
2012-02-21 José Fonsecagallivm: Fix TGSI_OPCODE_ARR's translation.
2012-02-17 Dave Airliegallivm: fetch immediates to correct type (v2)
2012-02-17 Dave Airliegallivm: enable stores of integer types. (v2) + fix ARL
2012-02-17 Dave Airliegallivm: enable fetch for integer opcodes. (v2)
2012-02-17 Dave Airliegallivm: add uint/int bld to the base builder. (v2)
2012-02-17 Dave Airliegallivm: fix build gather to take a bld context
2012-02-17 Dave Airliegallivm: pass build context to exec_mask_store.
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...
2012-01-30 Tom Stellardgallium: Move duplicated helper macros to tgsi_exec.h
2012-01-30 Tom Stellardgallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
2011-10-16 José Fonsecagallivm: Eliminate tgsi_util_get_full_src_register_sign...
2011-09-10 Marek Olšákgallium: add shadow 1D and 2D array samplers to TGSI
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-27 Marek Olšákgallivm: fix warning: ‘value’ may be used uninitialized...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-09 Brian Paulgallivm/llvmpipe: implement system values and instanceID
2010-12-03 Brian Paulgallivm: fix null builder pointers
2010-12-03 Brian Paulgallivm/llvmpipe: remove lp_build_context::builder
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-30 Zack Rusingallivm: fix storing of the addr register
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Zack Rusingallivm: implement indirect addressing over inputs
2010-11-09 José Fonsecagallivm: Allocate TEMP/OUT arrays only once.
2010-11-09 Zack Rusingallivm: implement indirect addressing of the output...
2010-11-05 Brian Paulgallivm: add const qualifiers, fix comment string
2010-11-05 Brian Paulgallivm: alloca() was called too often for temporary...
2010-11-04 Brian Paulgallivm: implement execution mask for scatter stores
2010-11-04 Brian Paulgallivm: add pixel offsets in scatter stores
2010-11-04 Brian Paulgallivm: added debug code to dump temp registers
2010-11-03 Brian Paulgallivm: add some LLVM var labels
2010-11-03 Brian Paulgallivm: implement scatter stores into temp register...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Brian Paulgallivm: fix incorrect type for zero vector in emit_kilp()
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-12 Keith Whitwellgallivm: don't branch on KILLs near end of shader
2010-10-10 José Fonsecagallivm: Pass texture coords derivates as scalars.
2010-10-09 Keith Whitwellllvmpipe: try to be sensible about whether to branch...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-16 José Fonsecagallivm: Clamp indirect register indices to file_max.
2010-09-16 José Fonsecagallivm: Fix address register swizzle.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 José Fonsecagallivm: Move the texture modifiers to the header.
2010-09-05 José Fonsecagallivm: Cope with tgsi instruction reallocation failure.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-01 Brian Paulgallivm: fix bug in nested conditionals
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-18 michalgallivm: Use proper index to lookup predicate register...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-09 José Fonsecagallivm: Don't call LLVMBuildFNeg on llvm-2.6.
2010-08-09 nobledgallivm: Always use floating-point operators for floati...
2010-08-08 José Fonsecagallivm: Fix more integer operations.
2010-08-08 nobledgallivm: Use the correct context for integers
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-21 Brian Paulgallivm: replace has_indirect_addressing field with...
next