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
/
drivers
/
llvmpipe
/
lp_setup_tri.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe:fix using 32bit rasterization mistakenly, causing overflows
Roland Scheidegger
2017-06-23
1
-15
/
+26
*
llvmpipe: fill in debug vertex info for tri rasterization
Roland Scheidegger
2017-06-23
1
-1
/
+1
*
llvmpipe: remove unused subpixel_snap() and fixed_to_float()
Samuel Pitoiset
2017-04-13
1
-6
/
+3
*
llvmpipe: fix lp_rast_plane alignment on 32bit
Roland Scheidegger
2016-03-15
1
-0
/
+2
*
llvmpipe: add a few const qualifiers
Brian Paul
2016-02-19
1
-1
/
+1
*
llvmpipe: use scissor_planes_needed helper function
Roland Scheidegger
2016-02-03
1
-9
/
+9
*
llvmpipe: drop scissor planes early if the tri is fully inside them
Roland Scheidegger
2016-02-02
1
-39
/
+59
*
llvmpipe: minor cleanup of sse2 for calc_fixed_position
Roland Scheidegger
2016-02-02
1
-6
/
+5
*
llvmpipe: fix arguments order given to vec_andc
Oded Gabbay
2016-01-17
1
-1
/
+1
*
llvmpipe: (trivial) use cast wrapper for __m128d to __m128 casts
Roland Scheidegger
2016-01-13
1
-2
/
+2
*
llvmpipe: scale up bounding box planes to subpixel precision
Roland Scheidegger
2016-01-13
1
-10
/
+10
*
llvmpipe: add sse code for fixed position calculation
Roland Scheidegger
2016-01-13
1
-8
/
+50
*
llvmpipe: do 64bit plane calculations in the sse path
Roland Scheidegger
2016-01-08
1
-45
/
+59
*
llvmpipe: don't store eo as 64bit int
Roland Scheidegger
2016-01-08
1
-8
/
+8
*
llvmpipe: use aligned data for the assembly program in setup
Roland Scheidegger
2016-01-08
1
-17
/
+21
*
llvmpipe: Optimize do_triangle_ccw for POWER8
Oded Gabbay
2016-01-06
1
-0
/
+100
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
llvmpipe: use provoking vertex for layer/viewport
Roland Scheidegger
2015-12-04
1
-8
/
+16
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-6
/
+6
*
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
2014-11-26
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
llvmpipe: Respect bottom_edge_rule when computing the rasterization bounding ...
José Fonseca
2014-01-08
1
-1
/
+1
*
llvmpipe: (trivial) get rid of triangle subdivision code
Roland Scheidegger
2013-12-14
1
-174
/
+0
*
llvmpipe: clamp fragment shader depth write to the current viewport depth range.
Matthew McClure
2013-12-09
1
-7
/
+8
*
llvmpipe: support 8bit subpixel precision
Zack Rusin
2013-11-25
1
-53
/
+94
*
llvmpipe: abstract the code to set number of subpixel bits
Zack Rusin
2013-10-09
1
-1
/
+1
*
llvmpipe: count c_primitives before discarding null prims
Zack Rusin
2013-09-25
1
-7
/
+6
*
Revert "llvmpipe: increase number of subpixel bits to eight"
Zack Rusin
2013-09-24
1
-1
/
+1
*
llvmpipe: align the array used for subdivived vertices
Zack Rusin
2013-09-23
1
-1
/
+1
*
llvmpipe: increase number of subpixel bits to eight
Zack Rusin
2013-09-23
1
-1
/
+1
*
llvmpipe: fix pipeline statistics with a null ps
Zack Rusin
2013-08-14
1
-1
/
+2
*
llvmpipe: fix a bug in opaque optimization
Roland Scheidegger
2013-06-27
1
-14
/
+14
*
llvmpipe: add support for nested / overlapping queries
Roland Scheidegger
2013-06-26
1
-2
/
+2
*
llvmpipe: rework query logic
Roland Scheidegger
2013-06-26
1
-0
/
+5
*
llvmpipe: handle more queries
Roland Scheidegger
2013-06-19
1
-0
/
+8
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
1
-2
/
+15
*
llvmpipe: clamp scissors to be between 0 and max
Zack Rusin
2013-05-25
1
-1
/
+1
*
llvmpipe: implement support for multiple viewports
Zack Rusin
2013-05-25
1
-5
/
+12
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-14
/
+3
*
llvmpipe: use triangle subdivision to avoid fixed-point overflow issues
Brian Paul
2013-04-01
1
-0
/
+175
*
llvmpipe: add 'f' suffix to 1.0 in fixed_to_float()
Brian Paul
2013-03-28
1
-1
/
+1
*
llvmpipe: Don't mess with the provoking vertex when inverting a triangle.
Olivier Galibert
2012-05-18
1
-5
/
+40
*
llvmpipe: Calculate fixed point coordinates for triangle setup earlier.
James Benton
2012-05-14
1
-56
/
+106
*
llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...
James Benton
2012-05-11
1
-8
/
+6
*
llvmpipe: Fix the 4 planes (lines) case properly.
José Fonseca
2011-10-05
1
-16
/
+17
*
llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...
José Fonseca
2011-10-05
1
-3
/
+21
*
llvmpipe: added some debug assertions, but disabled
Brian Paul
2010-11-04
1
-0
/
+10
*
llvmpipe: avoid generating tri_16 for tris which extend past tile bounds
Keith Whitwell
2010-11-02
1
-9
/
+25
*
llvmpipe: remove unused arg from jit_setup_tri function
Keith Whitwell
2010-10-17
1
-2
/
+1
*
Merge remote branch 'origin/master' into lp-setup-llvm
Keith Whitwell
2010-10-17
1
-202
/
+303
|
\
[next]