summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2009-03-04radeon: r100 clean up CS packet size calcDave Airlie
2009-03-04radeon: settexbuffer supportDave Airlie
2009-03-04radeon: fix texturing for r100Dave Airlie
2009-03-04radeon: use swrast clear - fail on depthDave Airlie
2009-03-04radeon: fixup some segfaults/exit at startupDave Airlie
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2009-03-03radeon: remove debuggingDave Airlie
2009-03-03radeon: refactor framebuffer code like intelDave Airlie
2009-03-02mesa: remove unused AUX buffersBrian Paul
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-27intel: remove some unneeded buffer unmap callsBrian Paul
2009-02-27i915: Add support for a new G33-like chipset.Shaohua Li
2009-02-27R300: add support for RS600 chipsAlex Deucher
2009-02-27R300: set the number of GB pipes on all r3xx-r5xx chipsAlex Deucher
2009-02-27i965: texture fixes: bordered textures, fallback renderingRobert Ellison
2009-02-27r300: make ste text buffer work with > 2048 on r500Dave Airlie
2009-02-27radeon: add more fbconfigsDave Airlie
2009-02-27r300: remove depth offset exits in favour of rrb depth changesDave Airlie
2009-02-26intel: no-op the intel_finish_render_texture() functionBrian Paul
2009-02-26intel: check texture formats in intel_validate_framebuffer()Brian Paul
2009-02-26intel: updated comment, some debug code (disabled)Brian Paul
2009-02-26i965: rename draw_regions -> color_regionsroot
2009-02-26i965: add missing init for region->widthBrian Paul
2009-02-26mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul
2009-02-26i965: whitespace/indentation fixesBrian Paul
2009-02-26intel: Revert disable of accelerated Bitmap, which slipped in with spans stuff.Eric Anholt
2009-02-27r200: fixup emit sizes for kmsDave Airlie
2009-02-27r200: port over cs emit changes from radeonDave Airlie
2009-02-26i965: fix for RHW workaroundXiang, Haihao
2009-02-26radeon: fixup old packets emission for CS caseDave Airlie
2009-02-26intel: Disable creating DRI2 FBconfigs with depth size != color size.Eric Anholt
2009-02-26intel: Add span code for z24 without stencil.Eric Anholt
2009-02-25intel: make template wrappers for the spans templates.Eric Anholt
2009-02-25intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.Eric Anholt
2009-02-26r100: fixup kms state emissionsDave Airlie
2009-02-26radeon: avoid page flip code in DRI2Dave Airlie
2009-02-26radeon: enable DRI2 for r100Dave Airlie
2009-02-26radeon: move CB/ZB state init into emit codeDave Airlie
2009-02-26r300: fixup texture state emission for kms pathDave Airlie
2009-02-26r300: don't call page flip on DRI2Dave Airlie
2009-02-26r300: don't flush VAP too often.Dave Airlie
2009-02-25i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt
2009-02-25R300: Add support for RS600 chipsAlex Deucher
2009-02-25r300: drop r300Flush for the generic oneDave Airlie
2009-02-24r300: fix bo ref/unref, plugs DRI handle leaksDave Airlie
2009-02-23r300: fixup old setTexOffset DRI1 extensionDave Airlie
2009-02-23radeon: add more debug info to the flush debugDave Airlie
2009-02-23r300: revert back autostate change on cacheflush emitDave Airlie
2009-02-23r300: use OUT_BATCH_REGVAL in a few more placesDave Airlie
2009-02-23r300: set u to 0 so debug logs are easier to readDave Airlie