summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-12-15dri: Initialize variable in driBindContext.Vinson Lee
2009-12-15intel: Fallback to software if drawable size is > MaxRenderbufferSizeIan Romanick
2009-12-14mga: Silence uninitialized variable warnings.Vinson Lee
2009-12-14mach64: Silence uninitialized variable warnings.Vinson Lee
2009-12-13i810: Silence uninitialized variable warnings in i180tris.cVinson Lee
2009-12-10i915: Add missing break statement in i915_debug_packet.Vinson Lee
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas
2009-12-08r600: add support for TXB instructionAndre Maasikas
2009-12-08r600: reorder state for render_target and blendAndre Maasikas
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-12-04radeon: fix polygon stippleAlex Deucher
2009-12-03r200: fix polygon stippleAlex Deucher
2009-12-01intel: Remove GL_NV_point_sprite from extension listIan Romanick
2009-11-30i915: Actually put i915PointParameterfv in the driver function table. Duh.Ian Romanick
2009-11-29i915: Fallback bit define missed on previous commitIan Romanick
2009-11-29i915: Round point sizes instead of truncate.Ian Romanick
2009-11-29i915: Enable point sprite coordinate generationIan Romanick
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-11-23i915: Initialize Length and Offset fields when mapping a buffer objectIan Romanick
2009-11-23Fix the DRI swrast driver for big endian platforms.Michel Dänzer
2009-11-18r600: disable compressed texture supportAlex Deucher
2009-11-18Revert "radeon: Fix legacy bo not to reuse dma buffers before refcount is 1."Alex Deucher
2009-11-12i965: Fix Ironlake shadow comparisons.Eric Anholt
2009-11-12i965: Fix VBO last-valid-offset setup on Ironlake.Eric Anholt
2009-11-11i965: fix EXT_provoking_vertex supportRoland Scheidegger
2009-11-10i965: Fix VS constant buffer value loading.Eric Anholt
2009-11-10i965: Unalias src/dst registers for SGE and friends.Eric Anholt
2009-11-10i965: Allow use of PROGRAM_LOCAL constants in ARB_vp.Eric Anholt
2009-11-09r600: don't emit htile regsAlex Deucher
2009-11-05xmesa: pass pixmap to clip_for_xgetimage()Brian Paul
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-11-04glslcompiler: Fix Mac OS build.Vinson Lee
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz
2009-10-30Add --with-dri-searchpath argumentChow Loong Jin
2009-10-28intel: Fix memory leak in case of renderbuffer bad formatVinson Lee
2009-10-28intel: Fix memory leak in event of mip tree allocation failureVinson Lee
2009-10-27intel: Fix flipped condition in ARB_sync GetSYnciv(GL_SYNC_STATUS).Eric Anholt
2009-10-27intel: added region draw_x/y offsets in x/y_tile_swizzle() funcsBrian Paul
2009-10-27intel: fix src offset bug in do_copy_texsubimage()Brian Paul
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-27i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul
2009-10-27Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul
2009-10-26intel: fix GL state bugs in intel_texture_bitmap()Brian Paul
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt
2009-10-22intel: flush old context before binding new contextBrian Paul
2009-10-22i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul
2009-10-22intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul
2009-10-22i965: remove unused brw_context::tmp_fallback fieldBrian Paul