Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa
[mesa.git] / src / mesa / drivers / dri / i915 /
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-27 Brian Paulremove assertions to match i915tex code (bug 8726)
2006-11-02 Brian PaulFix fragment program fog problems found with Glean.
2006-11-02 Brian PaulCall _mesa_problem() from i915_program_error() so we...
2006-11-02 Brian Paulremove GetBufferSize = NULL; assignment
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Brian PaulDon't use the x/y/width/height params passed to Clear...
2006-11-01 Keith Whitwellfix compiler warnings
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-10-17 Brian Paulremove obsolete intelBufferSize(), bump driver date
2006-10-16 Brian PaulInit _UseTexEnvProgram to fix failed assertion in i915_...
2006-10-16 Brian PaulUpdates to intelWindowMoved():
2006-10-15 Brian Paulminor clean-up: s/intel->driDrawable/dPriv/
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-10 Keith WhitwellUse the mesa-provided texenv program rather than rollin...
2006-09-29 Michel Dänzeri915: Fix wait for scheduled swap on secondary display.
2006-09-28 Michel DänzerSynchronize drawable to the pipe where the bigger part...
2006-09-28 Michel DänzerAdd new I830 SAREA fields.
2006-09-28 Michel Dänzeri915: Handle DRM_VBLANK_SECONDARY when scheduling buffe...
2006-09-28 Michel Dänzeri915: Attempt to schedule buffer swap on target vertica...
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
2006-09-22 Brian Paulfix the broken fallback string/debug stuff
2006-09-22 Brian Paulremove extra indentation
2006-09-07 Eric AnholtFix a leak of the screen's option cache on cleanup...
2006-09-01 Roland Scheideggerfix the presumably broken check for the allow_large_tex...
2006-08-28 Brian Paulremove unused var
2006-08-28 Brian Paulfix the check for force_s3tc_enable (bug 8042)
2006-08-26 Alan HourihaneFix bug 8010 - locking issues.
2006-08-18 Alan HourihaneFix writemasks on texture arb fp instructions.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-15 Keith WhitwellCall _mesa_resize_framebuffer() within intelWindowMoved...
2006-06-12 Alan Hourihanefire vertices before context destruction.
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian Paulprototype i915_udpate_fog() to silence warning
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-05-05 Dave Airlieremove temporary code from keithw, this in theory isn...
2006-05-05 Dave AirlieFix i915 driver after stencil changes in Mesa 6.5
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...
next