| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove the drmAddress | Alan Hourihane | 2005-08-05 | 1 | -1/+0 |
* | Fix a == vs !- typo for glx_enable_extension | Jon Smirl | 2005-07-29 | 1 | -1/+1 |
* | glxEnableExtension is a platform-specific function exported by the loader. | Ian Romanick | 2005-07-28 | 1 | -7/+4 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 4 | -6/+17 |
* | typo | Alan Hourihane | 2005-07-26 | 1 | -1/+1 |
* | support GLX_DIRECT_COLOR in 1.4.0 | Alan Hourihane | 2005-07-26 | 1 | -3/+1 |
* | Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bit | Alan Hourihane | 2005-07-26 | 1 | -4/+12 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 1 | -14/+11 |
* | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick | 2005-07-24 | 1 | -43/+14 |
* | remove common macros used in the span functions of most drivers from the indi... | Roland Scheidegger | 2005-07-01 | 1 | -32/+0 |
* | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick | 2005-06-30 | 3 | -51/+67 |
* | Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics) | Alan Hourihane | 2005-05-31 | 4 | -2/+207 |
* | Add support for modes with a depth-buffer but no stencil-buffer. This | Ian Romanick | 2005-05-20 | 1 | -5/+7 |
* | Disable leftover debug statements | Keith Whitwell | 2005-05-17 | 1 | -2/+2 |
* | fix some valgrind complaints | Keith Whitwell | 2005-05-10 | 2 | -3/+3 |
* | don't be fooled into emitting padding for wpos when not used | Keith Whitwell | 2005-05-10 | 2 | -2/+2 |
* | get fog working with _TexEnvProgram | Keith Whitwell | 2005-05-10 | 3 | -6/+19 |
* | i915 will use _TexEnvProgram (if active) | Keith Whitwell | 2005-05-09 | 6 | -13/+12 |
* | check for null DrawBuffer values | Keith Whitwell | 2005-05-09 | 3 | -9/+20 |
* | Fallback (rather than fail) on unknown program targets. | Keith Whitwell | 2005-05-09 | 1 | -3/+3 |
* | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson | 2005-05-05 | 1 | -12/+0 |
* | Add drirenderbuffer.c to COMMON_SOURCES | Adam Jackson | 2005-05-04 | 1 | -0/+1 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 9 | -46/+176 |
* | First pass at updating these drivers with pipeline_stage struct changes. | Keith Whitwell | 2005-04-22 | 1 | -23/+4 |
* | Reduce the size of mesa's internal fragment and vertex program | Keith Whitwell | 2005-04-21 | 1 | -19/+19 |
* | Enclose passed macro values in brackets to ensure correct read/write span | Alan Hourihane | 2005-01-20 | 1 | -2/+2 |
* | Revert some accidental cross-merge changes. Remove i915GetString. Migrate | Ian Romanick | 2005-01-07 | 3 | -82/+14 |
* | Add Intel i915GM support, and these extensions. | Alan Hourihane | 2005-01-06 | 15 | -578/+436 |