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: setup_context -> lp_setup_context
José Fonseca
2010-03-13
1
-29
/
+29
*
gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'
Brian Paul
2010-03-11
1
-1
/
+2
*
llvmpipe: fix loop over mipmap levels
Brian Paul
2010-03-10
1
-1
/
+1
*
Merge commit 'origin/master' into gallium-sw-api-2
Keith Whitwell
2010-03-09
1
-4
/
+12
|
\
|
*
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
Brian Paul
2010-03-08
1
-5
/
+11
|
*
llvmpipe: added code to set texture depth, max mipmap levels info
Brian Paul
2010-03-05
1
-0
/
+2
*
|
gallium: fix llvmpipe after winsys move
Keith Whitwell
2010-03-04
1
-1
/
+1
*
|
softpipe: rework to use the llvmpipe winsys
Keith Whitwell
2010-03-04
1
-1
/
+1
|
/
*
llvmpipe: reorganize transfer usage
Keith Whitwell
2010-03-02
1
-20
/
+16
*
llvmpipe: added assertions to verify that scene is empty
Brian Paul
2010-02-23
1
-0
/
+2
*
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
[next]