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: implement occlusion query
Qicheng Christopher Li
2010-05-06
1
-2
/
+62
*
llvmpipe: fix scene queue memory leak
Brian Paul
2010-04-28
1
-0
/
+2
*
llvmipe: update comments
Brian Paul
2010-04-27
1
-3
/
+3
*
llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs.
José Fonseca
2010-04-25
1
-2
/
+4
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-04-24
1
-1
/
+0
*
llvmpipe: Move the determination of the number of threads to the screen.
José Fonseca
2010-04-24
1
-15
/
+3
*
llvmpipe: Portability fixes.
José Fonseca
2010-04-22
1
-2
/
+2
*
llvmpipe: whitespace fix
Brian Paul
2010-04-20
1
-1
/
+1
*
llvmpipe: fix rendering to 3D textures
Brian Paul
2010-04-19
1
-3
/
+3
*
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-113
/
+209
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-2
/
+2
*
llvmpipe: Disable threads by default on embedded.
José Fonseca
2010-03-31
1
-0
/
+4
*
llvmpipe: disable an assertion
Brian Paul
2010-03-25
1
-1
/
+1
*
llvmpipe: call lp_fence_signal()
Brian Paul
2010-03-24
1
-12
/
+1
*
gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through
Brian Paul
2010-03-18
1
-0
/
+2
*
llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST
Brian Paul
2010-03-18
1
-18
/
+20
*
llvmpipe: Don't use texture transfer internally.
José Fonseca
2010-03-13
1
-6
/
+8
*
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
[next]