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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: pf_sprint_name -> pf_name
Ben Skeggs
2008-08-11
7
-33
/
+13
*
Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-08-11
60
-2987
/
+6925
|
\
|
*
trace: Dump writes to pipe_buffers.
José Fonseca
2008-08-09
2
-1
/
+56
|
*
trace: Prevent tracing internal pipe driver calls.
José Fonseca
2008-08-09
2
-5
/
+7
|
*
gallium: Invert include order.
José Fonseca
2008-08-09
1
-2
/
+2
|
*
trace: Dump shaders as text.
José Fonseca
2008-08-09
2
-5
/
+44
|
*
tgsi: Dump shaders to a string too.
José Fonseca
2008-08-09
2
-46
/
+127
|
*
util: Utility functions to print to a string buffer without overflowing.
José Fonseca
2008-08-09
1
-0
/
+37
|
*
trace: Allow to dump binary data.
José Fonseca
2008-08-09
4
-27
/
+37
|
*
trace: Trace pipe_winsys calls.
José Fonseca
2008-08-09
5
-8
/
+482
|
*
trace: Remove unused code.
José Fonseca
2008-08-09
1
-2
/
+0
|
*
mesa: fix some feature tests
Brian Paul
2008-08-08
2
-6
/
+2
|
*
mesa: fix some pixel transfer state tests for depth formats
Brian Paul
2008-08-08
1
-5
/
+9
|
*
gallium: fix additional glCopyTex[Sub]Image issues
Brian Paul
2008-08-08
1
-34
/
+84
|
*
mesa: fix out-of-bounds memory reads in swizzle_copy()
Brian Paul
2008-08-08
1
-29
/
+89
|
*
trace: Prevent from internal calls from pipe_context to pipe_screen from bein...
José Fonseca
2008-08-08
1
-0
/
+6
|
*
gallium: Add destroy callback to all *_winsys interfaces.
José Fonseca
2008-08-08
9
-0
/
+32
|
*
i965: Remove extraneous arg to debug_printf.
José Fonseca
2008-08-08
1
-1
/
+1
|
*
gallium: clean-up, remove dead code, update comments
Brian Paul
2008-08-07
1
-241
/
+89
|
*
gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil
Brian Paul
2008-08-07
1
-0
/
+5
|
*
softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORM
Brian Paul
2008-08-07
2
-0
/
+16
|
*
trace: Simplify HTML output.
José Fonseca
2008-08-07
1
-40
/
+7
|
*
trace: Merge the CSS into the XSL.
José Fonseca
2008-08-07
2
-74
/
+56
|
*
trace: Dump format names.
José Fonseca
2008-08-07
5
-4
/
+13
|
*
gallium: s/pf_sprint_name/pf_name/
Brian Paul
2008-08-07
1
-3
/
+2
|
*
gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.
Brian Paul
2008-08-07
1
-8
/
+4
|
*
gallium: s/printf/debug_printf/
Brian Paul
2008-08-07
1
-2
/
+2
|
*
gallium: new/better debug code (disabled)
Brian Paul
2008-08-07
2
-2
/
+9
|
*
gallium: implement a bunch of missing put_tile functions
Brian Paul
2008-08-07
1
-26
/
+137
|
*
gallium: enable the call to r16_put_tile_rgba(), silences warning
Brian Paul
2008-08-07
1
-1
/
+1
|
*
mesa: fix glBindTexture comment/error string
Brian Paul
2008-08-07
1
-2
/
+2
|
*
mesa: glsl: regenerated files
Brian Paul
2008-08-07
7
-2497
/
+2522
|
*
mesa: glsl: finish up support for precision qualifiers
Brian Paul
2008-08-07
2
-4
/
+27
|
*
mesa: pf_sprint_name->pf_name.
José Fonseca
2008-08-07
2
-10
/
+2
|
*
gallium: Simplify format->name conversion.
José Fonseca
2008-08-07
2
-5
/
+4
|
*
trace: Dump state.
José Fonseca
2008-08-07
6
-25
/
+549
|
*
trace: Trace pipe context calls.
José Fonseca
2008-08-07
3
-7
/
+1027
|
*
trace: Add missing XSL and CSS.
José Fonseca
2008-08-07
2
-0
/
+186
|
*
xlib: Integrate with the trace pipe driver.
José Fonseca
2008-08-07
2
-25
/
+42
|
*
trace: New pipe driver to trace incoming calls.
José Fonseca
2008-08-07
12
-0
/
+1300
|
*
pipebuffer: Add an extra assertion to ensure buffers do not jump between lists.
José Fonseca
2008-08-07
1
-6
/
+8
|
*
gallium: New function to dump surfaces.
José Fonseca
2008-08-07
2
-7
/
+44
|
*
mesa: Extend GLSL syntax to accept type precision in full type specifiers.
Michal Krol
2008-08-07
3
-24
/
+53
|
*
mesa: Silence compiler warnings on Windows.
Michal Krol
2008-08-07
2
-3
/
+3
|
*
softpipe: Silence compiler warnings on Windows.
Michal Krol
2008-08-07
1
-3
/
+3
|
*
gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()
Brian Paul
2008-08-06
1
-6
/
+6
*
|
nv40/nv50: enable mirror wrap modes
Ben Skeggs
2008-08-07
2
-0
/
+6
*
|
nouveau: fix build
Ben Skeggs
2008-08-07
17
-23
/
+23
*
|
Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1
Ben Skeggs
2008-08-07
101
-1927
/
+2610
|
\
|
|
*
gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT
Brian Paul
2008-08-06
3
-2
/
+15
[next]