fix up radeon span functions using latest r200 code from Brian,
[mesa.git] / src / mesa / drivers / dri / i915 /
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-10 Brian PaulAdd offset and pitch fields to intelRegion. Remove...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-09 Brian Paulremove the redundant textureSize field, use tex.size...
2005-09-08 Keith WhitwellTreat NegateBase as a bitfield, not a boolean.
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian PaulUse InitPointers helper
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-09-01 Brian Pauluse char* instead of GLubyte* in i915_program_error...
2005-08-30 Brian Paulsilence fprintf and casting warnings
2005-08-25 Brian Paulremove stray references to ctx->Depth.OcclusionTest
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-08-14 Alan HourihaneAdd a check which compares the passed in size of the...
2005-08-05 Alan Hourihaneremove the drmAddress
2005-07-29 Jon SmirlFix a == vs !- typo for glx_enable_extension
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Alan Hourihanetypo
2005-07-26 Alan Hourihanesupport GLX_DIRECT_COLOR in 1.4.0
2005-07-26 Alan HourihaneBump the required ddx to 1.4.0 as drmAddress has been...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-01 Roland Scheideggerremove common macros used in the span functions of...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-05-31 Alan HourihaneAdd Intel(R) 945G support (Keith Whitwell, Tungsten...
2005-05-20 Ian RomanickAdd support for modes with a depth-buffer but no stenci...
2005-05-17 Keith WhitwellDisable leftover debug statements
2005-05-10 Keith Whitwellfix some valgrind complaints
2005-05-10 Keith Whitwelldon't be fooled into emitting padding for wpos when...
2005-05-10 Keith Whitwellget fog working with _TexEnvProgram
2005-05-09 Keith Whitwelli915 will use _TexEnvProgram (if active)
2005-05-09 Keith Whitwellcheck for null DrawBuffer values
2005-05-09 Keith WhitwellFallback (rather than fail) on unknown program targets.
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-04 Adam JacksonAdd drirenderbuffer.c to COMMON_SOURCES
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-22 Keith WhitwellFirst pass at updating these drivers with pipeline_stag...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-01-20 Alan HourihaneEnclose passed macro values in brackets to ensure corre...
2005-01-07 Ian RomanickRevert some accidental cross-merge changes. Remove...
2005-01-06 Alan HourihaneAdd Intel i915GM support, and these extensions.
2004-12-27 Adam JacksonBug #1859: Initialize 'size' before first use in intelT...
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-14 Alan Hourihanefix warning
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-19 Ian RomanickAdd GL_ARB_texture_cube_map support for i830. Most...
2004-09-19 Ian RomanickAdded GL_ARB_point_parameters support for i830.
2004-09-19 Ian RomanickMerge in all the i830 functional differences from the...
2004-08-31 Keith WhitwellThe i915 driver was merged after EMIT_*_BGR bug was...
2004-08-14 Dave Airliebring over change from xorg trunk - let build on non...
2004-08-14 Dave Airliebring over build fix from xorg tree
2004-07-20 Brian Paulfix compare w/ zero warnings (bug 988766)
2004-07-15 Dave Airlieadd debugging for compresssed textures
2004-07-15 Dave Airliefix up heights for i830/i915 texture compression
2004-07-15 Dave Airliemove config options to same place as other drivers...
2004-07-15 Dave Airlieuse a switch statement makes integrating the s3tc patch...
2004-07-15 Dave Airlieenable FXT1 texture compression for ixxx chipsets
2004-07-15 Dave Airliemove over changes to intel driver from i830 driver...
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-07-01 Keith WhitwellRemove __driRegisterExtensions
2004-07-01 Alan Hourihanefix for older gcc's (from freedesktop bug id #419)
2004-06-18 Keith WhitwellUse correct macros for packing pixel colors -- this...
2004-06-18 Keith Whitwelladd missing license texts
2004-06-16 Keith WhitwellFix batch.ptr when dropping a batchbuffer segment due...
2004-06-11 Alan Hourihanere-enable rect texture
2004-06-10 Keith WhitwellNew driver for i915 as well as older i830/i845/i865...