summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2006-05-30minor code cleanup, no actual changesTilman Sauerbeck
2006-05-27fix some whitespace in previous commitRoland Scheidegger
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger
2006-05-23Add const qualifiers in a number of places.Brian Paul
2006-05-23init mask=0 to silence warningBrian Paul
2006-05-23make mgaSetFence() and mgaWaitFence() staticBrian Paul
2006-05-23prototype i915_udpate_fog() to silence warningBrian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-05-18Dont allow 16 tex units to be used at all.Aapo Tahkola
2006-05-17add texture rectangle support for i815, I wrote the original patch aboutDave Airlie
2006-05-12the r300 should only use 8 until Mesa can deal with thisDave Airlie
2006-05-12this should use the configured number not the MAX, this has no effect untilDave Airlie
2006-05-08Fix a number of texture compression issues.Brian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-05-05remove temporary code from keithw, this in theory isn't used at the momentDave Airlie
2006-05-05Fix i915 driver after stencil changes in Mesa 6.5Dave Airlie
2006-05-02remove some unneeded includesDave Airlie
2006-05-02move the pkg config flags for libdrm to the bottomDave Airlie
2006-04-26fix warnings.Aapo Tahkola
2006-04-26R300_SPAN_DISABLE_LOCKING env varAapo Tahkola
2006-04-25use _TNL_FIRST/LAST_MAT indexesBrian Paul
2006-04-24extended swizzle (bug 6727)Brian Paul
2006-04-23enable feedback renderingAapo Tahkola
2006-04-23disable hw locking when entering span rendering for nowAapo Tahkola
2006-04-23need to hold before freeingAapo Tahkola
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
2006-04-21Ensure all GART allocations are freed on context destruction, rather thanAdam Jackson
2006-04-21Fix format strings for LP64Adam Jackson
2006-04-21depend is not a .PHONY targetBrian Paul
2006-04-20limit max program/param length to 255 (spotted by sroland)Aapo Tahkola
2006-04-20Make most of the _mesa_noop_*() functions static.Brian Paul
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2006-04-12GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300.Aapo Tahkola
2006-04-11add missing 'union' keywordBrian Paul
2006-04-11FBConfig support for EXT_tfpDavid Reveman
2006-04-11More GLSL code:Michal Krol
2006-04-11get fog going(for real)Aapo Tahkola
2006-04-11rectangular fp16 fixes (Ewald Snel)Aapo Tahkola
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-04-09Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt
2006-04-08fix some conflict happenings at context destroy by freeing buffers immediatel...Aapo Tahkola
2006-04-07replace >&/dev/null with >/dev/null so it works with all shellsBrian Paul
2006-04-07Fix some warnings on x86_64Alan Hourihane
2006-04-07make miniglx use libdrm properlyDave Airlie
2006-04-06Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul
2006-04-06Replace DEFINES with DRIVER_DEFINES. If a driver needs to set extra flags,Brian Paul
2006-04-06update a couple MESA_FORMAT_Zxxx occurancesBrian Paul
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul
2006-04-05add tiling/fence support for the miniglx driverDave Airlie
2006-04-05don't waste the reserved memory, take an approximation of the poolDave Airlie