summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)Author
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-05-31Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)Alan Hourihane
2005-05-20Add support for modes with a depth-buffer but no stencil-buffer. ThisIan Romanick
2005-05-17Disable leftover debug statementsKeith Whitwell
2005-05-10fix some valgrind complaintsKeith Whitwell
2005-05-10don't be fooled into emitting padding for wpos when not usedKeith Whitwell
2005-05-10get fog working with _TexEnvProgramKeith Whitwell
2005-05-09i915 will use _TexEnvProgram (if active)Keith Whitwell
2005-05-09check for null DrawBuffer valuesKeith Whitwell
2005-05-09Fallback (rather than fail) on unknown program targets.Keith Whitwell
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane
2005-01-07Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick
2005-01-06Add Intel i915GM support, and these extensions.Alan Hourihane
2004-12-27Bug #1859: Initialize 'size' before first use in intelTryReadPixels()Adam Jackson
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-14fix warningAlan Hourihane
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-19Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick
2004-09-19Added GL_ARB_point_parameters support for i830.Ian Romanick
2004-09-19Merge in all the i830 functional differences from the old i830 driver.Ian Romanick
2004-08-31The i915 driver was merged after EMIT_*_BGR bug was fixed. This bringsKeith Whitwell
2004-08-14bring over change from xorg trunk - let build on non-i386Dave Airlie
2004-08-14bring over build fix from xorg treeDave Airlie
2004-07-20fix compare w/ zero warnings (bug 988766)Brian Paul
2004-07-15add debugging for compresssed texturesDave Airlie
2004-07-15fix up heights for i830/i915 texture compressionDave Airlie
2004-07-15move config options to same place as other drivers (again for S3TC patch later)Dave Airlie
2004-07-15use a switch statement makes integrating the s3tc patch easierDave Airlie
2004-07-15enable FXT1 texture compression for ixxx chipsetsDave Airlie
2004-07-15move over changes to intel driver from i830 driver for modesDave Airlie
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-07-01Remove __driRegisterExtensionsKeith Whitwell
2004-07-01fix for older gcc's (from freedesktop bug id #419)Alan Hourihane
2004-06-18Use correct macros for packing pixel colors -- this bug is probablyKeith Whitwell
2004-06-18add missing license textsKeith Whitwell
2004-06-16Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects.Keith Whitwell
2004-06-11re-enable rect textureAlan Hourihane
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell