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: setup_context -> lp_setup_context
José Fonseca
2010-03-13
1
-7
/
+7
*
llvmpipe: Store the original triangle coordinates in the debug build.
José Fonseca
2010-03-03
1
-0
/
+9
*
llvmpipe: Clamp both extremes of triangles to framebuffer size.
José Fonseca
2010-02-11
1
-1
/
+4
*
llvmpipe: s/inline/INLINE/
Brian Paul
2010-01-21
1
-1
/
+1
*
llvmpipe: consolidate lp_scene_alloc_aligned() calls
Brian Paul
2010-01-21
1
-13
/
+41
*
llvmpipe: re-use a1 var in linear_coef()
Brian Paul
2010-01-21
1
-1
/
+1
*
llvmpipe: area is an int here, not float
Brian Paul
2010-01-21
1
-4
/
+4
*
llvmpipe: manually unroll the inputs.step[] setup code
Brian Paul
2010-01-21
1
-18
/
+31
*
llvmpipe: added simple perf/statistics counting facility
Brian Paul
2010-01-21
1
-4
/
+12
*
llvmpipe: updated comments
Brian Paul
2010-01-19
1
-2
/
+4
*
llvmpipe: implement scissor test in triangle setup
Brian Paul
2010-01-15
1
-0
/
+7
*
llvmpipe: remove lp_rast_triangle::min/max fields
Brian Paul
2010-01-15
1
-10
/
+10
*
llvmpipe: change 'in' to boolean, add comments
Brian Paul
2010-01-15
1
-4
/
+4
*
llvmpipe: minor comment update
Brian Paul
2010-01-14
1
-1
/
+1
*
llvmpipe: minor assorted clean-ups
Brian Paul
2010-01-13
1
-10
/
+12
*
llvmpipe: Reset the bin when shading a whole tile with an opaque shader.
José Fonseca
2010-01-13
1
-0
/
+6
*
llvmpipe: tweak subpixel_snap() arithmetic
Brian Paul
2010-01-13
1
-1
/
+1
*
llvmpipe: clamp maxx,maxy to framebuffer size (in terms of tiles)
Brian Paul
2010-01-12
1
-0
/
+5
*
llvmpipe: remove opencoded constant
Keith Whitwell
2010-01-11
1
-4
/
+4
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-3
/
+0
*
llvmpipe: do final the pixel in/out triangle test in the fragment shader
Brian Paul
2009-12-16
1
-29
/
+20
*
llvmpipe: rename bins to scene
Keith Whitwell
2009-12-13
1
-18
/
+18
*
llvmpipe: use new lp_setup_get_current_bins() function
Brian Paul
2009-12-09
1
-9
/
+11
*
llvmpipe: reorganization of binning data structions and funtions
Brian Paul
2009-12-04
1
-13
/
+13
*
llvmpipe: move bin-related structures and functions into new lp_bin.[ch]
Brian Paul
2009-12-04
1
-9
/
+9
*
llvmpipe: remove lp_rast_triangle::oneoverarea field
Brian Paul
2009-12-04
1
-14
/
+18
*
llvmpipe: bin state-change commands
Brian Paul
2009-12-04
1
-2
/
+0
*
llvmpipe: fix typo, whitespace
Brian Paul
2009-12-04
1
-2
/
+1
*
llvmpipe: dynamic allocation of triangle a0/dadx/dady arrays
Brian Paul
2009-12-04
1
-0
/
+10
*
llvmpipe: new comment in do_triangle_ccw()
Brian Paul
2009-12-03
1
-0
/
+5
*
llvmpipe: add a bunch of comments
Brian Paul
2009-11-30
1
-10
/
+16
*
llvmpipe: remove one of two definitions of TILESIZE
Keith Whitwell
2009-10-21
1
-10
/
+10
*
llvmpipe: remove dead code
Keith Whitwell
2009-10-21
1
-7
/
+0
*
llvmpipe: minor opts to setup_tri
Keith Whitwell
2009-10-20
1
-36
/
+30
*
llvmpipe: pass mask as a linear encoding of the 4x4 block
Keith Whitwell
2009-10-20
1
-10
/
+5
*
llvmpipe: precalculate some offsets
Keith Whitwell
2009-10-20
1
-0
/
+26
*
llvmpipe: pre-multiply some constants by fixed_one
Keith Whitwell
2009-10-19
1
-24
/
+32
*
llvmpipe: fixed-point rasterization
Keith Whitwell
2009-10-19
1
-70
/
+75
*
llvmpipe: correctly scale top/left fill adjustments
Keith Whitwell
2009-10-19
1
-3
/
+3
*
llvmpipe: fix typo correcting for fill convention
Keith Whitwell
2009-10-19
1
-4
/
+4
*
llvmpipe: fill in tri min/max values
Keith Whitwell
2009-10-09
1
-0
/
+5
*
llvmpipe: Remove partial tile override.
José Fonseca
2009-10-09
1
-5
/
+0
*
llvmpipe: correct binning maths for iterating over whole tiles
Keith Whitwell
2009-10-09
1
-6
/
+6
*
llvmpipe: Get jit_context/jit_function across the rasterizer.
José Fonseca
2009-10-09
1
-0
/
+2
*
llvmpipe: just bin whole tiles for now
Keith Whitwell
2009-10-09
1
-0
/
+5
*
llvmpipe: get lp_setup_tri building
Keith Whitwell
2009-10-09
1
-6
/
+6
*
llvmpipe: use union lp_cmd_rast_arg directly, rather than through a pointer
Keith Whitwell
2009-10-09
1
-5
/
+12
*
llvmpipe: hook up some state, add stub line and point functions
Keith Whitwell
2009-10-09
1
-11
/
+9
*
llvmpipe: more wip on coefficients
Keith Whitwell
2009-10-09
1
-103
/
+103
*
llvmpipe: work on clears and coefficients
Keith Whitwell
2009-10-08
1
-89
/
+97
[next]