summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nouveau: pf_sprint_name -> pf_nameBen Skeggs2008-08-117-33/+13
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-1140-131/+4046
|\
| * trace: Dump writes to pipe_buffers.José Fonseca2008-08-092-1/+56
| * trace: Prevent tracing internal pipe driver calls.José Fonseca2008-08-092-5/+7
| * gallium: Invert include order.José Fonseca2008-08-091-2/+2
| * trace: Dump shaders as text.José Fonseca2008-08-092-5/+44
| * tgsi: Dump shaders to a string too.José Fonseca2008-08-092-46/+127
| * util: Utility functions to print to a string buffer without overflowing.José Fonseca2008-08-091-0/+37
| * trace: Allow to dump binary data.José Fonseca2008-08-094-27/+37
| * trace: Trace pipe_winsys calls.José Fonseca2008-08-095-8/+482
| * trace: Remove unused code.José Fonseca2008-08-091-2/+0
| * trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca2008-08-081-0/+6
| * gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-089-0/+32
| * i965: Remove extraneous arg to debug_printf.José Fonseca2008-08-081-1/+1
| * gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul2008-08-071-0/+5
| * softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORMBrian Paul2008-08-072-0/+16
| * trace: Simplify HTML output.José Fonseca2008-08-071-40/+7
| * trace: Merge the CSS into the XSL.José Fonseca2008-08-072-74/+56
| * trace: Dump format names.José Fonseca2008-08-075-4/+13
| * gallium: s/pf_sprint_name/pf_name/Brian Paul2008-08-071-3/+2
| * gallium: s/printf/debug_printf/Brian Paul2008-08-071-2/+2
| * gallium: new/better debug code (disabled)Brian Paul2008-08-072-2/+9
| * gallium: implement a bunch of missing put_tile functionsBrian Paul2008-08-071-26/+137
| * gallium: enable the call to r16_put_tile_rgba(), silences warningBrian Paul2008-08-071-1/+1
| * gallium: Simplify format->name conversion.José Fonseca2008-08-072-5/+4
| * trace: Dump state.José Fonseca2008-08-076-25/+549
| * trace: Trace pipe context calls.José Fonseca2008-08-073-7/+1027
| * trace: Add missing XSL and CSS.José Fonseca2008-08-072-0/+186
| * xlib: Integrate with the trace pipe driver.José Fonseca2008-08-072-25/+42
| * trace: New pipe driver to trace incoming calls.José Fonseca2008-08-0712-0/+1300
| * pipebuffer: Add an extra assertion to ensure buffers do not jump between lists.José Fonseca2008-08-071-6/+8
| * gallium: New function to dump surfaces.José Fonseca2008-08-072-7/+44
| * softpipe: Silence compiler warnings on Windows.Michal Krol2008-08-071-3/+3
| * gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()Brian Paul2008-08-061-6/+6
* | nv40/nv50: enable mirror wrap modesBen Skeggs2008-08-072-0/+6
* | nouveau: fix buildBen Skeggs2008-08-0717-23/+23
* | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-08-0770-126/+182
|\|
| * gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-062-0/+7
| * softpipe: add texture border color codeBrian Paul2008-08-061-9/+19
| * tgsi: Put a newline after IMM.Michal Krol2008-08-041-13/+5
| * softpipe: support PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-021-0/+46
| * tgsi: Insert newlines after the statements, instead of before.José Fonseca2008-07-301-3/+6
| * util: Don't define replacement math functions for CE.José Fonseca2008-07-281-1/+1
| * Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-2866-102/+100
* | g3dvl: Temporarily disable IDCT.Younes Manton2008-08-032-15/+19
* | nv40: Support for PIPE_FORMAT_R16_SNORM.Younes Manton2008-08-033-17/+23
* | g3dvl: Use R16_SNORM instead of A8L8_UNORM for block rendering.Younes Manton2008-07-303-276/+153
* | g3dvl: Recursively build dependencies.Younes Manton2008-07-261-0/+2
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-279-17/+92
|\|
| * gallium: Windows miniport portability fixes.José Fonseca2008-07-263-7/+78