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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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: 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: 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
*
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
*
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
*
gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT
Brian Paul
2008-08-06
2
-0
/
+7
*
softpipe: add texture border color code
Brian Paul
2008-08-06
1
-9
/
+19
*
tgsi: Put a newline after IMM.
Michal Krol
2008-08-04
1
-13
/
+5
*
softpipe: support PIPE_FORMAT_R16_SNORM.
Younes Manton
2008-08-02
1
-0
/
+46
*
tgsi: Insert newlines after the statements, instead of before.
José Fonseca
2008-07-30
1
-3
/
+6
*
util: Don't define replacement math functions for CE.
José Fonseca
2008-07-28
1
-1
/
+1
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
66
-102
/
+100
*
gallium: Windows miniport portability fixes.
José Fonseca
2008-07-26
3
-7
/
+78
*
softpipe: Remove unused variables.
José Fonseca
2008-07-24
1
-2
/
+0
*
tgsi: Silent msvc warning.
José Fonseca
2008-07-24
1
-1
/
+1
*
gallium: bump TGSI_EXEC_NUM_TEMPS to 128
Brian Paul
2008-07-23
1
-1
/
+1
*
gallium: print extended swizzle negation flags
Brian Paul
2008-07-23
1
-0
/
+8
*
tgsi: Fix tgsi_util_get_full_src_register_extswizzle().
Michal Krol
2008-07-23
1
-1
/
+1
*
i915: intel_flush_frontbuffer does work
Jakob Bornecrantz
2008-07-23
1
-5
/
+3
*
tgsi: Fix immediate usage checks.
Michal Krol
2008-07-22
1
-11
/
+45
*
win32kprof: Store the profile data as an caller->callee hash table, instead o...
José Fonseca
2008-07-22
1
-121
/
+187
*
gallium: Open a new file when existing profile memory map is exhausted.
José Fonseca
2008-07-22
1
-34
/
+113
*
tgsi: Update Makefile to include tgsi_iterate.c
Jakob Bornecrantz
2008-07-21
1
-0
/
+1
*
tgsi: Parse source register extended swizzle.
Michal Krol
2008-07-20
1
-27
/
+64
*
tgsi: Add support for branch instructions with target labels.
Michal Krol
2008-07-20
1
-119
/
+137
*
tgsi: Warn if an indirect register not ADDR[0].
Michal Krol
2008-07-20
1
-5
/
+8
*
tgsi: Add support for indirect addressing in dump, sanity and text modules.
Michal Krol
2008-07-20
3
-71
/
+215
*
tgsi: Remove redundant code.
Michal Krol
2008-07-20
2
-2
/
+0
*
tgsi: Use tgsi_iterate in tgsi_dump.
Michal Krol
2008-07-20
1
-32
/
+57
*
tgsi: Keep version and processor info in iterate_ctx.
Michal Krol
2008-07-20
2
-0
/
+6
*
tgsi: Fix error handling.
Michal Krol
2008-07-20
1
-1
/
+1
*
tgsi: Tidy up and fix tgsi_dump.
Michal Krol
2008-07-20
2
-116
/
+101
*
tgsi: Fix dump enums.
Michal Krol
2008-07-20
1
-11
/
+4
[next]