index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
/
lp_rast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: use one loop in lp_rast_clear_zstencil()
Brian Paul
2010-01-13
1
-4
/
+3
*
llvmpipe: optimize lp_rast_clear_color() for non-gray colors
Brian Paul
2010-01-13
1
-6
/
+22
*
llvmpipe: add bin debugger
Keith Whitwell
2010-01-13
1
-5
/
+52
*
llvmpipe: implement lp_rast_load_zstencil
Keith Whitwell
2010-01-13
1
-2
/
+34
*
llvmpipe: improve empty-bin test further
Keith Whitwell
2010-01-13
1
-3
/
+13
*
llvmpipe: improve empty-bin test
Keith Whitwell
2010-01-13
1
-1
/
+1
*
llvmpipe: quick hack to short-circuit empty bins
Keith Whitwell
2010-01-13
1
-1
/
+22
*
llvmpipe: initial mrt support
Keith Whitwell
2010-01-10
1
-83
/
+132
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-3
/
+3
*
llvmpipe: remove dead code
Keith Whitwell
2010-01-06
1
-1
/
+0
*
llvmpipe: replace INT_MIN/2 with INT_MIN
Brian Paul
2009-12-17
1
-1
/
+1
*
llvmpipe: improve the in/out test a little
Brian Paul
2009-12-17
1
-2
/
+1
*
llvmpipe: do final the pixel in/out triangle test in the fragment shader
Brian Paul
2009-12-16
1
-59
/
+17
*
llvmpipe: tighten up an assertion
Brian Paul
2009-12-15
1
-2
/
+2
*
llvmpipe: rename bins to scene
Keith Whitwell
2009-12-13
1
-47
/
+49
*
llvmpipe: added lp_rast_fence() bin function
Brian Paul
2009-12-11
1
-0
/
+25
*
llvmpipe: added lp_rast_get_num_threads()
Brian Paul
2009-12-11
1
-0
/
+7
*
llvmpipe: implement lp_rast_load_color()
Brian Paul
2009-12-11
1
-2
/
+24
*
llvmpipe: checkpoint: more thread/queuing changes
Brian Paul
2009-12-11
1
-61
/
+69
*
llvmpipe: remove unused lp_rasterizer::fb field
Brian Paul
2009-12-11
1
-1
/
+0
*
llvmpipe: improve framebuffer/surface code
Brian Paul
2009-12-11
1
-37
/
+33
*
llvmpipe: remove unused fb parameter
Brian Paul
2009-12-11
1
-3
/
+2
*
llvmpipe: minor comment fix
Brian Paul
2009-12-11
1
-1
/
+1
*
llvmpipe: checkpoint: use empty/full bin queues
Brian Paul
2009-12-10
1
-8
/
+56
*
llvmpipe: added some debug/info code
Brian Paul
2009-12-09
1
-0
/
+15
*
llvmpipe: use the empty_bins queue now
Brian Paul
2009-12-09
1
-0
/
+8
*
llvmpipe: checkpoint: begin plugging in bin queue code
Brian Paul
2009-12-09
1
-1
/
+11
*
llvmpipe: Use number of CPUs as default number of threads.
José Fonseca
2009-12-08
1
-1
/
+3
*
llvmpipe: remove some left-over debug code
Brian Paul
2009-12-07
1
-6
/
+3
*
llvmpipe: implement threaded rasterization
Brian Paul
2009-12-07
1
-43
/
+152
*
llvmpipe: repartition lp_rasterizer state for threading
Brian Paul
2009-12-07
1
-29
/
+60
*
llvmpipe: use bin iteration functions when rasterizing bins
Brian Paul
2009-12-07
1
-6
/
+20
*
llvmpipe: still more bin code reorganization
Brian Paul
2009-12-04
1
-3
/
+2
*
llvmpipe: reorganization of binning data structions and funtions
Brian Paul
2009-12-04
1
-6
/
+45
*
llvmpipe: move lp_rasterize_bin() into lp_rast.c
Brian Paul
2009-12-04
1
-4
/
+33
*
llvmpipe: use LP_DBG() macro everywhere
Brian Paul
2009-12-04
1
-12
/
+12
*
llvmpipe: bin state-change commands
Brian Paul
2009-12-04
1
-3
/
+6
*
llvmpipe: checkpoint some initial state binning code
Brian Paul
2009-12-03
1
-0
/
+2
*
llvmpipe: comments and a stub for lp_rast_set_state()
Brian Paul
2009-12-03
1
-0
/
+28
*
llvmpipe: quick & dirty implementation of lp_rast_store_zstencil()
Brian Paul
2009-12-03
1
-3
/
+50
*
llvmpipe: execute shaders on 4x4 blocks instead of 8x2
Brian Paul
2009-12-02
1
-8
/
+14
*
llvmpipe: add a bunch of comments
Brian Paul
2009-11-30
1
-1
/
+29
*
llvmpipe: fix the worst of the depth regressions since switch to 4x4
Keith Whitwell
2009-10-22
1
-1
/
+1
*
llvmpipe: remove one of two definitions of TILESIZE
Keith Whitwell
2009-10-21
1
-4
/
+4
*
llvmpipe: pass mask as a linear encoding of the 4x4 block
Keith Whitwell
2009-10-20
1
-6
/
+35
*
llvmpipe: precalculate some offsets
Keith Whitwell
2009-10-20
1
-10
/
+10
*
llvmpipe: remove a leftover 8x2 usage
Keith Whitwell
2009-10-19
1
-4
/
+4
*
llvmpipe: calculate masks in format desired by shader
Keith Whitwell
2009-10-19
1
-12
/
+9
*
llvmpipe: Use framebuffer coords consistently.
José Fonseca
2009-10-09
1
-4
/
+25
*
llvmpipe: Undo debug override.
José Fonseca
2009-10-09
1
-5
/
+0
[next]