summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-12trace: Fix hexadecimal dumping.José Fonseca
2008-08-12trace: Trace winsys/screen/context creation.José Fonseca
2008-08-12trace: Trace texture depth.José Fonseca
2008-08-12python: Update the documentation.José Fonseca
2008-08-12softpipe: Include missing header.Michal Krol
2008-08-11mesa: glsl: regenerated fileBrian Paul
2008-08-11mesa: glsl: change refract() functions to allow inliningBrian Paul
2008-08-11mesa: glsl: use SGE instead of SGT in step() functionsBrian Paul
2008-08-11mesa: glsl: fix bugs in refract() functions, plus minor optimizationBrian Paul
2008-08-11version 20 of glxext.hBrian Paul
2008-08-11version 41 of glext.hBrian Paul
2008-08-11mesa: glsl: add missing sampler types in sizeof_glsl_type(), bug 17079Brian Paul
2008-08-11gallium: added commentBrian Paul
2008-08-11gallium: added _NEW_PROGRAM to dependenciesBrian Paul
2008-08-11gallium: debug/print vertex tweakBrian Paul
2008-08-11gallium: emit sprite coords (gl_PointCoord)Brian Paul
2008-08-11nouveau: pf_sprint_name -> pf_nameBen Skeggs
2008-08-11Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-08-09trace: Dump writes to pipe_buffers.José Fonseca
2008-08-09trace: Prevent tracing internal pipe driver calls.José Fonseca
2008-08-09gallium: Invert include order.José Fonseca
2008-08-09trace: Dump shaders as text.José Fonseca
2008-08-09tgsi: Dump shaders to a string too.José Fonseca
2008-08-09util: Utility functions to print to a string buffer without overflowing.José Fonseca
2008-08-09trace: Allow to dump binary data.José Fonseca
2008-08-09trace: Trace pipe_winsys calls.José Fonseca
2008-08-09trace: Remove unused code.José Fonseca
2008-08-08mesa: fix some feature testsBrian Paul
2008-08-08mesa: fix some pixel transfer state tests for depth formatsBrian Paul
2008-08-08gallium: fix additional glCopyTex[Sub]Image issuesBrian Paul
2008-08-08mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul
2008-08-08trace: Prevent from internal calls from pipe_context to pipe_screen from bein...José Fonseca
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca
2008-08-08i965: Remove extraneous arg to debug_printf.José Fonseca
2008-08-07gallium: clean-up, remove dead code, update commentsBrian Paul
2008-08-07gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencilBrian Paul
2008-08-07softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORMBrian Paul
2008-08-07trace: Simplify HTML output.José Fonseca
2008-08-07trace: Merge the CSS into the XSL.José Fonseca
2008-08-07trace: Dump format names.José Fonseca
2008-08-07gallium: s/pf_sprint_name/pf_name/Brian Paul
2008-08-07gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.Brian Paul
2008-08-07gallium: s/printf/debug_printf/Brian Paul
2008-08-07gallium: new/better debug code (disabled)Brian Paul
2008-08-07gallium: implement a bunch of missing put_tile functionsBrian Paul
2008-08-07gallium: enable the call to r16_put_tile_rgba(), silences warningBrian Paul
2008-08-07mesa: fix glBindTexture comment/error stringBrian Paul
2008-08-07mesa: glsl: regenerated filesBrian Paul
2008-08-07mesa: glsl: finish up support for precision qualifiersBrian Paul
2008-08-07mesa: pf_sprint_name->pf_name.José Fonseca