enable feedback rendering
[mesa.git] / src / mesa / drivers / dri / i915 /
2006-04-11 Michal KrolMore GLSL code:
2006-04-07 Alan HourihaneFix some warnings on x86_64
2006-04-06 Brian Paulupdate a couple MESA_FORMAT_Zxxx occurances
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-04-05 Dave Airlieadd tiling/fence support for the miniglx driver
2006-04-05 Dave Airliedon't waste the reserved memory, take an approximation...
2006-04-04 Alan HourihaneWe always have a back buffer. Fixes visual problems.
2006-04-03 Dave Airlieadd miniglx sources to i915
2006-04-03 Dave Airlieadd pitch support and use new Width
2006-04-01 Eric AnholtDon't index box by the box's index within numClipRects...
2006-04-01 Eric AnholtCall driUpdateFramebufferSize when we've found an updat...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-30 Eric AnholtThe pitches of the driRenderbuffers are in bytes, so...
2006-03-30 Dave AirlieFix up some incorrect pointers and clear screen
2006-03-30 Dave Airlieadd initial miniglx files for i915, not integrated yet
2006-02-17 Keith WhitwellFix STENCIL_WRITE_MASK defn for bug 5902
2006-02-08 Alan HourihaneCheck DDX for 1.5.0
2006-02-06 Dave Airlieadd vblank support to i915 driver
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2006-01-24 Alan Hourihaneuse front.size instead of sPriv->fbSize
2006-01-24 Alan Hourihaneuse screen->front.map instead of pFB from libdri
2006-01-23 Alan HourihaneAdd Intel 945GM support
2005-12-30 Keith Whitwellrecalculate state on drawable changes
2005-11-22 Keith WhitwellUse correct enums for program output variables. Fixes
2005-11-20 Brian Pauls/Saturate/SaturateMode/
2005-11-20 Brian PaulMake Saturate a 2-bit field again, renamed to SaturateM...
2005-11-19 Brian Paulremove #include arbfragparse.h, s/PI/M_PI/
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-05 Brian Pauls/TexSrcIdx/TexSrcTarget/
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
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...
next