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
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: fix incorrect instancing divisor in LLVM code
Brian Paul
2010-07-19
1
-3
/
+6
*
r300g: fix possible crash in destroy_context
Marek Olšák
2010-07-19
1
-2
/
+2
*
util: remove the dummy field in mempool
Marek Olšák
2010-07-19
2
-14
/
+4
*
util: add dummy field to empty structure types
Brian Paul
2010-07-19
2
-2
/
+2
*
r300g: fix typo
Marek Olšák
2010-07-19
1
-1
/
+1
*
r300g: use memory pools for buffer_create and get_transfer
Marek Olšák
2010-07-19
5
-24
/
+101
*
util: add a memory pool for equally sized memory allocations
Marek Olšák
2010-07-19
4
-0
/
+267
*
r300g: u_upload optimisation
Dave Airlie
2010-07-18
4
-7
/
+15
*
gallium/st/dri2: add dri2 vblank query extension support
Sven Arvidsson
2010-07-18
1
-0
/
+1
*
llvmpipe: Remove dead initialization.
Vinson Lee
2010-07-18
1
-1
/
+1
*
r300g: final fix for r3xx constant buffer emission
Marek Olšák
2010-07-17
1
-1
/
+1
*
r300g: fix typo in r3xx constant buffer emission
Marek Olšák
2010-07-17
1
-1
/
+1
*
r300g: fix constant buffer emission on r3xx
Marek Olšák
2010-07-17
1
-1
/
+1
*
llvmpipe: Remove unused variable in lp_test_sincos.
Vinson Lee
2010-07-17
1
-2
/
+0
*
nv50: s/__func__/__FUNCTION__/
Vinson Lee
2010-07-16
1
-1
/
+1
*
nouveau: s/__func__/__FUNCTION__/
Vinson Lee
2010-07-16
1
-1
/
+1
*
nouveau: s/snprintf/util_snprintf/
Vinson Lee
2010-07-16
1
-1
/
+2
*
r300g: Remove unnecessary header.
Vinson Lee
2010-07-16
1
-1
/
+0
*
nouveau: s/inline/INLINE/
Vinson Lee
2010-07-16
3
-5
/
+5
*
scons: Fix Cygwin build.
Vinson Lee
2010-07-16
1
-3
/
+3
*
r300g: inline winsys_buffer_destroy
Marek Olšák
2010-07-16
1
-12
/
+4
*
r300g: do not make copies of constant buffers, emit them directly
Marek Olšák
2010-07-16
7
-47
/
+28
*
draw: updated debug/dump code
Brian Paul
2010-07-16
1
-12
/
+25
*
draw: added array element debug / bounds checking code (disabled)
Brian Paul
2010-07-16
1
-4
/
+24
*
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
*
draw/llvm: adjust the instance id at run time
Zack Rusin
2010-07-16
3
-16
/
+29
*
draw: use the instance id when fetching vertex data
Zack Rusin
2010-07-16
1
-3
/
+11
*
st/egl: Fix build on FreeBSD.
Chia-I Wu
2010-07-16
1
-1
/
+1
*
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
20
-557
/
+664
*
llvmpipe: implement instanced drawing functions
Brian Paul
2010-07-15
1
-20
/
+108
*
draw: update comments for drawing functions
Brian Paul
2010-07-15
1
-5
/
+16
*
draw: move prototype, update comment
Brian Paul
2010-07-15
1
-3
/
+3
*
softpipe: re-order drawing functions to get rid of prototype
Brian Paul
2010-07-15
1
-108
/
+102
*
graw: new tri-instanced.c program to test instanced drawing
Brian Paul
2010-07-15
2
-0
/
+297
*
llvmpipe: Remove redundant statement.
José Fonseca
2010-07-15
1
-1
/
+0
*
tgsi: Remove dead assignment in uprcase function.
Vinson Lee
2010-07-15
1
-1
/
+1
*
llvmpipe: delete lp_test_*.o files with make clean
Brian Paul
2010-07-14
1
-0
/
+3
*
gallium: added CLEAN_EXTRA var for make clean target
Brian Paul
2010-07-14
1
-1
/
+1
*
gallium: Ensure prototypes are wrapped in extern "C".
José Fonseca
2010-07-14
1
-0
/
+11
*
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
*
gallium: Add a macro for memory barriers.
José Fonseca
2010-07-14
1
-0
/
+19
*
gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.
José Fonseca
2010-07-14
1
-0
/
+5
*
Merge branch 'mesa-2d-registers'
Zack Rusin
2010-07-13
3
-5
/
+14
|
\
|
*
tgsi: make sure that we print out the adjacency prims correctly
Zack Rusin
2010-07-10
1
-1
/
+5
|
*
draw: fix decomposition to work with adjacency primitives
Zack Rusin
2010-07-10
1
-3
/
+8
|
*
mesa: get the translation from mesa 2d regs to tgsi working
Zack Rusin
2010-07-10
1
-1
/
+1
[next]