summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915
AgeCommit message (Expand)Author
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-06-15Call _mesa_resize_framebuffer() within intelWindowMoved(). FixesKeith Whitwell
2006-06-12fire vertices before context destruction.Alan Hourihane
2006-05-23Add const qualifiers in a number of places.Brian Paul
2006-05-23prototype i915_udpate_fog() to silence warningBrian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-05-05remove temporary code from keithw, this in theory isn't used at the momentDave Airlie
2006-05-05Fix i915 driver after stencil changes in Mesa 6.5Dave Airlie
2006-04-11More GLSL code:Michal Krol
2006-04-07Fix some warnings on x86_64Alan Hourihane
2006-04-06update a couple MESA_FORMAT_Zxxx occurancesBrian Paul
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul
2006-04-05add tiling/fence support for the miniglx driverDave Airlie
2006-04-05don't waste the reserved memory, take an approximation of the poolDave Airlie
2006-04-04We always have a back buffer. Fixes visual problems.Alan Hourihane
2006-04-03add miniglx sources to i915Dave Airlie
2006-04-03add pitch support and use new WidthDave Airlie
2006-04-01Don't index box by the box's index within numClipRects; just dereference it.Eric Anholt
2006-04-01Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,Eric Anholt
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-30The pitches of the driRenderbuffers are in bytes, so no need to multiply by cpp.Eric Anholt
2006-03-30Fix up some incorrect pointers and clear screenDave Airlie
2006-03-30add initial miniglx files for i915, not integrated yetDave Airlie
2006-02-17Fix STENCIL_WRITE_MASK defn for bug 5902Keith Whitwell
2006-02-08Check DDX for 1.5.0Alan Hourihane
2006-02-06add vblank support to i915 driverDave Airlie
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2006-01-24use front.size instead of sPriv->fbSizeAlan Hourihane
2006-01-24use screen->front.map instead of pFB from libdriAlan Hourihane
2006-01-23Add Intel 945GM supportAlan Hourihane
2005-12-30recalculate state on drawable changesKeith Whitwell
2005-11-22Use correct enums for program output variables. FixesKeith Whitwell
2005-11-20s/Saturate/SaturateMode/Brian Paul
2005-11-20Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul
2005-11-19remove #include arbfragparse.h, s/PI/M_PI/Brian Paul
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-11-05s/TexSrcIdx/TexSrcTarget/Brian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
2005-11-01Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-10Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul
2005-09-08Treat NegateBase as a bitfield, not a boolean.Keith Whitwell
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-04Use InitPointers helperBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-09-01use char* instead of GLubyte* in i915_program_error() to silence warningsBrian Paul