summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-11mesa: new Z-compositing test (glDrawPixels(GL_DEPTH) + stencil)Brian Paul
2008-04-11add missing glViewport callsBrian Paul
2008-04-11tgsi: Dump processor type and version as a single token.Michal Krol
2008-04-11tgsi: Dump semantics before interpolator.Michal Krol
2008-04-11gallium: Thread condition variables.José Fonseca
2008-04-10mesa: add a new test for glDrawPixels(GL_DEPTH_COMPONENT)Brian Paul
2008-04-10gallium: flags param to surface_alloc_storage() is unused and deprecatedBrian Paul
2008-04-11gallium: Attribute realloc leaks to the first malloc call.José Fonseca
2008-04-10remove usage of vertex_headerKeith Whitwell
2008-04-10gallium: fix readback of z16 valuesBrian Paul
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul
2008-04-09gallium: more flush/finish changesBrian Paul
2008-04-09gallium: reorder funcsBrian Paul
2008-04-09gallium: call_flush_front_buffer() from st_glFinish()Brian Paul
2008-04-09gallium: fold st_gl_flush() into st_glFlush()Brian Paul
2008-04-09gallium: refactor code, new flush_front_buffer() functionBrian Paul
2008-04-09gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul
2008-04-09gallium: fix bug in PIPE_BLENDFACTOR_INV_DST_ALPHA caseBrian Paul
2008-04-08gallium: re-order, clean-up PIPE_MAX_* definitionsBrian
2008-04-08gallium: remove obsolete/unused PIPE_ATTRIB_MAXBrian
2008-04-08cell: keep track of num_vertex_attribs/buffers for shorter loopsBrian
2008-04-08i915: keep track of num_vertex_attribs/buffers for shorter loopsBrian
2008-04-08gallium: keep track of num_vertex_attribs/buffers for shorter loopsBrian
2008-04-08gallium: Fix overzealous assert.José Fonseca
2008-04-08gallium: Fix up scons build.Michel Dänzer
2008-04-07gallium: get rid of bufloop quad stageBrian
2008-04-07gallium: begin reworking quad stages for multiple color outputsBrian
2008-04-08gallium: Allow to debug memory leaks in nested scopes.José Fonseca
2008-04-07gallium: check ctx->DrawBuffer before flushing bitmap cache.Brian Paul
2008-04-07gallium: fix the texture case in default_deep_rgba_format()Brian Paul
2008-04-07gallium: slightly improved accum clear/mad operationsBrian Paul
2008-04-07gallium: accum buffer fixesBrian Paul
2008-04-07gallium: remove stray commentBrian Paul
2008-04-07gallium: clean-up in st_renderbuffer_alloc_storage()Brian Paul
2008-04-07mesa: call _mesa_remove_varying_reads() after compiling vertex shadersBrian
2008-04-07mesa: new _mesa_remove_varying_reads() functionBrian
2008-04-07mesa: added _mesa_insert_instructions()Brian
2008-04-07mesa: added _mesa_free_instructions()Brian
2008-04-07draw: strip edgeflags out of fetch-emit pathKeith Whitwell
2008-04-06draw: fix edgeflag handling on the pt pathsKeith Whitwell
2008-04-05draw: Use debug_printf().Michal Krol
2008-04-05gallium: Keep fenced buffers list ordered.José Fonseca
2008-04-05gallium: Fix typo.José Fonseca
2008-04-05gallium: Use the custom snprintf implementation everywhere (for Win32).José Fonseca
2008-04-04mesa: no longer combine vertex/fragment shader parameters/uniformsBrian
2008-04-04mesa: new functions for managing list/index of uniformsBrian
2008-04-04mesa: test code to exercise more GLSL functionsBrian
2008-04-04mesa: added more ext funcs (from Mesa/master)Brian
2008-04-04gallium: always pass size=4 to make_immediate()Brian
2008-04-04gallium: adjust the code in update_textures() to look more like update_sample...Brian