aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-32/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-303-51/+67
* Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)Alan Hourihane2005-05-314-2/+207
* Add support for modes with a depth-buffer but no stencil-buffer. ThisIan Romanick2005-05-201-5/+7
* Disable leftover debug statementsKeith Whitwell2005-05-171-2/+2
* fix some valgrind complaintsKeith Whitwell2005-05-102-3/+3
* don't be fooled into emitting padding for wpos when not usedKeith Whitwell2005-05-102-2/+2
* get fog working with _TexEnvProgramKeith Whitwell2005-05-103-6/+19
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-096-13/+12
* check for null DrawBuffer valuesKeith Whitwell2005-05-093-9/+20
* Fallback (rather than fail) on unknown program targets.Keith Whitwell2005-05-091-3/+3
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-12/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-049-46/+176
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-23/+4
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-19/+19
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-2/+2
* Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick2005-01-073-82/+14
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-0615-578/+436
* Bug #1859: Initialize 'size' before first use in intelTryReadPixels()Adam Jackson2004-12-271-1/+1
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* fix warningAlan Hourihane2004-12-141-1/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-146-17/+9
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-3/+0
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-077-4/+97
* added support for GL_ARB_draw_buffersBrian Paul2004-10-022-3/+3
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-197-46/+149
* Added GL_ARB_point_parameters support for i830.Ian Romanick2004-09-193-1/+5
* Merge in all the i830 functional differences from the old i830 driver.Ian Romanick2004-09-197-854/+290
* The i915 driver was merged after EMIT_*_BGR bug was fixed. This bringsKeith Whitwell2004-08-313-6/+6
* bring over change from xorg trunk - let build on non-i386Dave Airlie2004-08-141-1/+1
* bring over build fix from xorg treeDave Airlie2004-08-141-0/+4
* fix compare w/ zero warnings (bug 988766)Brian Paul2004-07-201-1/+1
* add debugging for compresssed texturesDave Airlie2004-07-151-0/+7
* fix up heights for i830/i915 texture compressionDave Airlie2004-07-152-2/+18
* move config options to same place as other drivers (again for S3TC patch later)Dave Airlie2004-07-152-3/+3
* use a switch statement makes integrating the s3tc patch easierDave Airlie2004-07-151-1/+7
* enable FXT1 texture compression for ixxx chipsetsDave Airlie2004-07-155-1/+114
* move over changes to intel driver from i830 driver for modesDave Airlie2004-07-151-88/+25
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-0/+1
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-12/+0
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-4/+4
* Remove __driRegisterExtensionsKeith Whitwell2004-07-011-36/+0
* fix for older gcc's (from freedesktop bug id #419)Alan Hourihane2004-07-012-3/+5
* Use correct macros for packing pixel colors -- this bug is probablyKeith Whitwell2004-06-181-2/+2
* add missing license textsKeith Whitwell2004-06-1840-1/+807
* Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects.Keith Whitwell2004-06-161-1/+2
* re-enable rect textureAlan Hourihane2004-06-112-2/+2
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-1043-0/+17911