| Commit message (Expand) | Author | Age | Files | Lines |
* | Add const qualifiers in a number of places. | Brian Paul | 2006-05-23 | 1 | -1/+1 |
* | prototype i915_udpate_fog() to silence warning | Brian Paul | 2006-05-23 | 1 | -0/+1 |
* | updates to dri drivers for recent stencil changes | Keith Whitwell | 2006-05-08 | 1 | -1/+1 |
* | remove temporary code from keithw, this in theory isn't used at the moment | Dave Airlie | 2006-05-05 | 1 | -5/+0 |
* | Fix i915 driver after stencil changes in Mesa 6.5 | Dave Airlie | 2006-05-05 | 1 | -1/+1 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 3 | -31/+37 |
* | Fix some warnings on x86_64 | Alan Hourihane | 2006-04-07 | 8 | -10/+16 |
* | update a couple MESA_FORMAT_Zxxx occurances | Brian Paul | 2006-04-06 | 1 | -2/+2 |
* | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul | 2006-04-06 | 1 | -1/+1 |
* | add tiling/fence support for the miniglx driver | Dave Airlie | 2006-04-05 | 2 | -20/+292 |
* | don't waste the reserved memory, take an approximation of the pool | Dave Airlie | 2006-04-05 | 1 | -19/+89 |
* | We always have a back buffer. Fixes visual problems. | Alan Hourihane | 2006-04-04 | 1 | -1/+1 |
* | add miniglx sources to i915 | Dave Airlie | 2006-04-03 | 1 | -1/+2 |
* | add pitch support and use new Width | Dave Airlie | 2006-04-03 | 1 | -2/+19 |
* | Don't index box by the box's index within numClipRects; just dereference it.mesa_6_5 | Eric Anholt | 2006-04-01 | 1 | -4/+4 |
* | Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp, | Eric Anholt | 2006-04-01 | 1 | -0/+2 |
* | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | 2006-03-31 | 5 | -17/+71 |
* | The pitches of the driRenderbuffers are in bytes, so no need to multiply by cpp. | Eric Anholt | 2006-03-30 | 1 | -3/+3 |
* | Fix up some incorrect pointers and clear screen | Dave Airlie | 2006-03-30 | 1 | -5/+5 |
* | add initial miniglx files for i915, not integrated yet | Dave Airlie | 2006-03-30 | 2 | -0/+1251 |
* | Fix STENCIL_WRITE_MASK defn for bug 5902 | Keith Whitwell | 2006-02-17 | 2 | -2/+2 |
* | Check DDX for 1.5.0 | Alan Hourihane | 2006-02-08 | 1 | -1/+1 |
* | add vblank support to i915 driver | Dave Airlie | 2006-02-06 | 6 | -16/+150 |
* | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger | 2006-02-03 | 3 | -7/+12 |
* | use front.size instead of sPriv->fbSize | Alan Hourihane | 2006-01-24 | 1 | -1/+1 |
* | use screen->front.map instead of pFB from libdri | Alan Hourihane | 2006-01-24 | 1 | -1/+1 |
* | Add Intel 945GM support | Alan Hourihane | 2006-01-23 | 30 | -305/+1612 |
* | recalculate state on drawable changes | Keith Whitwell | 2005-12-30 | 2 | -3/+26 |
* | Use correct enums for program output variables. Fixes | Keith Whitwell | 2005-11-22 | 1 | -2/+2 |
* | s/Saturate/SaturateMode/ | Brian Paul | 2005-11-20 | 1 | -1/+1 |
* | Make Saturate a 2-bit field again, renamed to SaturateMode with three | Brian Paul | 2005-11-20 | 1 | -1/+1 |
* | remove #include arbfragparse.h, s/PI/M_PI/ | Brian Paul | 2005-11-19 | 1 | -9/+4 |
* | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul | 2005-11-12 | 2 | -7/+7 |
* | s/TexSrcIdx/TexSrcTarget/ | Brian Paul | 2005-11-05 | 1 | -2/+2 |
* | Unify vertex/fragment program instuctions. | Brian Paul | 2005-11-05 | 1 | -40/+40 |
* | Re-org and clean-up of vertx/fragment program limits (instructions, | Brian Paul | 2005-11-01 | 2 | -9/+26 |
* | In gl_texture_image replace IntFormat with InternalFormat and Format with | Brian Paul | 2005-10-05 | 4 | -13/+12 |
* | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul | 2005-09-13 | 3 | -25/+40 |
* | Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch, | Brian Paul | 2005-09-10 | 11 | -66/+58 |
* | add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert... | Roland Scheidegger | 2005-09-09 | 1 | -0/+1 |
* | remove the redundant textureSize field, use tex.size instead, it's always the... | Brian Paul | 2005-09-09 | 7 | -8/+6 |
* | Treat NegateBase as a bitfield, not a boolean. | Keith Whitwell | 2005-09-08 | 1 | -1/+5 |
* | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | 2005-09-04 | 1 | -15/+25 |
* | Use InitPointers helper | Brian Paul | 2005-09-04 | 1 | -28/+8 |
* | SetBuffer, renderbuffer changes | Brian Paul | 2005-09-03 | 4 | -147/+32 |
* | use char* instead of GLubyte* in i915_program_error() to silence warnings | Brian Paul | 2005-09-01 | 2 | -2/+2 |
* | silence fprintf and casting warnings | Brian Paul | 2005-08-30 | 1 | -3/+3 |
* | remove stray references to ctx->Depth.OcclusionTest | Brian Paul | 2005-08-25 | 2 | -4/+2 |
* | Add Egberts fixes for 64bit architectures | Alan Hourihane | 2005-08-15 | 1 | -1/+1 |
* | Add a check which compares the passed in size of the DDX driver private DRI | Alan Hourihane | 2005-08-14 | 1 | -0/+4 |