summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
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-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
2009-02-04radeon: add support for stencil buffers + misc debug changesDave Airlie
2009-02-04r200: move to new mipmap interfaceDave Airlie
2009-02-04radeon: only do the fb read if we are mapping a VRAM objectDave Airlie
2009-02-04radeon_cs: move to inline cs_write_dwordDave Airlie
2009-02-03radeon: add a reference to the static buffers so they don't get deletedDave Airlie
2009-02-03r300: fixup mipmap + texsubimage issuesDave Airlie
2009-02-03radeon_bo: align size of bo to page size.Dave Airlie
2009-02-02i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt
2009-02-02i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt
2009-02-02intel: replace custom metaops clear with generic.Eric Anholt
2009-02-02radeon: this code forgot to add dPriv x/y back to spansDave Airlie
2009-02-02r300: rename validate textures to validate buffersDave Airlie
2009-01-31intel: Correct FBconfig color masks with DRI2. Fail at copy and paste.Eric Anholt
2009-01-31Build dri.pc during the build rather than the install process.Eric Anholt
2009-01-30i965: bump texture limit to 4kx4kKeith Packard
2009-01-30intel: more debug infoBrian Paul
2009-01-30i965: formatting, comments, whitespace clean-upsBrian Paul
2009-01-30intel: remove unused RenderToTexture fieldBrian Paul
2009-01-30i915: updated render to texture/fbo testBrian Paul
2009-01-30intel: If we're doing a depth clear with tris, do color with it.Eric Anholt
2009-01-30i915: Only call CalcViewport from DrawBuffers instead of Viewport.Eric Anholt
2009-01-30intel: Expose more FBconfigs in the 3D driver.Eric Anholt