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
/
auxiliary
/
SConscript
Commit message (
Expand
)
Author
Age
Files
Lines
*
auxiliary: share the source lists
Chia-I Wu
2011-08-23
1
-193
/
+8
*
[g3dvl] sync SConscript with Makefile
Christian König
2011-07-11
1
-3
/
+9
*
Merge remote-tracking branch 'origin/master' into pipe-video
Christian König
2011-06-09
1
-1
/
+1
|
\
|
*
draw: rename draw_vs_varient.c to draw_vs_variant.c
Brian Paul
2011-06-07
1
-1
/
+1
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-04-23
1
-0
/
+1
|
\
|
|
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
1
-0
/
+1
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-19
1
-4
/
+3
|
\
|
|
*
gallivm: Use LLVM MC disassembler, instead of udis86.
José Fonseca
2011-03-13
1
-4
/
+1
|
*
gallium/util: new polygon stipple utility helper
Brian Paul
2011-03-10
1
-0
/
+1
|
*
gallium/util: add LATC support
Marek Olšák
2011-03-08
1
-0
/
+1
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-03
1
-0
/
+1
|
\
|
|
*
gallium: Add u_format_rgtc.c to SConscript.
Vinson Lee
2011-03-01
1
-0
/
+1
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-02-24
1
-1
/
+1
|
\
|
|
*
util: import a new vertex buffer manager
Marek Olšák
2011-02-07
1
-0
/
+1
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2010-12-11
1
-1
/
+1
|
\
|
|
*
util: rename u_mempool -> u_slab
Marek Olšák
2010-11-30
1
-1
/
+1
|
*
gallium: Remove redundant sw and debug target helpers
Jakob Bornecrantz
2010-11-17
1
-1
/
+0
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2010-11-11
1
-34
/
+37
|
\
|
|
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-34
/
+37
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Christian König
2010-10-28
1
-0
/
+1
|
\
|
|
*
gallivm: More detailed analysis of tgsi shaders.
José Fonseca
2010-10-11
1
-0
/
+1
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Christian König
2010-10-12
1
-20
/
+40
|
\
|
|
*
Merge branch 'sprite-coord'
Brian Paul
2010-09-21
1
-0
/
+1
|
|
\
|
|
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
1
-0
/
+1
|
*
|
util/r300g: split the r300 index buffer modifier functions out to util
Dave Airlie
2010-09-20
1
-0
/
+1
|
|
/
|
*
gallivm: Start collecting bitwise arithmetic helpers in a new module.
José Fonseca
2010-09-16
1
-0
/
+1
|
*
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-09-15
1
-0
/
+1
|
*
gallivm: Basic AoS TGSI -> LLVM IR.
José Fonseca
2010-09-11
1
-0
/
+1
|
*
auxiliary: Add missing files to SCons build.
Vinson Lee
2010-08-21
1
-14
/
+16
|
*
auxiliary: add reference count debugging code
Luca Barbieri
2010-08-20
1
-0
/
+1
|
*
os_stream: add printf facility
Luca Barbieri
2010-08-20
1
-0
/
+1
|
*
auxiliary: add functions to describe gallium objects
Luca Barbieri
2010-08-20
1
-0
/
+1
|
*
draw: Remove varray and vcache.
Chia-I Wu
2010-08-16
1
-3
/
+0
|
*
draw: Add vsplit frontend.
Chia-I Wu
2010-08-16
1
-0
/
+1
|
*
auxiliary: Add u_staging.c to SCons build.
Vinson Lee
2010-08-11
1
-0
/
+1
|
*
gallivm: added lp_build_assert() function to make assertions in LLVM code
Brian Paul
2010-07-29
1
-0
/
+1
|
*
scons: Use the current python executable for code generation.
José Fonseca
2010-07-29
1
-2
/
+2
|
*
util: add a memory pool for equally sized memory allocations
Marek Olšák
2010-07-19
1
-0
/
+1
|
*
scons: Fix Cygwin build.
Vinson Lee
2010-07-16
1
-3
/
+3
|
*
draw: implement vertex texture sampling using llvm
Zack Rusin
2010-07-06
1
-1
/
+2
|
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
1
-0
/
+1
|
*
gallivm: Code generate YUV format unpacking.
José Fonseca
2010-07-02
1
-0
/
+1
|
*
draw: limit the number of vertex shader variants kept around
Zack Rusin
2010-06-25
1
-1
/
+2
|
*
gallium: a lot more complete implementation of stream output
Zack Rusin
2010-06-08
1
-0
/
+1
|
*
gallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca
2010-06-03
1
-0
/
+1
|
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
1
-0
/
+1
|
*
gallium: move framebuffer utility functions into a new file
Brian Paul
2010-05-03
1
-0
/
+1
|
*
util: Add small caps checker helper
Jakob Bornecrantz
2010-04-29
1
-0
/
+1
*
|
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
Younes Manton
2010-04-30
1
-23
/
+36
|
\
|
|
*
gallivm: Bring aos format back to life.
José Fonseca
2010-04-20
1
-0
/
+1
[next]