summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-02-10intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8.Eric Anholt
2009-02-10sis: fix signedness warningsEric Anholt
2009-02-10trident: Fix signedness warning.Eric Anholt
2009-02-10tdfx: Fix begin/endquery for current API.Eric Anholt
2009-02-10intel: Don't do the extra MI_FLUSH in flushing except when doing glFlush().Eric Anholt
2009-02-10intel: Speed up glDrawPixels(GL_ALPHA) by using an alpha texture format.Eric Anholt
2009-02-10intel: Fix some state leakage of {Client,}ActiveTexture in metaops.Eric Anholt
2009-02-10intel: don't crash when dri2 tells us about buffers we don't care about.Eric Anholt
2009-02-10Merge commit 'origin/gallium-master-merge'Brian Paul
2009-02-10intel: minor reformatting, commentsBrian Paul
2009-02-11radeon: fix span init needs more workDave Airlie
2009-02-11radeon/r200/r300: merge span code into single shared fileDave Airlie
2009-02-11radeon/r200: flush vertices when data in cmdbuf.Dave Airlie
2009-02-11radeon: r100 can't use some of the texture formats.Dave Airlie
2009-02-11radeon/r200/r300: fix span code for depth reading.Dave Airlie
2009-02-10r100: remove debug codeDave Airlie
2009-02-10r100: fix 3D texture fallbackDave Airlie
2009-02-10radeon: fix fallback case where t->mt is valid NULLDave Airlie
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul
2009-02-09i965: need to disable current shader, if any, in intel_clear_tris()Brian Paul
2009-02-10radeon: put back state emission lastcmdDave Airlie
2009-02-10r200: invalidate texture paths in some more placesDave Airlie
2009-02-10radeon: major cleanups removing old dead codepaths.Dave Airlie
2009-02-09re-add MSAA supportBrian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-09radeon: fix alignment issues in ELT codeDave Airlie
2009-02-09radeon: make more r100 workDave Airlie
2009-02-09r200: cleanup some bits that aren't usedDave Airlie
2009-02-07radeon: remove include that breaks build in !OLD_PACKET pathDave Airlie
2009-02-06radeon: port over arrays code even though not in use yetDave Airlie
2009-02-06r100: fixup radeon so gears seems to workDave Airlie
2009-02-06radeon: remove unused texmemDave Airlie
2009-02-06r300: fix some autostate batch setupsDave Airlie
2009-02-04mesa: make Xlib glXIsDirect() always return TrueBrian Paul
2009-02-04intel: Decode MI operands using specific length masksChris Wilson
2009-02-04intel: Correct decoding of 3DSTATE_PIXEL_SHADER_CONSTANTSChris Wilson
2009-02-04intel: Fix fbo_firecube regression with FBconfigs change.Eric Anholt
2009-02-04r300: make the macros safe. add missing parenthesis.Maciej Cencora
2009-02-04r300: Fix EXP2 fogMaciej Cencora
2009-02-04radeon/r200 remove more unused codeDave Airlie
2009-02-04radeon: make compile again.Dave Airlie
2009-02-04r300: fix up CS for modesetting - gears under kms worksDave Airlie
2009-02-03intel: Fix commented-out glViewport in intel_meta_set_passthrough_transform.Eric Anholt
2009-02-03swrast: Add support for x8r8g8b8 fbconfig.Eric Anholt
2009-02-04radeon: make generate_mipmap staticDave Airlie
2009-02-04r300: fix swtclDave Airlie
2009-02-04r200: fixup DMA region stuffDave Airlie
2009-02-04radeon: call getpagesize once and store in a staticDave Airlie
2009-02-04r300: make dma buffer reuse much more sensibleDave Airlie