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
*
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
*
gallivm: give more verbose names to modules
Roland Scheidegger
2014-05-16
1
-4
/
+12
*
draw: better llvm names for shaders for debugging.
Roland Scheidegger
2014-05-15
1
-6
/
+12
*
draw: Delete unneeded LLVM stuff earlier.
Frank Henigman
2014-05-14
1
-15
/
+4
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
1
-48
/
+0
*
draw/llvm: improve debugging output a bit
Zack Rusin
2014-03-26
1
-1
/
+1
*
draw/llvm: fix generation of the VS with GS present
Zack Rusin
2014-03-04
1
-7
/
+7
*
llvmpipe: do constant buffer bounds checking in shaders
Zack Rusin
2014-01-16
1
-13
/
+29
*
gallium/draw: remove double semicolon
Dave Airlie
2014-01-07
1
-1
/
+1
*
gallium: Make TGSI_SEMANTIC_FOG register four-component wide.
José Fonseca
2013-11-21
1
-6
/
+0
*
draw: move type construction out of loop
Brian Paul
2013-11-04
1
-1
/
+3
*
gallivm: support indirect registers on both dimensions
Zack Rusin
2013-09-06
1
-6
/
+17
*
draw: handle nan clipdistance
Zack Rusin
2013-08-15
1
-0
/
+3
*
draw: simplify prim mask construction
Roland Scheidegger
2013-08-12
1
-22
/
+10
*
draw: (trivial) dump tgsi for geometry shaders with GALLIVM_DEBUG_TGSI
Roland Scheidegger
2013-08-12
1
-0
/
+5
*
draw: stop crashing with extra shader outputs
Zack Rusin
2013-08-02
1
-0
/
+3
*
draw/llvm: add some extra debugging output
Zack Rusin
2013-08-02
1
-0
/
+6
*
draw: fix vertex id computation
Zack Rusin
2013-07-25
1
-9
/
+27
*
draw: cleanup and fix instance id computation
Zack Rusin
2013-07-25
1
-4
/
+3
*
draw/llvm: index overflows if it's greater than elt max
Zack Rusin
2013-07-03
1
-1
/
+1
[next]