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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gallium: Add Solaris atomic function definitions to u_atomic.h
Alan Coopersmith
2010-02-06
1
-1
/
+35
*
tgsi: remove special-case code for fragment position
Brian Paul
2010-02-05
1
-7
/
+1
*
os: Don't assert on missing implementation of barrier init/destroy. Just usage.
José Fonseca
2010-02-05
1
-2
/
+0
*
Merge remote branch 'origin/lp-binning'
José Fonseca
2010-02-05
7
-15
/
+338
|
\
|
*
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-31
56
-918
/
+1631
|
|
\
|
*
|
gallium/util: comments for time-related functions
Brian Paul
2010-01-27
1
-0
/
+9
|
*
|
gallium/util: print dlerror() info upon dlopen() failure
Brian Paul
2010-01-27
1
-2
/
+7
|
*
|
util: fix broken util_ringbuffer_dequeue()
Brian Paul
2010-01-18
1
-3
/
+18
|
*
|
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-16
42
-363
/
+969
|
|
\
\
|
*
|
|
gallium/util: added debug_dump_texture() and ppm output
Brian Paul
2010-01-14
2
-0
/
+79
|
*
|
|
Merge remote branch 'origin/master' into lp-binning
José Fonseca
2010-01-08
144
-6304
/
+8326
|
|
\
\
\
|
*
|
|
|
gallium/util: added util_unreference_framebuffer_state()
Brian Paul
2009-12-11
1
-0
/
+16
|
*
|
|
|
gallium/util: simplify util_framebuffer_state_equal()
Brian Paul
2009-12-11
2
-10
/
+16
|
*
|
|
|
gallium/util: added framebuffer compare, copy util funcs
Brian Paul
2009-12-10
2
-0
/
+58
|
*
|
|
|
util: Force ESI register for cpuid's ebx result.
José Fonseca
2009-10-09
1
-1
/
+1
*
|
|
|
|
auxiliary: util_stream -> os_stream
José Fonseca
2010-02-04
6
-81
/
+78
*
|
|
|
|
os: Ensure header includes are outside extern "C" {}.
José Fonseca
2010-02-04
1
-2
/
+6
*
|
|
|
|
util: Reimplement u_time on top of os_time.
José Fonseca
2010-02-04
4
-261
/
+59
*
|
|
|
|
os: Time abstractions.
José Fonseca
2010-02-04
4
-0
/
+222
*
|
|
|
|
os/os_memory_aligned.h: fix memory allocation alignment for 64 bits
José Fonseca
2010-02-04
2
-3
/
+3
*
|
|
|
|
util: Disable u_time.c implementation for embedded.
José Fonseca
2010-02-04
1
-0
/
+4
*
|
|
|
|
util: Add missing include.
José Fonseca
2010-02-04
1
-0
/
+1
*
|
|
|
|
os: Add missing dummy threading definitions.
José Fonseca
2010-02-04
1
-0
/
+19
*
|
|
|
|
util: Remove unnecessary header.
Vinson Lee
2010-02-03
1
-1
/
+0
*
|
|
|
|
util: Cast to match the MSVC intrinsics.
José Fonseca
2010-02-03
1
-4
/
+4
*
|
|
|
|
util: Don't include system headers inside extern "C" { ... }
José Fonseca
2010-02-03
2
-14
/
+38
*
|
|
|
|
Merge branch 'gallium-embedded'
José Fonseca
2010-02-03
50
-438
/
+1753
|
\
\
\
\
\
|
*
|
|
|
|
os: Also add the aligned memory prototypes to the embedded section.
José Fonseca
2010-02-03
1
-0
/
+6
|
*
|
|
|
|
util: Reimplement all utility functions in terms of the new OS abstraction.
José Fonseca
2010-02-03
4
-409
/
+26
|
*
|
|
|
|
os: New OS abstraction module.
José Fonseca
2010-02-03
9
-0
/
+717
|
*
|
|
|
|
gallium: Move some compiler portability stuff into p_compiler.h
José Fonseca
2010-02-02
1
-7
/
+0
|
*
|
|
|
|
gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...
José Fonseca
2010-02-02
3
-3
/
+140
|
*
|
|
|
|
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
12
-10
/
+537
|
*
|
|
|
|
gallium: Make pipe_atomic a regular int32_t.
José Fonseca
2010-02-02
5
-0
/
+7
|
*
|
|
|
|
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
16
-10
/
+316
|
*
|
|
|
|
util: Add missing includes.
José Fonseca
2010-02-01
3
-0
/
+3
|
*
|
|
|
|
draw: Add missing includes.
José Fonseca
2010-02-01
1
-0
/
+2
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
tgsi: added debugging code to catch divide by zero
Brian Paul
2010-02-03
1
-0
/
+12
*
|
|
|
|
tgsi: convert CHECK_INF_OR_NAN to inline function
Brian Paul
2010-02-03
1
-8
/
+17
*
|
|
|
|
draw: remove old hard-coded shader length limits
Brian Paul
2010-02-02
3
-12
/
+20
*
|
|
|
|
tgsi: added tgsi_alloc_tokens()
Brian Paul
2010-02-02
2
-0
/
+15
*
|
|
|
|
draw: re-implement free_bit() with ffs()
Brian Paul
2010-02-02
2
-12
/
+2
*
|
|
|
|
draw: comments and var renaming
Brian Paul
2010-02-02
1
-10
/
+13
*
|
|
|
|
tgsi: fix comment
Brian Paul
2010-02-02
1
-1
/
+1
*
|
|
|
|
draw: add const qualifiers, fix return types
Brian Paul
2010-02-02
2
-4
/
+6
*
|
|
|
|
draw: new, updated comments
Brian Paul
2010-02-02
1
-4
/
+20
*
|
|
|
|
tgsi: ureg_DECL_gs_input() accepts shader semantics.
Michal Krol
2010-02-02
2
-6
/
+16
|
/
/
/
/
*
|
|
|
gallium: fix blend state cso
Roland Scheidegger
2010-01-30
3
-37
/
+20
*
|
|
|
tgsi: add properties for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
4
-2
/
+122
*
|
|
|
Merge commit 'origin/perrtblend'
Roland Scheidegger
2010-01-28
4
-8
/
+11
|
\
\
\
\
[next]