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: eliminate tgsi_exec.h include
Keith Whitwell
2010-06-07
1
-1
/
+1
*
util: add util_framebuffer_min_size
Keith Whitwell
2010-06-07
2
-0
/
+40
*
util: allocate larger tmp_row in util_format_translate
Keith Whitwell
2010-06-07
1
-3
/
+4
*
tgsi: reject interpolation and semantics on vs inputs
Keith Whitwell
2010-06-07
1
-2
/
+6
*
util: Remove unnecessary header.
Vinson Lee
2010-06-03
1
-1
/
+0
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
5
-95
/
+151
|
\
|
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
5
-41
/
+41
|
*
util: adapt to clear interface changes
Roland Scheidegger
2010-05-29
5
-95
/
+151
*
|
tgsi: we don't support indirect input/output registers in SSE codegen yet
Brian Paul
2010-06-03
1
-6
/
+10
*
|
tgsi: whitespace cleanup
Brian Paul
2010-06-03
1
-14
/
+2
*
|
gallium: add interpolation parameter to simple shader functions
Brian Paul
2010-06-03
5
-47
/
+56
*
|
util/u_debug: use MAX2 macro
Brian Paul
2010-06-03
1
-7
/
+1
*
|
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
|
|
\
\
[next]