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
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
Brian Paul
2010-07-27
1
-2
/
+3
*
llvmpipe: Use lp_build_select_bitwise() where appropriate.
José Fonseca
2010-07-27
1
-11
/
+11
*
llvmpipe: Partially fix resource texture from_handle
Jakob Bornecrantz
2010-07-22
1
-1
/
+35
*
llvmpipe: Don't align values already aligned
Jakob Bornecrantz
2010-07-22
1
-2
/
+2
*
llvmpipe: say no to depth clamp
Marek Olšák
2010-07-21
1
-0
/
+2
*
llvmpipe: Remove dead initialization.
Vinson Lee
2010-07-18
1
-1
/
+1
*
llvmpipe: Remove unused variable in lp_test_sincos.
Vinson Lee
2010-07-17
1
-2
/
+0
*
llvmpipe: use single swizzled tile
Keith Whitwell
2010-07-16
7
-100
/
+148
*
llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...
José Fonseca
2010-07-16
1
-3
/
+30
*
llvmpipe: Only use -mssse3 on gcc 4.3+
José Fonseca
2010-07-16
1
-1
/
+5
*
llvmpipe: implement instanced drawing functions
Brian Paul
2010-07-15
1
-20
/
+108
*
llvmpipe: Remove redundant statement.
José Fonseca
2010-07-15
1
-1
/
+0
*
llvmpipe: delete lp_test_*.o files with make clean
Brian Paul
2010-07-14
1
-0
/
+3
*
llvmpipe: Remove redundant alignments.
José Fonseca
2010-07-14
2
-3
/
+1
*
llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.
Chris Li
2010-07-14
3
-3
/
+231
*
llvmpipe: fix comment typo
Roland Scheidegger
2010-07-13
1
-2
/
+2
*
llvmpipe: move rasterizer to screen instead of setup context
Roland Scheidegger
2010-07-13
4
-13
/
+22
*
llvmpipe: Align texture data to the cache line.
José Fonseca
2010-07-13
1
-2
/
+5
*
llvmpipe: eliminate the set_state rasterizer command
Keith Whitwell
2010-07-13
8
-92
/
+22
*
llvmpipe: pass mask into fragment shader
Keith Whitwell
2010-07-13
14
-790
/
+901
*
llvmpipe: move fences from per-bin to per-thread
Keith Whitwell
2010-07-13
8
-29
/
+58
*
llvmpipe: Always swizzle/unswizzle whole tiles.
José Fonseca
2010-07-13
3
-18
/
+18
*
llvmpipe: Ignores!
Jakob Bornecrantz
2010-07-13
1
-0
/
+1
*
llvmpipe: Re-enable threading on windows.
José Fonseca
2010-07-12
1
-6
/
+0
*
llvmpipe: Don't build lp_test_round when using MSVC.
Vinson Lee
2010-07-06
1
-1
/
+3
*
llvmpipe: Add lp_test_round to SCons build.
Vinson Lee
2010-07-06
1
-0
/
+1
*
llvmpipe: add test program for round(), trunc(), floor(), ceil()
Brian Paul
2010-07-06
2
-0
/
+278
*
llvmpipe: disconnect vertex texture sampling from the setup
Zack Rusin
2010-07-06
8
-89
/
+85
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
6
-4
/
+96
*
llvmpipe: ensure all bins are reset avoids memory corruption.
Alan Hourihane
2010-07-06
1
-2
/
+2
*
llvmpipe: wait for queries being finished when asked for it or before deletion
Roland Scheidegger
2010-07-05
1
-6
/
+26
*
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-02
1
-1
/
+3
*
gallivm: Fix 4 x unorm8 -> 4 x float conversion.
José Fonseca
2010-07-02
1
-1
/
+1
*
llvmpipe: silence pointer type warnings
Brian Paul
2010-07-01
1
-4
/
+8
*
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-01
1
-71
/
+159
*
gallivm: Allow to conversions to/from registers of different sizes.
José Fonseca
2010-07-01
1
-4
/
+16
*
llvmpipe: Remove lp_build_swizzle2_aos().
José Fonseca
2010-07-01
1
-22
/
+19
*
llvmpipe: another null pointer check
Brian Paul
2010-06-30
1
-1
/
+1
*
llvmpipe: use dummy tile when out of memory
Brian Paul
2010-06-30
3
-14
/
+33
*
llvmpipe: added new lp_memory.[ch] files
Brian Paul
2010-06-30
4
-0
/
+99
*
llvmpipe: Add a new scene state to describe scenes which only have state chan...
José Fonseca
2010-06-30
2
-19
/
+26
*
llvmpipe: Don't reset the bin when there's a zsbuf bound.
José Fonseca
2010-06-30
1
-1
/
+2
*
llvmpipe: don't crash/assert on out of memory
Brian Paul
2010-06-29
3
-13
/
+16
*
llvmpipe: restore call to lp_setup_update_state()
Brian Paul
2010-06-29
1
-0
/
+6
*
mesa: initial support for ARB_geometry_shader4
Zack Rusin
2010-06-28
1
-0
/
+2
*
llvmpipe: set WRITE_ALL only a per-tile basis in lp_resource_copy().
José Fonseca
2010-06-28
1
-9
/
+17
*
llvmpipe: Actually flush in lp_resource_copy()
José Fonseca
2010-06-28
1
-2
/
+2
*
llvmpipe: Ensure outdated framebuffer state is not reused in lp_setup_bind_fr...
José Fonseca
2010-06-28
2
-4
/
+9
*
llvmpipe: fix comment typo
Brian Paul
2010-06-25
1
-1
/
+1
*
llvmpipe: Remove unnecessary header.
Vinson Lee
2010-06-23
1
-1
/
+0
[next]