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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: Silence unused value warning.
Vinson Lee
2010-02-14
1
-0
/
+1
*
llvmpipe: Map rendertargets when bound as textures.
José Fonseca
2010-02-10
1
-4
/
+15
*
llvmpipe: Leave depth buffer in swizzled format.
José Fonseca
2010-02-10
1
-4
/
+0
*
llvmpipe: s/textured/texture/
Brian Paul
2010-02-08
1
-1
/
+1
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-1274
/
+501
|
\
|
*
llvmpipe: added simple perf/statistics counting facility
Brian Paul
2010-01-21
1
-1
/
+1
|
*
llvmpipe: use new u_ringbuffer for scene queue
Keith Whitwell
2010-01-17
1
-4
/
+7
|
*
llvmpipe: implement scissor test in triangle setup
Brian Paul
2010-01-15
1
-1
/
+3
|
*
llvmpipe: generate two shader varients, one omits triangle in/out testing
Brian Paul
2010-01-15
1
-5
/
+7
|
*
llvmpipe: implement scissor testing
Brian Paul
2010-01-14
1
-0
/
+34
|
*
llvmpipe: check render targets before other textures
Brian Paul
2010-01-13
1
-6
/
+9
|
*
llvmpipe: also check render target textures in lp_setup_is_texture_referenced()
Brian Paul
2010-01-13
1
-0
/
+9
|
*
llvmpipe: indentation fixes
Brian Paul
2010-01-13
1
-4
/
+4
|
*
llvmpipe: re-get scene pointer after flushing
Brian Paul
2010-01-13
1
-0
/
+3
|
*
llvmpipe: check for texture usage in all scenes
Brian Paul
2010-01-13
1
-10
/
+10
|
*
llvmpipe: add scene texture referencing code
Brian Paul
2010-01-13
1
-8
/
+21
|
*
llvmpipe: Reset the bin when shading a whole tile with an opaque shader.
José Fonseca
2010-01-13
1
-1
/
+3
|
*
llvmpipe: quick hack to short-circuit empty bins
Keith Whitwell
2010-01-13
1
-1
/
+3
|
*
llvmpipe: initial mrt support
Keith Whitwell
2010-01-10
1
-9
/
+9
|
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
1
-2
/
+2
|
|
\
|
*
|
llvmpipe: fix double free
Keith Whitwell
2010-01-06
1
-1
/
+2
|
*
|
llvmpipe: merge setup and draw vbuf submodules
Keith Whitwell
2010-01-06
1
-51
/
+60
|
*
|
llvmpipe: keep copy of framebuffer state in setup context
Keith Whitwell
2009-12-17
1
-12
/
+12
|
*
|
llvmpipe: rename bins to scene
Keith Whitwell
2009-12-13
1
-56
/
+56
|
*
|
llvmpipe: rename queue size to count
Keith Whitwell
2009-12-12
1
-1
/
+1
|
*
|
llvmpipe: rename one of the two rasterize_bins functions
Keith Whitwell
2009-12-12
1
-4
/
+4
|
*
|
llvmpipe: checkpoint: plug in the new fencing code
Brian Paul
2009-12-11
1
-0
/
+23
|
*
|
llvmpipe: updated comment
Brian Paul
2009-12-10
1
-3
/
+4
|
*
|
llvmpipe: simplify the tiles_x, tiles_y code a bit
Brian Paul
2009-12-09
1
-9
/
+3
|
*
|
llvmpipe: use the empty_bins queue now
Brian Paul
2009-12-09
1
-6
/
+13
|
*
|
llvmpipe: checkpoint: begin plugging in bin queue code
Brian Paul
2009-12-09
1
-1
/
+32
|
*
|
llvmpipe: use new lp_setup_get_current_bins() function
Brian Paul
2009-12-09
1
-15
/
+31
|
*
|
llvmpipe: still more bin code reorganization
Brian Paul
2009-12-04
1
-90
/
+30
|
*
|
llvmpipe: remove dead code left over from a previous commit
Brian Paul
2009-12-04
1
-30
/
+0
|
*
|
llvmpipe: reorganization of binning data structions and funtions
Brian Paul
2009-12-04
1
-80
/
+13
|
*
|
llvmpipe: move lp_rasterize_bin() into lp_rast.c
Brian Paul
2009-12-04
1
-26
/
+3
|
*
|
llvmpipe: simplify framebuffer state code
Brian Paul
2009-12-04
1
-12
/
+17
|
*
|
llvmpipe: use LP_DBG() macro everywhere
Brian Paul
2009-12-04
1
-20
/
+20
|
*
|
llvmpipe: move bin-related structures and functions into new lp_bin.[ch]
Brian Paul
2009-12-04
1
-22
/
+5
|
*
|
llvmpipe: bin state-change commands
Brian Paul
2009-12-04
1
-30
/
+83
|
*
|
llvmpipe: struct cmd_bin
Brian Paul
2009-12-04
1
-5
/
+6
|
*
|
llvmpipe: comment about blend color
Brian Paul
2009-12-03
1
-0
/
+1
|
*
|
llvmpipe: fix incorrect array indexing when saving blend color
Brian Paul
2009-12-03
1
-1
/
+1
|
*
|
llvmpipe: checkpoint some initial state binning code
Brian Paul
2009-12-03
1
-3
/
+13
|
*
|
llvmpipe: set LP_SETUP_NEW_FS in lp_setup_set_fs()
Brian Paul
2009-12-03
1
-0
/
+1
|
*
|
llvmpipe: more debug info
Brian Paul
2009-12-03
1
-4
/
+8
|
*
|
llvmpipe: minor refactoring of bin rasterization code
Brian Paul
2009-11-30
1
-16
/
+28
|
*
|
llvmpipe: remove one of two definitions of TILESIZE
Keith Whitwell
2009-10-21
1
-4
/
+4
|
*
|
llvmpipe: Reset the pointer to stored jit context.
José Fonseca
2009-10-19
1
-2
/
+6
|
*
|
llvmpipe: Allocate the blend color from the data store, and ensure it's aligned.
José Fonseca
2009-10-19
1
-10
/
+24
[next]