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_rast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: fix pipeline statistics with a null ps
Zack Rusin
2013-08-14
1
-1
/
+2
*
llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes.
Zack Rusin
2013-07-22
1
-0
/
+8
*
llvmpipe: Remove lp_rast_get_num_threads().
José Fonseca
2013-07-22
1
-8
/
+0
*
util: treat denorm'ed floats like zero
Zack Rusin
2013-07-09
1
-0
/
+6
*
llvmpipe: rework query logic
Roland Scheidegger
2013-06-26
1
-38
/
+18
*
llvmpipe: handle more queries
Roland Scheidegger
2013-06-19
1
-3
/
+16
*
llvmpipe: fixes for conditional rendering
Roland Scheidegger
2013-06-18
1
-0
/
+2
*
util: new util_fill_box helper
Roland Scheidegger
2013-06-13
1
-29
/
+25
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
1
-91
/
+107
*
llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
Roland Scheidegger
2013-06-05
1
-4
/
+4
*
llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4
Roland Scheidegger
2013-05-31
1
-23
/
+33
*
llvmpipe: Remove x/y from cmd_bin
Adam Jackson
2013-05-31
1
-23
/
+14
*
llvmpipe: handle z32s8x24 depth/stencil format
Roland Scheidegger
2013-05-18
1
-2
/
+26
*
llvmpipe: get rid of depth swizzling.
Roland Scheidegger
2013-05-03
1
-98
/
+69
*
llvmpipe: implement so_overflow query
Zack Rusin
2013-04-26
1
-0
/
+2
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
1
-0
/
+2
*
llvmpipe: implement PIPE_QUERY_SO_STATISTICS
Zack Rusin
2013-04-10
1
-0
/
+2
*
llvmpipe: support rendering to buffer render targets.
Roland Scheidegger
2013-02-28
1
-22
/
+3
*
llvmpipe: remove lp_swizzled_cbuf
Adhemerval Zanella
2013-02-11
1
-2
/
+0
*
llvmpipe: refactoring of visibility counter handling
Roland Scheidegger
2013-02-08
1
-4
/
+4
*
llvmpipe: fix clearing integer color buffers
Roland Scheidegger
2013-01-10
1
-24
/
+80
*
llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
José Fonseca
2012-12-20
1
-6
/
+0
*
llvmpipe: EXT_transform_feedback support (v1.1)
Dave Airlie
2012-12-06
1
-1
/
+7
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
1
-10
/
+43
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
1
-186
/
+16
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
1
-41
/
+81
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-0
/
+1
*
llvmpipe: fix comment typo
Brian Paul
2012-06-29
1
-1
/
+1
*
llvmpipe: fix the LP_NO_RAST debug option
Brian Paul
2012-06-25
1
-15
/
+21
*
llvmpipe: fix symbol conflict on Haiku
Alexander von Gluck
2012-01-24
1
-2
/
+2
*
llvmpipe: Make more resilient to out-of-memory situations.
José Fonseca
2011-11-14
1
-2
/
+11
*
llvmpipe: Ensure the 16x16 special rasterization path does not touch outside ...
José Fonseca
2011-10-05
1
-0
/
+2
*
llvmpipe: Convert some of the null checks back to asserts.
José Fonseca
2011-09-29
1
-26
/
+12
*
llvmpipe: add some null pointer checks
Brian Paul
2011-09-09
1
-0
/
+26
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-6
/
+5
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-2
/
+3
*
llvmpipe: guard against NULL task->query pointer
Keith Whitwell
2010-11-02
1
-2
/
+5
*
llvmpipe: slightly shrink the size of a binned triangle
Keith Whitwell
2010-10-15
1
-6
/
+6
*
llvmpipe: don't pass frontfacing as a float
Keith Whitwell
2010-10-15
1
-2
/
+2
*
llvmpipe: reintroduce SET_STATE binner command
Keith Whitwell
2010-10-15
1
-2
/
+11
*
llvmpipe: add rast_tri_4_16 for small lines and points
Keith Whitwell
2010-10-08
1
-0
/
+1
*
llvmpipe: Cleanup depth-stencil clears.
José Fonseca
2010-10-06
1
-9
/
+25
*
llvmpipe: introduce tri_3_4 for tiny triangles
Keith Whitwell
2010-09-12
1
-0
/
+1
*
llvmpipe: rasterization debugging helpers
Keith Whitwell
2010-09-07
1
-0
/
+3
*
llvmpipe: use opcodes instead of function pointers in bins
Keith Whitwell
2010-09-07
1
-108
/
+95
*
llvmpipe: rearrange queries
Keith Whitwell
2010-09-07
1
-110
/
+35
*
llvmpipe: enforce fixed memory limit on scenes
Keith Whitwell
2010-09-07
1
-5
/
+6
*
llvmpipe: clean up deferred zstencil clears
Keith Whitwell
2010-09-07
1
-3
/
+2
*
llvmpipe: rework fences and queries
Keith Whitwell
2010-09-07
1
-30
/
+27
*
llvmpipe: remove dead code
Keith Whitwell
2010-08-25
1
-37
/
+0
[next]