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: add pipe_thread_wait() calls
Brian Paul
2010-03-05
1
-0
/
+6
*
llvmpipe: remove some ifdefs
Keith Whitwell
2010-03-02
1
-5
/
+0
*
llvmpipe: reorganize transfer usage
Keith Whitwell
2010-03-02
1
-216
/
+94
*
llvmpipe: clean up rasterization threads upon context destruction
Brian Paul
2010-02-24
1
-0
/
+17
*
llvmpipe: more lp_rasterizer_task parameter passing
Brian Paul
2010-02-24
1
-64
/
+55
*
llvmpipe: pass fewer parameters to rasterization functions
Brian Paul
2010-02-24
1
-3
/
+2
*
llvmpipe: added assertions to verify that scene is empty
Brian Paul
2010-02-23
1
-0
/
+3
*
llvmpipe: Leave depth buffer in swizzled format.
José Fonseca
2010-02-10
1
-105
/
+52
*
llvmpipe: added counters for color tile clear, load, store
Brian Paul
2010-02-08
1
-0
/
+7
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-1
/
+1
*
llvmpipe: Disable multithreading on windows.
José Fonseca
2010-02-05
1
-0
/
+6
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-6
/
+5
*
llvmpipe: remove tile clipping code
Brian Paul
2010-01-20
1
-20
/
+0
*
llvmpipe: asst. task-related clean-ups
Brian Paul
2010-01-19
1
-22
/
+29
*
llvmpipe: remove unneeded DEBUG checks, use step var
Brian Paul
2010-01-19
1
-5
/
+1
*
llvmpipe: added show_tiles and show_subtiles debug options
Brian Paul
2010-01-18
1
-0
/
+60
*
llvmpipe: use new u_ringbuffer for scene queue
Keith Whitwell
2010-01-17
1
-1
/
+1
*
llvmpipe: generate two shader varients, one omits triangle in/out testing
Brian Paul
2010-01-15
1
-19
/
+33
*
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
[next]