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
/
auxiliary
/
Makefile
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: consolidate some compiler -D flags
Brian Paul
2010-12-03
1
-3
/
+0
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
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
-2
/
+1
*
Fix build on systems where "python" is python 3.
Kenneth Graunke
2010-10-27
1
-5
/
+5
*
gallivm: More detailed analysis of tgsi shaders.
José Fonseca
2010-10-11
1
-0
/
+1
*
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: Reorder list of files in Makefile.
Vinson Lee
2010-08-21
1
-14
/
+14
*
gallium/auxiliary: add semantic linkage utility code
Luca Barbieri
2010-08-21
1
-0
/
+1
*
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: support for transfers using staging resources
Luca Barbieri
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
*
util: add a memory pool for equally sized memory allocations
Marek Olšák
2010-07-19
1
-0
/
+1
*
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: fix build with llvm and make
Marek Olšák
2010-06-26
1
-0
/
+1
*
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
-1
/
+2
*
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
*
gallivm: Bring aos format back to life.
José Fonseca
2010-04-20
1
-0
/
+1
*
draw: Remove draw_vs_llvm.c.
José Fonseca
2010-04-20
1
-1
/
+0
*
auxiliary: add util_surfaces to track a resource's pipe_surface structs
Luca Barbieri
2010-04-18
1
-0
/
+1
*
gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory
Brian Paul
2010-04-16
1
-3
/
+0
*
gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directory
Brian Paul
2010-04-16
1
-1
/
+0
*
gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory
Brian Paul
2010-04-16
1
-1
/
+0
*
gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directory
Brian Paul
2010-04-16
1
-1
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-2
/
+2
*
util: Add dedicated depth-stencil packing/unpacking functions.
José Fonseca
2010-04-09
1
-0
/
+1
*
util: Describe, implement, and test the new D3D9 color formats.
José Fonseca
2010-04-08
1
-0
/
+1
*
util: Implement YUV and subsampled RGB format conversion.
José Fonseca
2010-04-07
1
-0
/
+1
*
gallium: Add files to Makefile.
Vinson Lee
2010-04-07
1
-1
/
+4
*
gallivm: Move the global LLVM objects (module, engine, provider, target) into...
José Fonseca
2010-04-06
1
-2
/
+2
*
util: Support all SRGB formats.
José Fonseca
2010-04-06
1
-3
/
+5
*
gallium/util: pregenerate half float tables
Luca Barbieri
2010-04-02
1
-1
/
+4
*
gallium/util: rewrite global constructor system for half floats (GCC/MSVC only!)
Luca Barbieri
2010-04-01
1
-3
/
+0
*
gallium/util: add fast half float conversion functions
Luca Barbieri
2010-04-01
1
-0
/
+4
*
util: Hook into libtxc_dxtn.so (WIP).
José Fonseca
2010-03-31
1
-0
/
+1
*
util: Use u_format_pack.py's code instead of u_format_access.py.
José Fonseca
2010-03-31
1
-2
/
+1
[next]