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_line.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe/setup: add planes for draw regions if no scissor.
Dave Airlie
2020-06-16
1
-0
/
+4
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-8
/
+8
*
llvmpipe/setup: move line stats collection earlier.
Dave Airlie
2020-04-15
1
-4
/
+4
*
llvmpipe: avoid left-shifting a negative number.
Maya Rashish
2019-10-09
1
-2
/
+2
*
llvmpipe: improve rasterization discard logic
Roland Scheidegger
2018-05-23
1
-10
/
+18
*
llvmpipe:fix using 32bit rasterization mistakenly, causing overflows
Roland Scheidegger
2017-06-23
1
-10
/
+10
*
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
-30
/
+51
*
llvmpipe: scale up bounding box planes to subpixel precision
Roland Scheidegger
2016-01-13
1
-10
/
+10
*
llvmpipe: do 64bit plane calculations in the sse path
Roland Scheidegger
2016-01-08
1
-5
/
+11
*
llvmpipe: use provoking vertex for layer/viewport
Roland Scheidegger
2015-12-04
1
-9
/
+16
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-3
/
+3
*
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: clamp fragment shader depth write to the current viewport depth range.
Matthew McClure
2013-12-09
1
-5
/
+6
*
llvmpipe: support 8bit subpixel precision
Zack Rusin
2013-11-25
1
-1
/
+1
*
llvmpipe: fix pipeline statistics with a null ps
Zack Rusin
2013-08-14
1
-1
/
+2
*
draw: fix slot detection
Zack Rusin
2013-08-06
1
-1
/
+0
*
draw: inject frontface info into wireframe outputs
Zack Rusin
2013-08-02
1
-2
/
+12
*
llvmpipe: add support for nested / overlapping queries
Roland Scheidegger
2013-06-26
1
-2
/
+2
*
llvmpipe: handle more queries
Roland Scheidegger
2013-06-19
1
-5
/
+8
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
1
-0
/
+6
*
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
-3
/
+9
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-11
/
+0
*
llvmpipe: avoid generating tri_16 for tris which extend past tile bounds
Keith Whitwell
2010-11-02
1
-5
/
+10
*
Merge remote branch 'origin/master' into lp-setup-llvm
Keith Whitwell
2010-10-17
1
-89
/
+98
|
\
|
*
llvmpipe: don't store plane.ei value in binned data
Keith Whitwell
2010-10-15
1
-8
/
+0
|
*
llvmpipe: slightly shrink the size of a binned triangle
Keith Whitwell
2010-10-15
1
-75
/
+79
|
*
llvmpipe: don't pass frontfacing as a float
Keith Whitwell
2010-10-15
1
-1
/
+1
|
*
llvmpipe: reintroduce SET_STATE binner command
Keith Whitwell
2010-10-15
1
-1
/
+0
|
*
Revert "llvmpipe: try to keep plane c values small"
Keith Whitwell
2010-10-12
1
-1
/
+2
|
*
llvmpipe: try to keep plane c values small
Keith Whitwell
2010-10-12
1
-2
/
+1
|
*
llvmpipe: fix rasterization of vertical lines on pixel boundaries
Zack Rusin
2010-10-09
1
-2
/
+2
|
*
llvmpipe: fail gracefully on oom in scene creation
Keith Whitwell
2010-10-08
1
-2
/
+3
|
*
llvmpipe: handle FACING interpolants in line and point setup
Keith Whitwell
2010-09-25
1
-0
/
+6
|
*
llvmpipe: fix flatshading in new line code
Keith Whitwell
2010-09-21
1
-6
/
+13
*
|
llvmpipe: use llvm for attribute interpolant calculation
Keith Whitwell
2010-09-18
1
-8
/
+12
|
/
*
llvmpipe: use opcodes instead of function pointers in bins
Keith Whitwell
2010-09-07
1
-1
/
+3
*
llvmpipe: enforce fixed memory limit on scenes
Keith Whitwell
2010-09-07
1
-7
/
+21
*
llvmpipe: use util_iround in place of round
Keith Whitwell
2010-08-27
1
-1
/
+1
*
llvmpipe: eliminate tri->dx, tri->dy values
Keith Whitwell
2010-08-27
1
-37
/
+39
*
llvmpipe: update line rasterization code to current master
Keith Whitwell
2010-08-27
1
-335
/
+196
*
llvmpipe: native line rasterization with correct pixel rasterization
Hui Qi Tay
2010-08-27
1
-29
/
+213
*
llvmpipe: native rasterization for lines
Hui Qi Tay
2010-08-27
1
-6
/
+611
*
llvmpipe: setup_context -> lp_setup_context
José Fonseca
2010-03-13
1
-2
/
+2
*
llvmpipe: hook up some state, add stub line and point functions
Keith Whitwell
2009-10-09
1
-0
/
+47