summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-16Merge branch 'gallium-s3tc'José Fonseca
2009-04-15util: Fix surface usageJakob Bornecrantz
2009-04-15st: remove XXX commentBrian Paul
2009-04-15st: check for fast memcpy path in decompress_with_blit()Brian Paul
2009-04-15st: st_equal_formats() function to compare gallium/GL pixel formatsBrian Paul
2009-04-15st: decompress_with_blit() path for glGetTexImage().Brian Paul
2009-04-15gallium: new, simple RGBA surface create/destroy helpersBrian Paul
2009-04-15r300-gallium: Fixup for commit 9b75627fab5bf2ea90f27ddd31b60c54895f6de6.Thomas Hellstrom
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-15r300-gallium: Use viewport state.Corbin Simpson
2009-04-15r300-gallium: Don't use indexbufs for now.Corbin Simpson
2009-04-15r300-gallium: Point size is at OVM position 15, not 1.Corbin Simpson
2009-04-15r300-gallium: vs: Dot products.Corbin Simpson
2009-04-15i965: Clean up output of WM SS state dump, and add format output.Eric Anholt
2009-04-15i915: Use DEBUG_WM (like 965) for printing the fragment program out.Eric Anholt
2009-04-15i915: Add decode of dest buffer variables (destination format)Eric Anholt
2009-04-15mesa: Update texenv program when _NEW_ARRAYS is updated as well.Eric Anholt
2009-04-15intel: Fix segfault when doing SW mipmap generation with a PBO texture upload.Eric Anholt
2009-04-15mesa: TGSI translation of multiple render targets.José Fonseca
2009-04-15glx: added null pointer check in glXGetFBConfigs()Brian Paul
2009-04-14mesa: remove unused matrixType param from ctx->Driver.UniformMatrix() functionsBrian Paul
2009-04-14mesa: move #define for GL_PROGRAM_BINARY_LENGTH_OESBrian Paul
2009-04-14mesa: remove NV vertex/fragment program print/debug codeBrian Paul
2009-04-14mesa: use standard offsetof() macroBrian Paul
2009-04-14i965: fix VS constant buffer readsBrian Paul
2009-04-14glx: Make glXGetScreenDriver() work for DRI2Adam Jackson
2009-04-14mesa: Fix gcc assembly enable logic.José Fonseca
2009-04-14DRI2: Don't fault on NULL DrawBufferIan Romanick
2009-04-14i965: checkpoint commit: VS constant buffersBrian Paul
2009-04-13dri glx: Swap before checking for cliprects.Younes Manton
2009-04-13nv50: fix mrt clearBen Skeggs
2009-04-10r300-gallium: Split up vertex format tallying for HW and SW TCL.Corbin Simpson
2009-04-10r300-gallium: Finish up cleanup of vertex format state.Corbin Simpson
2009-04-10r300-gallium: Clean up vertex format setup.Corbin Simpson
2009-04-10i965: remove unused varBrian Paul
2009-04-10i965: clean-up in prepare_wm_surfaces()Brian Paul
2009-04-10mesa: reduce makefile outputBrian Paul
2009-04-10wgl: Protect the framebuffer with a lock.José Fonseca
2009-04-10wgl: Note down the gallium pixel formats, instead of re-guessing them.José Fonseca
2009-04-10wgl: Query the screen for supported formats.José Fonseca
2009-04-10wgl: Walk through the pixel formats combinations.José Fonseca
2009-04-10wgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.José Fonseca
2009-04-10i965: added null const_buffer pointer check in update_constant_buffer()Brian Paul
2009-04-10intel: added screen->dri2.loader null pointer check in intel_flush()Brian Paul
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul
2009-04-10wgl: Slightly simplify pixelformat creation.José Fonseca
2009-04-10wgl: Move pixel format information into device structure.José Fonseca
2009-04-10wgl: Combine alpha pixelformat info in color.José Fonseca
2009-04-10stw: Reorder the pixelformats, so that no alpha pixelformats get chosen befor...José Fonseca
2009-04-10stw: Don't make assumptions about integer size.José Fonseca