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: better triangle debugging
Keith Whitwell
2010-08-25
1
-19
/
+55
*
llvmpipe: cull zero-area triangles early
Keith Whitwell
2010-08-25
1
-2
/
+3
*
llvmpipe: special case triangles which fall in a single 16x16 block
Keith Whitwell
2010-08-15
1
-0
/
+20
*
llvmpipe: remove all traces of step arrays, pos_tables
Keith Whitwell
2010-08-15
1
-63
/
+0
*
llvmpipe: Debug code to dump interpolation coefficients.
José Fonseca
2010-08-11
1
-1
/
+29
*
llvmpipe: Use single precision divide for one over area computation.
José Fonseca
2010-08-11
1
-1
/
+1
*
llvmpipe: Remove redundant alignments.
José Fonseca
2010-07-14
1
-2
/
+0
*
llvmpipe: eliminate the set_state rasterizer command
Keith Whitwell
2010-07-13
1
-3
/
+1
*
llvmpipe: pass mask into fragment shader
Keith Whitwell
2010-07-13
1
-230
/
+379
*
llvmpipe: Don't reset the bin when there's a zsbuf bound.
José Fonseca
2010-06-30
1
-1
/
+2
*
llvmpipe: Use struct lp_shader_input in the interpolator.
José Fonseca
2010-06-01
1
-25
/
+52
*
llvmpipe: Don't waste time interpolating unused input channels.
José Fonseca
2010-06-01
1
-4
/
+8
*
llvmpipe: Pass the fs variant to the rasterizer.
José Fonseca
2010-05-30
1
-1
/
+2
*
llvmpipe: add out of memory checking to triangle setup path
Brian Paul
2010-05-28
1
-5
/
+9
*
llvmpipe: fix front/back tri culling mix-up
Brian Paul
2010-05-17
1
-2
/
+2
*
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
1
-5
/
+5
*
llvmpipe: update driver's provoking vertex code
Brian Paul
2010-05-05
1
-2
/
+8
*
llvmpipe: fix incorrect front-facing value for fragment shader
Brian Paul
2010-04-20
1
-1
/
+6
*
llvmpipe: triangle function comments
Brian Paul
2010-04-19
1
-0
/
+10
*
llvmpipe: print_triangle() func (disabled)
Brian Paul
2010-04-16
1
-0
/
+29
*
gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through
Brian Paul
2010-03-18
1
-0
/
+2
*
llvmpipe: Obey rasterization rules.
José Fonseca
2010-03-13
1
-27
/
+32
*
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
[next]