summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-01radeon: use _mesa_meta_clear()Brian Paul
2009-09-01mesa: obey stencil write mask in _mesa_meta_draw_pixels()Brian Paul
2009-09-01intel: set Length/Offset fields in intel_bufferobj_map()Brian Paul
2009-09-01intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() failsBrian Paul
2009-09-01intel: trim down #includesBrian Paul
2009-09-01intel: use _mesa_meta_draw_pixels()Brian Paul
2009-09-01intel: trim down #includesBrian Paul
2009-09-01intel: use _mesa_meta_clear(), it's a bit fasterBrian Paul
2009-09-02radeon: Fix OQ to set ful lstate as dirty too.Pauli Nieminen
2009-09-02radeon: Fix debug output to filter out less critical messages instead of more...Pauli Nieminen
2009-09-01st/xorg: getting indexes right tends to be helpfulZack Rusin
2009-09-01st/xorg: redo the vertex shaderZack Rusin
2009-09-01st/xorg: setup solid fillsZack Rusin
2009-09-01st/xorg: fold back the helper function into coreZack Rusin
2009-09-01st/xorg: start rendering and compositing picturesZack Rusin
2009-09-01ARB prog parser: Fix handling of stateOptModMatNumIan Romanick
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-09-01scons: Tool for LLVM. Gracefully disable llvmpipe if LLVM not found.José Fonseca
2009-09-01trace: Don't set surface_[fill|copy] if not set on pipeJakob Bornecrantz
2009-09-01r300g: Fix clear issue on r300Cooper Yuan
2009-09-01radeon: fix r100/r200 polygon stipple under kmsDave Airlie
2009-09-01r100: fixup cubemap domainsDave Airlie
2009-08-31xlib: plug in more meta functions, if TEST_META_FUNCS is setBrian Paul
2009-08-31mesa: implement GL_DEPTH_BUFFER_BIT for _mesa_meta_blit_framebuffer()Brian Paul
2009-08-31mesa: disable another debug testBrian Paul
2009-08-31mesa: make verts[] arrays local varsBrian Paul
2009-09-01r200: emit cube for kms correctly + fix tex emit resetDave Airlie
2009-08-31xlib: option to enable/test meta functions (disabled)Brian Paul
2009-08-31mesa: implement depth/stencil formats for meta glDrawPixelsBrian Paul
2009-08-31mesa: remove accidentally commited debug/disabled codeBrian Paul
2009-08-31mesa: added _mesa_is_stencil_format()Brian Paul
2009-08-31swrast: fix selection/feedback regressionBrian Paul
2009-08-31mesa: debug printf for KILBrian Paul
2009-08-31swrast: can't use deferred texture/shading if using KIL instructionBrian Paul
2009-09-01r300/compiler: fix warning due to no newlineDave Airlie
2009-09-01r200: emit max vtx info for index buffer.Dave Airlie
2009-09-01i915g: Implement new winsysJakob Bornecrantz
2009-09-01i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz
2009-09-01i915g: Add header file for new winsys interfaceJakob Bornecrantz
2009-09-01i915g: Add new buffer code not yet hocked upJakob Bornecrantz
2009-09-01st/xorg: Fix crash in MPHJakob Bornecrantz
2009-09-01radeon: Fix null pointer reference in debug system if no context is bind.Pauli Nieminen
2009-08-31r600: Add more trace debug output to rendering pipeline.Pauli Nieminen
2009-08-31radeon: Add support for indenting debug output.Pauli Nieminen
2009-08-31radeon: Add comment warning about not choosing critical debug level.Pauli Nieminen
2009-08-31radeon: Change default debug level to verbose.Pauli Nieminen
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-08-31r200: Convert r200 to use new style debug code.Pauli Nieminen
2009-08-31r600: Convert to shared debug code and add a few new debug messages.Pauli Nieminen
2009-08-31radeon: Make OQ to use new style debugging.Pauli Nieminen