Age | Commit message (Expand) | Author |
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 |
2005-08-25 | remove stray references to ctx->Depth.OcclusionTest | Brian Paul |
2005-08-15 | Add Egberts fixes for 64bit architectures | Alan Hourihane |
2005-08-14 | Add a check which compares the passed in size of the DDX driver private DRI | Alan Hourihane |
2005-08-05 | remove the drmAddress | Alan Hourihane |
2005-07-29 | Fix a == vs !- typo for glx_enable_extension | Jon Smirl |
2005-07-28 | glxEnableExtension is a platform-specific function exported by the loader. | Ian Romanick |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-07-26 | typo | Alan Hourihane |
2005-07-26 | support GLX_DIRECT_COLOR in 1.4.0 | Alan Hourihane |
2005-07-26 | Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bit | Alan Hourihane |
2005-07-26 | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick |
2005-07-24 | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick |
2005-07-01 | remove common macros used in the span functions of most drivers from the indi... | Roland Scheidegger |
2005-06-30 | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick |
2005-05-31 | Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics) | Alan Hourihane |
2005-05-20 | Add support for modes with a depth-buffer but no stencil-buffer. This | Ian Romanick |
2005-05-17 | Disable leftover debug statements | Keith Whitwell |
2005-05-10 | fix some valgrind complaints | Keith Whitwell |
2005-05-10 | don't be fooled into emitting padding for wpos when not used | Keith Whitwell |
2005-05-10 | get fog working with _TexEnvProgram | Keith Whitwell |