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_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
|
*
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-1
/
+2
|
*
gallium: adapt drivers to interface cleanups
Roland Scheidegger
2009-12-02
1
-1
/
+1
|
*
llvmpipe: remove old prim_setup draw stage
Keith Whitwell
2009-11-03
1
-1
/
+0
|
*
llvmpipe: Respect gl_rasterization_rules in primitive setup.
José Fonseca
2009-11-03
1
-18
/
+30
|
*
llvmpipe: Avoid yet another variable size array.
José Fonseca
2009-10-22
1
-2
/
+4
|
*
llvmpipe: Use ALIGN_STACK.
José Fonseca
2009-10-14
1
-0
/
+1
*
|
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
*
|
llvmpipe: Maintain a copy of the shader constants to prevent clobbering.
José Fonseca
2009-10-18
1
-15
/
+49
*
|
llvmpipe: Additional checks for binner block lists.
José Fonseca
2009-10-09
1
-2
/
+6
*
|
llvmpipe: Get jit_context/jit_function across the rasterizer.
José Fonseca
2009-10-09
1
-23
/
+30
*
|
llvmpipe: set block count/used values back to zero on reset
Keith Whitwell
2009-10-09
1
-0
/
+2
[next]