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
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
draw: remove clip_vertex from vertex header
Roland Scheidegger
2015-12-15
5
-40
/
+54
*
draw: use clip_pos, not clip_vertex for the fake guardband xy point clipping
Roland Scheidegger
2015-12-15
1
-3
/
+3
*
draw: rename vertex header members
Roland Scheidegger
2015-12-15
6
-42
/
+46
*
draw: don't pretend have_clipdist is per-vertex
Roland Scheidegger
2015-12-15
5
-18
/
+20
*
draw: use position not clipVertex output for xyz view volume clipping
Roland Scheidegger
2015-12-15
1
-1
/
+10
*
draw: don't assume fixed offset for data in struct vertex_info
Roland Scheidegger
2015-12-11
1
-5
/
+3
*
draw: fix clipping with linear interpolated values and gl_ClipVertex
Roland Scheidegger
2015-12-11
1
-4
/
+4
*
gallium: Remove redundant NULL ptr checks
Edward O'Callaghan
2015-12-06
1
-2
/
+1
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
23
-35
/
+35
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
2
-2
/
+2
*
draw: fix clipping of layer/vp index outputs
Roland Scheidegger
2015-12-04
1
-139
/
+186
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
1
-1
/
+4
*
draw: fix splitting of line loops (v2)
Brian Paul
2015-10-20
4
-8
/
+32
*
tgsi: add negate parameter to tgsi_transform_kill_inst()
Brian Paul
2015-09-01
2
-2
/
+4
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
26
-56
/
+56
*
draw/gallivm: add invocation ID support for llvmpipe.
Dave Airlie
2015-06-23
3
-3
/
+8
*
draw/tgsi: implement geom shader invocation support.
Dave Airlie
2015-06-23
2
-18
/
+31
*
draw: updates to support SVIEW decls
Rob Clark
2015-06-21
2
-2
/
+32
*
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: fix prim ids when there's no gs
Roland Scheidegger
2015-04-23
3
-2
/
+15
*
draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)
Roland Scheidegger
2015-04-09
1
-5
/
+5
*
gallivm: don't use control flow when doing indirect constant buffer lookups
Roland Scheidegger
2015-04-09
1
-10
/
+18
*
gallivm: simplify sampler interface
Roland Scheidegger
2015-03-31
1
-25
/
+6
*
gallivm: pass jit_context pointer through to sampling
Roland Scheidegger
2015-03-27
3
-20
/
+20
*
draw: fix division-by-zero for empty geometry shaders
Marek Olšák
2015-03-02
1
-2
/
+5
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
2
-2
/
+2
*
draw: silence uninitialized variable warning
Brian Paul
2015-01-05
1
-1
/
+1
*
draw: revert using correct order for prim decomposition.
Roland Scheidegger
2014-12-17
1
-1
/
+3
*
draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.
Roland Scheidegger
2014-12-16
2
-19
/
+35
*
draw: simplify prim id insertion in prim assembler
Roland Scheidegger
2014-12-10
1
-34
/
+5
*
draw: fix another decompose bug affecting constant interpolated attributes
Roland Scheidegger
2014-12-10
1
-2
/
+1
*
draw: fix flatshade stage for constant interpolated values
Roland Scheidegger
2014-12-10
3
-69
/
+126
*
draw: copy over prim id header in flatshade stage when emitting lines
Roland Scheidegger
2014-12-10
1
-3
/
+6
*
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-12-09
7
-10
/
+44
*
draw: (trivial): remove double semicolon
Roland Scheidegger
2014-12-09
1
-1
/
+1
*
draw: use the prim type from prim_info not emit in passthrough emit
Roland Scheidegger
2014-12-06
1
-2
/
+2
*
draw: use correct output prim for non-adjacent topologies in prim assembler.
Roland Scheidegger
2014-12-06
1
-4
/
+4
*
draw: kill off unneded prim assembler code for handling adjacency verts
Roland Scheidegger
2014-12-06
2
-60
/
+0
*
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
2014-11-26
1
-2
/
+2
*
draw: allow LLVM use on non-SSE2 X86 cpus
David Heidelberg
2014-11-22
1
-14
/
+1
*
draw: fixes for vertex shaders outputting layer or viewport index
Roland Scheidegger
2014-11-19
6
-8
/
+15
*
draw: Fixed inline comments
Andres Gomez
2014-11-18
2
-2
/
+2
*
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
3
-13
/
+13
*
draw: Fix breakage due to removal pipe_viewport_state::translate[3] and scale...
José Fonseca
2014-11-16
1
-2
/
+6
*
gallium: remove unused pipe_viewport_state::translate[3] and scale[3]
Marek Olšák
2014-11-16
1
-3
/
+1
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-3
/
+3
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
1
-14
/
+9
[prev]
[next]