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_rast_priv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-3
/
+3
*
llvmpipe: simplify address calculation for 4x4 blocks
Roland Scheidegger
2015-03-28
1
-72
/
+15
*
llvmpipe: (trivial) drop "unswizzled" from some function names
Roland Scheidegger
2014-05-31
1
-20
/
+22
*
llvmpipe: handle NULL color buffer pointers
Brian Paul
2014-01-17
1
-2
/
+9
*
llvmpipe: clamp fragment shader depth write to the current viewport depth range.
Matthew McClure
2013-12-09
1
-1
/
+4
*
llvmpipe: support 8bit subpixel precision
Zack Rusin
2013-11-25
1
-0
/
+27
*
llvmpipe: fix pipeline statistics with a null ps
Zack Rusin
2013-08-14
1
-1
/
+2
*
llvmpipe: rework query logic
Roland Scheidegger
2013-06-26
1
-5
/
+4
*
llvmpipe: handle more queries
Roland Scheidegger
2013-06-19
1
-1
/
+5
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
1
-6
/
+14
*
llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4
Roland Scheidegger
2013-05-31
1
-15
/
+22
*
llvmpipe: Remove x/y from cmd_bin
Adam Jackson
2013-05-31
1
-1
/
+1
*
llvmpipe: get rid of unused tiled/linear logic
Roland Scheidegger
2013-05-18
1
-1
/
+3
*
llvmpipe: get rid of depth swizzling.
Roland Scheidegger
2013-05-03
1
-39
/
+66
*
llvmpipe: support rendering to buffer render targets.
Roland Scheidegger
2013-02-28
1
-2
/
+2
*
llvmpipe: refactoring of visibility counter handling
Roland Scheidegger
2013-02-08
1
-3
/
+3
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
1
-1
/
+2
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
1
-79
/
+2
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
1
-3
/
+78
*
llvmpipe: fix the LP_NO_RAST debug option
Brian Paul
2012-06-25
1
-0
/
+1
*
llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...
José Fonseca
2011-10-05
1
-0
/
+6
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-2
/
+2
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-3
/
+6
*
llvmpipe: slightly shrink the size of a binned triangle
Keith Whitwell
2010-10-15
1
-3
/
+3
*
llvmpipe: don't pass frontfacing as a float
Keith Whitwell
2010-10-15
1
-1
/
+1
*
llvmpipe: reintroduce SET_STATE binner command
Keith Whitwell
2010-10-15
1
-1
/
+6
*
llvmpipe: add rast_tri_4_16 for small lines and points
Keith Whitwell
2010-10-08
1
-0
/
+4
*
llvmpipe: introduce tri_3_4 for tiny triangles
Keith Whitwell
2010-09-12
1
-1
/
+3
*
llvmpipe: rasterization debugging helpers
Keith Whitwell
2010-09-07
1
-0
/
+2
*
llvmpipe: use opcodes instead of function pointers in bins
Keith Whitwell
2010-09-07
1
-35
/
+34
*
llvmpipe: rework fences and queries
Keith Whitwell
2010-09-07
1
-0
/
+1
*
llvmpipe: fix on-debug build breakage
Brian Paul
2010-07-29
1
-1
/
+1
*
llvmpipe: added some jit debug code
Brian Paul
2010-07-29
1
-0
/
+30
*
llvmpipe: use single swizzled tile
Keith Whitwell
2010-07-16
1
-14
/
+10
*
llvmpipe: Remove redundant statement.
José Fonseca
2010-07-15
1
-1
/
+0
*
llvmpipe: eliminate the set_state rasterizer command
Keith Whitwell
2010-07-13
1
-7
/
+8
*
llvmpipe: pass mask into fragment shader
Keith Whitwell
2010-07-13
1
-13
/
+50
*
llvmpipe: use dummy tile when out of memory
Brian Paul
2010-06-30
1
-9
/
+14
*
llvmpipe: don't crash/assert on out of memory
Brian Paul
2010-06-29
1
-1
/
+2
*
llvmpipe: Remove unused framebuffer stuff from the rasterizer.
José Fonseca
2010-05-30
1
-7
/
+0
*
llvmpipe: Pass the fs variant to the rasterizer.
José Fonseca
2010-05-30
1
-1
/
+2
*
llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
José Fonseca
2010-05-12
1
-0
/
+1
*
llvmpipe: implement occlusion query
Qicheng Christopher Li
2010-05-06
1
-1
/
+4
*
llvmpipe: comment-out unused field for now
Brian Paul
2010-04-27
1
-1
/
+1
*
llvmpipe: Move the determination of the number of threads to the screen.
José Fonseca
2010-04-24
1
-5
/
+3
*
Merge the lp-surface-tiling branch into master.
Brian Paul
2010-04-16
1
-42
/
+63
*
gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through
Brian Paul
2010-03-18
1
-0
/
+1
*
llvmpipe: reorganize transfer usage
Keith Whitwell
2010-03-02
1
-19
/
+31
*
llvmpipe: clean up rasterization threads upon context destruction
Brian Paul
2010-02-24
1
-0
/
+1
*
llvmpipe: pass fewer parameters to rasterization functions
Brian Paul
2010-02-24
1
-6
/
+5
[next]