summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* Use correct enums for program output variables. FixesKeith Whitwell2005-11-221-2/+2
* s/Saturate/SaturateMode/Brian Paul2005-11-201-1/+1
* Make Saturate a 2-bit field again, renamed to SaturateMode with threeBrian Paul2005-11-201-1/+1
* remove #include arbfragparse.h, s/PI/M_PI/Brian Paul2005-11-191-9/+4
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-122-7/+7
* s/TexSrcIdx/TexSrcTarget/Brian Paul2005-11-051-2/+2
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-40/+40
* Re-org and clean-up of vertx/fragment program limits (instructions,Brian Paul2005-11-012-9/+26
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-054-13/+12
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-133-25/+40
* Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,Brian Paul2005-09-1011-66/+58
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul2005-09-097-8/+6
* Treat NegateBase as a bitfield, not a boolean.Keith Whitwell2005-09-081-1/+5
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-15/+25
* Use InitPointers helperBrian Paul2005-09-041-28/+8
* SetBuffer, renderbuffer changesBrian Paul2005-09-034-147/+32
* use char* instead of GLubyte* in i915_program_error() to silence warningsBrian Paul2005-09-012-2/+2
* silence fprintf and casting warningsBrian Paul2005-08-301-3/+3
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-252-4/+2
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-1/+1
* Add a check which compares the passed in size of the DDX driver private DRIAlan Hourihane2005-08-141-0/+4
* remove the drmAddressAlan Hourihane2005-08-051-1/+0
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-7/+4
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-284-6/+17
* typoAlan Hourihane2005-07-261-1/+1
* support GLX_DIRECT_COLOR in 1.4.0Alan Hourihane2005-07-261-3/+1
* Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bitAlan Hourihane2005-07-261-4/+12
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-14/+11
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-43/+14
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-32/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-303-51/+67
* Add Intel(R) 945G support (Keith Whitwell, Tungsten Graphics)Alan Hourihane2005-05-314-2/+207
* Add support for modes with a depth-buffer but no stencil-buffer. ThisIan Romanick2005-05-201-5/+7
* Disable leftover debug statementsKeith Whitwell2005-05-171-2/+2
* fix some valgrind complaintsKeith Whitwell2005-05-102-3/+3
* don't be fooled into emitting padding for wpos when not usedKeith Whitwell2005-05-102-2/+2
* get fog working with _TexEnvProgramKeith Whitwell2005-05-103-6/+19
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-096-13/+12
* check for null DrawBuffer valuesKeith Whitwell2005-05-093-9/+20
* Fallback (rather than fail) on unknown program targets.Keith Whitwell2005-05-091-3/+3
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-12/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-049-46/+176
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-23/+4
* Reduce the size of mesa's internal fragment and vertex programKeith Whitwell2005-04-211-19/+19
* Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane2005-01-201-2/+2
* Revert some accidental cross-merge changes. Remove i915GetString. MigrateIan Romanick2005-01-073-82/+14
* Add Intel i915GM support, and these extensions.Alan Hourihane2005-01-0615-578/+436