summaryrefslogtreecommitdiffstats
path: root/src
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-1160-2987/+6925
|\
| * 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
| * mesa: fix some feature testsBrian Paul2008-08-082-6/+2
| * mesa: fix some pixel transfer state tests for depth formatsBrian Paul2008-08-081-5/+9
| * gallium: fix additional glCopyTex[Sub]Image issuesBrian Paul2008-08-081-34/+84
| * mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-29/+89
| * 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: clean-up, remove dead code, update commentsBrian Paul2008-08-071-241/+89
| * 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: fix a few bugs on the fallback CopyTex[Sub]Image() path.Brian Paul2008-08-071-8/+4
| * 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
| * mesa: fix glBindTexture comment/error stringBrian Paul2008-08-071-2/+2
| * mesa: glsl: regenerated filesBrian Paul2008-08-077-2497/+2522
| * mesa: glsl: finish up support for precision qualifiersBrian Paul2008-08-072-4/+27
| * mesa: pf_sprint_name->pf_name.José Fonseca2008-08-072-10/+2
| * 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
| * mesa: Extend GLSL syntax to accept type precision in full type specifiers.Michal Krol2008-08-073-24/+53
| * mesa: Silence compiler warnings on Windows.Michal Krol2008-08-072-3/+3
| * 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-07101-1927/+2610
|\|
| * gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-063-2/+15