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
*
gallivm: Use llvm.fmuladd.*.
Jose Fonseca
2016-06-10
1
-10
/
+5
*
draw: stop using CULLDIST semantic.
Dave Airlie
2016-05-23
10
-48
/
+31
*
draw: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
7
-24
/
+24
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
2
-2
/
+2
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
2
-5
/
+5
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
2
-2
/
+2
*
gallium/tgsi: move tgsi_exec.h header out of draw_context.h
Dave Airlie
2016-04-26
2
-1
/
+1
*
gallivm: convert size query to using a set of parameters.
Dave Airlie
2016-04-19
1
-18
/
+4
*
draw: add support for passing buffers to vs/gs shaders.
Dave Airlie
2016-04-12
5
-3
/
+32
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
2
-2
/
+2
*
tgsi: set nonhelpermask for vertex shaders
Dave Airlie
2016-04-12
1
-0
/
+1
*
draw/aaline: stronger guard against no free samplers (v2)
Nicolai Hähnle
2016-04-07
1
-2
/
+4
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
1
-2
/
+2
*
draw: add support for passing images to vs/gs shaders.
Dave Airlie
2016-03-31
5
-2
/
+29
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
2
-2
/
+2
*
tgsi: drop unused set_exec/kill_mask interfaces.
Dave Airlie
2016-03-22
2
-12
/
+0
*
gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
1
-5
/
+5
*
draw: fix line stippling
Roland Scheidegger
2016-03-15
1
-15
/
+15
*
draw: use util_pstipple_* function for stipple pattern textures and samplers
Nicolai Hähnle
2016-02-09
1
-110
/
+11
*
draw: use util_pstipple_create_fragment_shader
Nicolai Hähnle
2016-02-09
1
-197
/
+12
*
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
2
-6
/
+6
*
draw: initialize prim header flags when clipping lines
Roland Scheidegger
2016-01-08
1
-0
/
+2
*
draw: fix line stippling with unfilled prims
Roland Scheidegger
2016-01-08
1
-18
/
+38
*
draw: nuke the interp parameter from vertex_info
Roland Scheidegger
2016-01-07
1
-16
/
+1
*
draw: rework handling of non-existing outputs in emit code
Roland Scheidegger
2016-01-07
3
-23
/
+46
*
gallium: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
draw: minor indentation fix
Brian Paul
2016-01-05
1
-1
/
+1
*
draw: fix clip test with NaNs
Roland Scheidegger
2015-12-18
2
-14
/
+18
*
draw: fix pstipple and aaline stages wrt sampler_views/samplers
Roland Scheidegger
2015-12-18
2
-7
/
+9
*
draw: handle edge flags in llvm path
Roland Scheidegger
2015-12-16
2
-26
/
+61
*
draw: don't set start_instance and instance id for pt emit
Roland Scheidegger
2015-12-16
1
-31
/
+31
*
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
[next]