summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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-03xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return TrueBrian Paul
2009-02-03radeon: add a reference to the static buffers so they don't get deletedDave Airlie
2009-02-02mesa: fix stand-alone glslcompilerBrian Paul
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
2009-01-30Remove stale symlinks to intel/intel_depthstencil.cIan Romanick
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie
2009-01-31r200/r300: add aperture space checksDave Airlie
2009-01-30r200: fix swtcl - slow but worksDave Airlie
2009-01-29intel: remove unused intel_depthstencil.[ch]Brian Paul
2009-01-29intel: remove unused #includesBrian Paul
2009-01-29intel: formatting clean-upsBrian Paul
2009-01-29intel: fix check for Y orientation in span functions.Brian Paul
2009-01-29i965: use bitfields in brw_sf_unit_key structBrian Paul
2009-01-29intel: remove unused intel_rendering_to_texture()Brian Paul
2009-01-29i965: fix render to FBO/texture orientation bugsBrian Paul
2009-01-29WIP comitDave Airlie
2009-01-29r200: bring back single dma flushDave Airlie
2009-01-29radeon: remove even more common codeDave Airlie
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie
2009-01-29r200: start work on userspace clear for r200Dave Airlie
2009-01-29r200: unref swtcl buffer correctlyDave Airlie
2009-01-29r300: fix some whitespaceDave Airlie
2009-01-29r200: re-write state handlers for new CS mechanismDave Airlie
2009-01-29r200: avoid setting variable on kernel mm setupDave Airlie
2009-01-29radeon: add repeated register packet oneDave Airlie
2009-01-29i965: fix bug in pass0_precalc_mov()Brian Paul
2009-01-29i965: widen per-texture bitfields for 16 texture image unitsBrian Paul
2009-01-29intel: check if stencil test is enabled in intel_stencil_drawpixels()Brian Paul
2009-01-29intel: save/restore GL matrix mode in intel_meta_set_passthrough_transform(),...Brian Paul
2009-01-28intel: Fix up some extension string issuesIan Romanick