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
/
draw
/
draw_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: use SoA fetch, not AoS one
Roland Scheidegger
2016-12-21
1
-48
/
+23
*
gallivm: optimize gather a bit, by using supplied destination type
Roland Scheidegger
2016-12-21
1
-1
/
+1
*
draw: drop some overflow computations
Roland Scheidegger
2016-11-21
1
-65
/
+46
*
draw: simplify fetch some more
Roland Scheidegger
2016-11-21
1
-63
/
+55
*
draw: unify linear and elts draw jit functions
Roland Scheidegger
2016-11-21
1
-48
/
+44
*
draw: use same argument order for jit draw linear / elts functions
Roland Scheidegger
2016-11-21
1
-26
/
+22
*
draw: finally optimize bool clip mask generation
Roland Scheidegger
2016-11-18
1
-20
/
+23
*
draw: use vectorized calculations for fetch (v2)
Roland Scheidegger
2016-11-18
1
-131
/
+265
*
gallivm: Fix build after removal of deprecated attribute API v3
Tom Stellard
2016-11-09
1
-4
/
+2
*
Revert "draw: use vectorized calculations for fetch"
Roland Scheidegger
2016-11-09
1
-277
/
+159
*
draw: use vectorized calculations for fetch
Roland Scheidegger
2016-11-08
1
-159
/
+277
*
draw: fix undefined input handling some more...
Roland Scheidegger
2016-11-04
1
-50
/
+54
*
draw: improve vertex fetch (v2)
Roland Scheidegger
2016-10-19
1
-86
/
+104
*
draw: improved handling of undefined inputs
Roland Scheidegger
2016-10-19
1
-21
/
+32
*
draw: initialize shader inputs
Roland Scheidegger
2016-10-12
1
-0
/
+7
*
gallivm: Use llvm.fmuladd.*.
Jose Fonseca
2016-06-10
1
-10
/
+5
*
draw: stop using CULLDIST semantic.
Dave Airlie
2016-05-23
1
-2
/
+2
*
draw: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-12
/
+12
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
1
-2
/
+2
*
llvmpipe,i915: add back NEW_RASTERIZER dependency when computing vertex info
Roland Scheidegger
2016-01-21
1
-0
/
+6
*
draw: fix key comparison with uninitialized value
Roland Scheidegger
2016-01-13
1
-1
/
+4
*
draw: fix clip test with NaNs
Roland Scheidegger
2015-12-18
1
-0
/
+4
*
draw: handle edge flags in llvm path
Roland Scheidegger
2015-12-16
1
-26
/
+60
*
draw: remove clip_vertex from vertex header
Roland Scheidegger
2015-12-15
1
-16
/
+5
*
draw: rename vertex header members
Roland Scheidegger
2015-12-15
1
-12
/
+16
*
draw: don't pretend have_clipdist is per-vertex
Roland Scheidegger
2015-12-15
1
-12
/
+13
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-2
/
+2
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
1
-1
/
+4
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
draw/gallivm: add invocation ID support for llvmpipe.
Dave Airlie
2015-06-23
1
-1
/
+4
*
draw: (trivial) fix NULL pointer dereference
Roland Scheidegger
2015-06-05
1
-2
/
+2
*
draw: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+4
*
draw: (trivial) fix out-of-bounds vector initialization
Roland Scheidegger
2015-05-06
1
-1
/
+1
*
draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)
Roland Scheidegger
2015-04-09
1
-5
/
+5
*
gallivm: pass jit_context pointer through to sampling
Roland Scheidegger
2015-03-27
1
-5
/
+4
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.
Roland Scheidegger
2014-12-16
1
-18
/
+22
*
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-12-09
1
-1
/
+1
*
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
2014-11-26
1
-2
/
+2
*
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
2014-11-19
1
-1
/
+5
*
gallivm: fix alignment issue for vertex data fetch
Roland Scheidegger
2014-11-18
1
-0
/
+1
*
draw: Make it more clear that *_jit_context points to pipe_viewport_state str...
José Fonseca
2014-11-16
1
-5
/
+5
*
draw: Fix breakage due to removal pipe_viewport_state::translate[3] and scale...
José Fonseca
2014-11-16
1
-2
/
+6
*
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
2014-09-30
1
-3
/
+8
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
1
-2
/
+13
*
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
2014-09-26
1
-2
/
+3
*
draw: remove fishy num_samplers/num_sampler_views check in llvm path
Roland Scheidegger
2014-08-30
1
-5
/
+1
*
draw: fix base instance handling in llvm path
Roland Scheidegger
2014-08-28
1
-6
/
+10
*
draw: (trivial) use information about gs being present from variant key
Roland Scheidegger
2014-08-09
1
-5
/
+4
*
draw: don't use clipvertex output if user plane clipping is disabled
Roland Scheidegger
2014-08-09
1
-2
/
+2
[next]