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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
1
-1
/
+43
*
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
-4
/
+16
*
os,llvmpipe: Set rasterizer thread names on Linux.
Jose Fonseca
2015-02-13
1
-1
/
+7
*
llvmpipe: Call pipe_thread_wait() on Linux.
José Fonseca
2014-11-13
1
-0
/
+6
*
llvmpipe: Avoid deadlock when unloading opengl32.dll
José Fonseca
2014-11-07
1
-2
/
+6
*
llvmpipe: (trivial) drop "unswizzled" from some function names
Roland Scheidegger
2014-05-31
1
-8
/
+8
*
llvmpipe: fix crash when not all attachments are populated in a fb
Roland Scheidegger
2014-05-31
1
-3
/
+9
*
llvmpipe: fix clearing of individual color buffers in a fb
Roland Scheidegger
2014-04-25
1
-93
/
+29
*
gallium: Use C11 thread abstractions.
José Fonseca
2014-01-23
1
-1
/
+1
*
llvmpipe: handle NULL color buffer pointers
Brian Paul
2014-01-17
1
-17
/
+45
*
llvmpipe: clamp fragment shader depth write to the current viewport depth range.
Matthew McClure
2013-12-09
1
-0
/
+6
*
llvmpipe: support 8bit subpixel precision
Zack Rusin
2013-11-25
1
-0
/
+11
*
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
[next]