summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-19gallium: replace #elif with #elseBrian Paul
2008-12-18tgsi: scan for additional info: uses_fogcoord, uses_frontfacingBrian Paul
2008-12-18gallium: fix two-sided lighting test in state trackerBrian Paul
2008-12-18Gallium: fix for conform testRobert Ellison
2008-12-18glsl: Fix handling of nested parens in macro actual arguments.Michal Krol
2008-12-18mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt
2008-12-18gallium: Enable memory debugging on all windows platforms.José Fonseca
2008-12-17mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul
2008-12-17gallium: fix memory corruption in u_gen_mipmap.cBrian Paul
2008-12-17mesa: fix fixed-function test in get_fp_input_mask() - again.Brian Paul
2008-12-17mesa: add missing cases for texture array targetsBrian Paul
2008-12-17Revert "mesa: fix vertex program test in get_fp_input_mask()"Brian Paul
2008-12-17mesa: fix vertex program test in get_fp_input_mask()Brian Paul
2008-12-17winsys: fix depth buffer size when using stencilBrian Paul
2008-12-15gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.Michal Krol
2008-12-12gallium: fix refcount bug introduced in eb20e2984Keith Whitwell
2008-12-12Merge branch 'no-validate' into gallium-0.1Keith Whitwell
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-12-12st: reduce unnecessary calls to pipe->set_vertex_buffers()Keith Whitwell
2008-12-12st: move feedback draw function to new fileKeith Whitwell
2008-12-12st: don't unilaterally ABS the argument to RSQKeith Whitwell
2008-12-12Revert "pipebuffer: Implement proper buffer validation."Keith Whitwell
2008-12-12Revert "pipebuffer: Ondemand buffer manager."Keith Whitwell
2008-12-12Revert "pipebuffer: Fix buffer overflow."Keith Whitwell
2008-12-12glut: MinGW portability fixes.José Fonseca
2008-12-12gdi: Reimplement using the WGL statetracker.José Fonseca
2008-12-12mesa: Bring in new mesa sub-statetracker.José Fonseca
2008-12-11st: reduce unnecessary calls to pipe->set_vertex_buffers()Keith Whitwell
2008-12-11st: move feedback draw function to new fileKeith Whitwell
2008-12-11st: don't unilaterally ABS the argument to RSQKeith Whitwell
2008-12-11softpipe: Add missing header include.Michal Krol
2008-12-11draw: Silencium compiler warnings on Windows.Michal Krol
2008-12-10gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul
2008-12-10gallium: only mark back color buffer surfaces as undefined after swapbuffersBrian Paul
2008-12-10gallium: restore default_depth_bits() call in xlib winsysBrian Paul
2008-12-10util: new funcs for triming/validating primitivesKeith Whitwell
2008-12-10draw: add const qualifiersKeith Whitwell
2008-12-09python/retrace: Dump indices too.José Fonseca
2008-12-09gallium: Abort by default on windows user space.José Fonseca
2008-12-08python/retrace: Dump vertex buffer contents.José Fonseca
2008-11-26tgsi: Reenable OPCODE_ARR.Michal Krol
2008-11-26tgsi: Fix build.Michal Krol
2008-11-26tgsi: Implement OPCODE_ROUND for SSE2 backend.Michal Krol
2008-11-26tgsi: Implement OPCODE_SSG/SGN.Michal Krol
2008-11-26gallium: disable TGSI_OPCODE_ARR case until emit_rnd() is redone.Brian Paul
2008-11-26Revert "tgsi: Implement OPCODE_ROUND for SSE2 backend."Brian Paul
2008-11-26gallium: fix glBitmap color bugBrian Paul
2008-11-26gallium: replace 2 with PIPE_SHADER_TYPESBrian Paul
2008-11-26tgsi: Implement OPCODE_ARR.Michal Krol
2008-11-26tgsi: Implement OPCODE_ROUND for SSE2 backend.Michal Krol