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_scene.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: bump texture/scene limits to enable GL 4.1
Dave Airlie
2020-07-06
1
-1
/
+1
*
llvmpipe: add fixed point sample positions to scene.
Dave Airlie
2020-05-06
1
-0
/
+3
*
llvmpipe: record sample info for color/depth buffers in scene
Dave Airlie
2020-05-06
1
-0
/
+5
*
llvmpipe: improve rasterization discard logic
Roland Scheidegger
2018-05-23
1
-6
/
+4
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-8
/
+8
*
Fix a few typos
Zoë Blade
2015-04-27
1
-1
/
+1
*
llvmpipe: simplify address calculation for 4x4 blocks
Roland Scheidegger
2015-03-28
1
-0
/
+1
*
llvmpipe: fix clearing of individual color buffers in a fb
Roland Scheidegger
2014-04-25
1
-1
/
+0
*
llvmpipe: fix bogus layer clamping in setup
Roland Scheidegger
2013-10-29
1
-1
/
+1
*
llvmpipe: fix a bug in opaque optimization
Roland Scheidegger
2013-06-27
1
-0
/
+2
*
llvmpipe: add support for nested / overlapping queries
Roland Scheidegger
2013-06-26
1
-1
/
+1
*
llvmpipe: rework query logic
Roland Scheidegger
2013-06-26
1
-0
/
+4
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
1
-2
/
+5
*
llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
Roland Scheidegger
2013-06-05
1
-4
/
+0
*
llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4
Roland Scheidegger
2013-05-31
1
-0
/
+4
*
llvmpipe: Remove x/y from cmd_bin
Adam Jackson
2013-05-31
1
-3
/
+1
*
llvmpipe: remove unused cmd_block_list struct
Brian Paul
2013-03-06
1
-4
/
+0
*
llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZE
Brian Paul
2013-03-06
1
-2
/
+8
*
llvmpipe: EXT_transform_feedback support (v1.1)
Dave Airlie
2012-12-06
1
-2
/
+3
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
1
-2
/
+0
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
1
-0
/
+1
*
llvmpipe: reintroduce SET_STATE binner command
Keith Whitwell
2010-10-15
1
-1
/
+27
*
llvmpipe: fix warnings on both 32 and 64 bit builds
Keith Whitwell
2010-09-12
1
-3
/
+3
*
llvmpipe: Silence some warnings.
José Fonseca
2010-09-11
1
-2
/
+2
*
llvmpipe: restore larger command blocks
Keith Whitwell
2010-09-11
1
-1
/
+1
*
llvmpipe: add DEBUG_MEM option
Keith Whitwell
2010-09-11
1
-0
/
+12
*
llvmpipe: allow bigger scenes
Keith Whitwell
2010-09-11
1
-1
/
+1
*
llvmpipe: use opcodes instead of function pointers in bins
Keith Whitwell
2010-09-07
1
-27
/
+53
*
llvmpipe: enforce fixed memory limit on scenes
Keith Whitwell
2010-09-07
1
-70
/
+70
*
llvmpipe: clean up deferred zstencil clears
Keith Whitwell
2010-09-07
1
-1
/
+0
*
llvmpipe: move fences from per-bin to per-thread
Keith Whitwell
2010-07-13
1
-0
/
+1
*
llvmpipe: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-1
/
+1
*
llvmpipe: added a new assertion as a hint to Coverity
Brian Paul
2010-05-05
1
-0
/
+1
*
llvmpipe: add some tests for malloc() returning NULL.
Brian Paul
2010-05-04
1
-12
/
+22
*
llvmpipe: remove unused write_depth
Brian Paul
2010-04-28
1
-3
/
+1
*
llvmpipe: implement max scene size
Brian Paul
2010-04-27
1
-0
/
+18
*
llvmpipe: rename texture refs to resource refs
Brian Paul
2010-04-23
1
-10
/
+10
*
llvmpipe: rename MAXWIDTH, MAXHEIGHT
Brian Paul
2010-04-23
1
-2
/
+2
*
llvmpipe: move LP_MAX_TEXTURE_x_LEVELS, etc to lp_tile_size.h
Brian Paul
2010-04-23
1
-2
/
+0
*
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-5
/
+3
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-4
/
+4
*
llvmpipe: Don't use texture transfer internally.
José Fonseca
2010-03-13
1
-2
/
+0
*
llvmpipe: reorganize transfer usage
Keith Whitwell
2010-03-02
1
-8
/
+26
*
llvmpipe: more lp_rasterizer_task parameter passing
Brian Paul
2010-02-24
1
-2
/
+1
*
Revert "llvmpipe: Move tile coordinate assertion into a more useful place."
José Fonseca
2010-02-11
1
-3
/
+3
*
llvmpipe: Move tile coordinate assertion into a more useful place.
José Fonseca
2010-02-11
1
-3
/
+3
*
llvmpipe: s/textured/texture/
Brian Paul
2010-02-08
1
-2
/
+2
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
1
-1
/
+1
*
llvmpipe: added scene functions for texture reference counting
Brian Paul
2010-01-13
1
-0
/
+16
[next]