index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-04
llvmpipe: add cache for compressed textures
Roland Scheidegger
1
-1
/
+4
2015-10-20
draw: fix splitting of line loops (v2)
Brian Paul
4
-8
/
+32
2015-09-01
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
2
-2
/
+4
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
26
-56
/
+56
2015-06-23
draw/gallivm: add invocation ID support for llvmpipe.
Dave Airlie
3
-3
/
+8
2015-06-23
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2
-18
/
+31
2015-06-21
draw: updates to support SVIEW decls
Rob Clark
2
-2
/
+32
2015-06-05
draw: (trivial) fix NULL pointer dereference
Roland Scheidegger
1
-2
/
+2
2015-06-01
draw: silence unused var warnings for non-debug build
Brian Paul
1
-0
/
+4
2015-05-06
draw: (trivial) fix out-of-bounds vector initialization
Roland Scheidegger
1
-1
/
+1
2015-04-23
draw: fix prim ids when there's no gs
Roland Scheidegger
3
-2
/
+15
2015-04-09
draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)
Roland Scheidegger
1
-5
/
+5
2015-04-09
gallivm: don't use control flow when doing indirect constant buffer lookups
Roland Scheidegger
1
-10
/
+18
2015-03-31
gallivm: simplify sampler interface
Roland Scheidegger
1
-25
/
+6
2015-03-27
gallivm: pass jit_context pointer through to sampling
Roland Scheidegger
3
-20
/
+20
2015-03-02
draw: fix division-by-zero for empty geometry shaders
Marek Olšák
1
-2
/
+5
2015-01-28
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2
-2
/
+2
2015-01-05
draw: silence uninitialized variable warning
Brian Paul
1
-1
/
+1
2014-12-17
draw: revert using correct order for prim decomposition.
Roland Scheidegger
1
-1
/
+3
2014-12-16
draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.
Roland Scheidegger
2
-19
/
+35
2014-12-10
draw: simplify prim id insertion in prim assembler
Roland Scheidegger
1
-34
/
+5
2014-12-10
draw: fix another decompose bug affecting constant interpolated attributes
Roland Scheidegger
1
-2
/
+1
2014-12-10
draw: fix flatshade stage for constant interpolated values
Roland Scheidegger
3
-69
/
+126
2014-12-10
draw: copy over prim id header in flatshade stage when emitting lines
Roland Scheidegger
1
-3
/
+6
2014-12-09
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
7
-10
/
+44
2014-12-09
draw: (trivial): remove double semicolon
Roland Scheidegger
1
-1
/
+1
2014-12-06
draw: use the prim type from prim_info not emit in passthrough emit
Roland Scheidegger
1
-2
/
+2
2014-12-06
draw: use correct output prim for non-adjacent topologies in prim assembler.
Roland Scheidegger
1
-4
/
+4
2014-12-06
draw: kill off unneded prim assembler code for handling adjacency verts
Roland Scheidegger
2
-60
/
+0
2014-11-26
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
1
-2
/
+2
2014-11-22
draw: allow LLVM use on non-SSE2 X86 cpus
David Heidelberg
1
-14
/
+1
2014-11-19
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
6
-8
/
+15
2014-11-18
draw: Fixed inline comments
Andres Gomez
2
-2
/
+2
2014-11-18
gallivm: fix alignment issue for vertex data fetch
Roland Scheidegger
1
-0
/
+1
2014-11-16
draw: Make it more clear that *_jit_context points to pipe_viewport_state str...
José Fonseca
3
-13
/
+13
2014-11-16
draw: Fix breakage due to removal pipe_viewport_state::translate[3] and scale...
José Fonseca
1
-2
/
+6
2014-11-16
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
1
-3
/
+1
2014-10-04
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
1
-3
/
+3
2014-10-04
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
1
-14
/
+9
2014-09-30
llvmpipe: Reuse llvmpipes LLVMContext in the draw context.
Mathias Fröhlich
4
-8
/
+29
2014-09-30
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2
-2
/
+15
2014-09-26
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
2
-4
/
+3
2014-09-25
mesa: Replace IS_NEGATIVE(x) with x < 0.0f.
Matt Turner
1
-6
/
+2
2014-09-22
draw: use new tgsi_transform inst/decl helpers in pstipple code
Brian Paul
1
-68
/
+19
2014-09-22
draw: use new tgsi_transform inst/decl helpers in aapoint code
Brian Paul
1
-202
/
+54
2014-09-22
draw: use new tgsi_transform inst/decl helpers in aaline code
Brian Paul
1
-66
/
+21
2014-09-22
draw: use tgsi transform prolog callback in polygon stipple code
Brian Paul
1
-125
/
+110
2014-09-22
draw: use tgsi transform prolog/epilog callbacks in AA line code
Brian Paul
1
-90
/
+92
2014-09-22
draw: use tgsi transform prolog/epilog callbacks in AA point code
Brian Paul
1
-305
/
+316
2014-09-18
draw: (trivial) remove duplicated lines
Roland Scheidegger
1
-12
/
+0
[next]