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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Register the JIT engine with oprofile on debug/profile builds.
José Fonseca
2010-06-03
2
-1
/
+30
*
gallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca
2010-06-03
5
-52
/
+204
*
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
1
-5
/
+5
*
util/u_debug: add description field to debug_named_value
Joakim Sindholt
2010-06-03
2
-6
/
+20
*
gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
Brian Paul
2010-06-02
1
-1
/
+1
*
gallivm: Add a lp_build_const_elem().
José Fonseca
2010-06-02
2
-14
/
+29
*
llvmpipe: Store often used LLVM types in the lp_build_context.
José Fonseca
2010-06-02
2
-2
/
+30
*
gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...
José Fonseca
2010-06-02
1
-3
/
+9
*
gallivm: Make lp_build_sample_wrap_int usage more accurate.
José Fonseca
2010-06-02
1
-11
/
+2
*
gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().
José Fonseca
2010-06-02
1
-51
/
+50
*
gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().
José Fonseca
2010-06-02
1
-78
/
+32
*
gallivm: Don't use lp_build_sample_wrap_nearest()
José Fonseca
2010-06-02
1
-42
/
+46
*
tgsi: Drop uses_fogcoord and uses_frontfacing from tgsi_scan.
José Fonseca
2010-06-01
2
-16
/
+0
*
tgsi: Remove tgsi-instruction-set.txt.
José Fonseca
2010-06-01
1
-1127
/
+0
*
tgsi: Determine which shader input channels are effectively.
José Fonseca
2010-06-01
4
-7
/
+177
*
gallium/util: Define isfinite and isnan for MSVC.
Chia-I Wu
2010-05-31
1
-0
/
+3
*
util: Add inline function for approximate floating point comparison.
José Fonseca
2010-05-30
1
-0
/
+9
*
draw: Use pointer_to_func() instead of custom wrappers.
José Fonseca
2010-05-30
1
-30
/
+3
*
util: Generic pointer to func conversion helper.
José Fonseca
2010-05-30
1
-0
/
+12
*
gallivm: add assertions to check type of phi variables
Brian Paul
2010-05-27
1
-0
/
+2
*
util: Also add a define for the dynamic library's prefix.
José Fonseca
2010-05-27
1
-0
/
+3
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-05-26
1
-2
/
+0
*
util: Remove unnecessary headers.
Vinson Lee
2010-05-26
1
-2
/
+0
*
util: update comments at blitter
Marek Olšák
2010-05-25
1
-1
/
+1
*
util: fix indentation in blitter
Marek Olšák
2010-05-25
1
-14
/
+14
*
r300g,util: remove pipe_surface from the util_blitter_copy interface and clea...
Marek Olšák
2010-05-25
2
-126
/
+121
*
r300g,util: remove pipe_surface from the util_blitter_fill interface and clea...
Marek Olšák
2010-05-25
2
-25
/
+29
*
util: remove unused util_blitter_copy_surface
Marek Olšák
2010-05-25
1
-19
/
+1
*
gallivm: Choose an appropriate code generation optimization level.
José Fonseca
2010-05-25
1
-1
/
+33
*
gallivm: Efficient implementation of sin/cos.
Qicheng Christopher Li
2010-05-24
1
-105
/
+429
*
util/blitter: allow NULL clear color
Marek Olšák
2010-05-23
1
-5
/
+14
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
10
-202
/
+176
|
\
|
*
util: fix obvious util_blitter_copy bugs...
Roland Scheidegger
2010-05-19
1
-4
/
+3
|
*
util: util_blitter_fill no longer needs to handle overlap
Roland Scheidegger
2010-05-19
1
-52
/
+2
|
*
util: fix some leftover util_surface_fill/copy calls
Roland Scheidegger
2010-05-18
2
-8
/
+18
|
*
gallium/util: adapt util code to interface changes
Roland Scheidegger
2010-05-17
8
-143
/
+145
|
*
Merge commit 'origin/master' into gallium-msaa
Roland Scheidegger
2010-05-04
31
-782
/
+843
|
|
\
|
*
\
Merge commit 'origin/master' into gallium-msaa
Roland Scheidegger
2010-04-30
35
-362
/
+725
|
|
\
\
|
*
|
|
gallium: fix glaring bugs in last commit
Roland Scheidegger
2010-04-27
1
-1
/
+1
|
*
|
|
gallium: interface changes for multisampling
Roland Scheidegger
2010-04-26
2
-0
/
+13
*
|
|
|
Merge branch 'gallium-front-ccw'
Keith Whitwell
2010-05-21
10
-29
/
+55
|
\
\
\
\
|
*
|
|
|
draw: fix front/back error in unfilled pipeline stage
Keith Whitwell
2010-05-14
1
-3
/
+4
|
*
|
|
|
draw: fix typo checking for unfilled polygons
Keith Whitwell
2010-05-14
1
-1
/
+1
|
*
|
|
|
gallium: more work on ccw flag removal
Keith Whitwell
2010-05-14
1
-0
/
+18
|
*
|
|
|
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
9
-28
/
+35
*
|
|
|
|
gallivm: rename a var: s/val/array_size/
Brian Paul
2010-05-20
1
-3
/
+3
*
|
|
|
|
gallivm: fix spelling in comment
Brian Paul
2010-05-20
1
-1
/
+1
*
|
|
|
|
gallivm: handle pointer types in lp_dump_llvmtype()
Brian Paul
2010-05-20
1
-0
/
+5
*
|
|
|
|
gallium: fix/update tex target dumping
Brian Paul
2010-05-20
1
-0
/
+2
*
|
|
|
|
gallium: added util_dump_logicop()
Brian Paul
2010-05-20
2
-0
/
+46
[next]