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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r300g: do not make copies of constant buffers, emit them directly
Marek Olšák
2010-07-16
5
-35
/
+27
*
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
*
i965g: Remove dead initialization in precalc_tex.
Vinson Lee
2010-07-16
1
-1
/
+1
*
r300g: rebuild winsys and command submission to support multiple contexts
Marek Olšák
2010-07-16
16
-299
/
+389
*
llvmpipe: implement instanced drawing functions
Brian Paul
2010-07-15
1
-20
/
+108
*
softpipe: re-order drawing functions to get rid of prototype
Brian Paul
2010-07-15
1
-108
/
+102
*
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
*
r300g: do not advertise half_float_vertex on rv3x0
Marek Olšák
2010-07-13
1
-2
/
+2
*
r300g: extend and clean up debug logging
Marek Olšák
2010-07-13
5
-17
/
+23
*
r300g/swtcl: do not emit texcoords if they are also stuffed in GA
Marek Olšák
2010-07-13
1
-3
/
+6
*
r300g: rework the draw_rectangle hook
Marek Olšák
2010-07-13
1
-89
/
+23
*
r300g: Remove unnecessary header.
Vinson Lee
2010-07-12
1
-1
/
+0
*
llvmpipe: Re-enable threading on windows.
José Fonseca
2010-07-12
1
-6
/
+0
*
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR
nobled
2010-07-12
2
-14
/
+0
*
r300g: implement fast color clear
Marek Olšák
2010-07-12
10
-13
/
+178
*
r300g: clear and copy a resource with a rectangular point sprite
Marek Olšák
2010-07-12
2
-3
/
+152
*
r300g: do not use immediate mode if there is a VBO in VRAM
Marek Olšák
2010-07-12
2
-4
/
+5
*
r300g: ugly fix of a hardlock in the cubestorm xscreensaver
Marek Olšák
2010-07-12
2
-3
/
+5
*
r300g: allow the GTT domain for samplers
Marek Olšák
2010-07-09
2
-5
/
+12
*
r300g/swtcl: fix out-of-bounds write
Marek Olšák
2010-07-09
1
-1
/
+1
*
r300g: fix texturing with negative lod bias
Marek Olšák
2010-07-09
1
-1
/
+1
*
r300g: store/return the stride for winsys_handle in winsys
Marek Olšák
2010-07-08
2
-12
/
+10
*
r300g: fix transfering compressed textures
Marek Olšák
2010-07-08
1
-1
/
+1
*
r300g: add a function for marking framebuffer atoms as dirty
Marek Olšák
2010-07-08
3
-11
/
+32
*
r300g: minor fixups
Marek Olšák
2010-07-08
5
-7
/
+7
*
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
*
r300/compiler: Implement KILP opcode.
Tom Stellard
2010-07-06
1
-1
/
+1
*
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
*
i915g: Remove unnecessary header.
Vinson Lee
2010-07-04
1
-1
/
+0
*
i915g: Minor cleanups
Jakob Bornecrantz
2010-07-04
2
-9
/
+16
*
i915g: Make batchbuffer flush function not be inline
Jakob Bornecrantz
2010-07-04
3
-15
/
+28
*
i915g: Rename texture state to map state
Jakob Bornecrantz
2010-07-04
1
-23
/
+23
[prev]
[next]