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