summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: refactor: move glTexGen-related functions into new texgen.c fileBrian Paul2008-06-117-596/+673
* mesa: refactor: fix some FEATURE_ typos, mistakesBrian Paul2008-06-102-2/+2
* mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-1012-96/+310
* gallium: remove stray include of st_context.hBrian Paul2008-06-101-2/+0
* mesa: remove unused api_eval.h header fileBrian Paul2008-06-092-43/+0
* mesa: refactor: move _mesa_update_minmax/histogram() into image.cBrian Paul2008-06-093-74/+64
* mesa: refactor: move multisample-related functions into new multisample.c fileBrian Paul2008-06-098-44/+109
* mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram...Brian Paul2008-06-096-83/+88
* mesa: refactor: move glClear, glClearColor into new clear.c file.Brian Paul2008-06-096-153/+227
* mesa: refactor: move scissor functions into new scissor.c fileBrian Paul2008-06-098-85/+150
* mesa: refactor: move _mesa_init_exec_table() into new api_exec.c fileBrian Paul2008-06-096-806/+872
* mesa: refactor: move pixel map/scale/bias code into image.cBrian Paul2008-06-094-476/+486
* mesa: refactor: new _mesa_init_pixelstore() functionBrian Paul2008-06-094-28/+43
* mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul2008-06-096-172/+243
* mesa: refactor: move glPixelStore function into new pixelstore.c fileBrian Paul2008-06-096-203/+275
* mesa: chmod a-x context.cBrian Paul2008-06-091-0/+0
* mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supportedJakob Bornecrantz2008-06-092-7/+31
* mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz2008-06-082-0/+37
* mesa: turn off ffvertex prog debugKeith Whitwell2008-06-061-1/+1
* mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul2008-06-054-41/+28
* mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ...Brian Paul2008-06-051-0/+14
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-3114-70/+70
* mesa: undo accidental setting of _ForceEyeCoordsKeith Whitwell2008-05-301-1/+1
* ffvertex: emit full LIT when attenuating (needs the 1 in X position)Keith Whitwell2008-05-272-19/+32
* ffvertex: don't compute whole eye vector if only eye.z is requiredKeith Whitwell2008-05-271-3/+27
* Revert "mesa: save a temp on normalizes"Keith Whitwell2008-05-241-4/+6
* mesa: pre-swizzle normal scale state valueKeith Whitwell2008-05-241-2/+1
* mesa: evaluate _NeedEyeCoords prior to generating internal vertex shaderKeith Whitwell2008-05-241-12/+14
* mesa: save a temp on normalizesKeith Whitwell2008-05-231-6/+4
* mesa: further degenerate the special case lit substituteKeith Whitwell2008-05-231-9/+12
* mesa: don't emit LIT instruction when mat shininess known to be zeroKeith Whitwell2008-05-231-31/+102
* mesa: do object-space lighting in ffvertex_prog.cKeith Whitwell2008-05-231-29/+50
* Fix program refcounting assertion failure during context tear-downBrian Paul2008-05-191-22/+24
* alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul2008-05-183-152/+100
* mesa: free shader program data before deleting shader objects.Brian2008-05-061-0/+16
* gallium: implement full reference counting for vertex/fragment programsBrian2008-05-063-24/+38
* mesa: comments, whitespaceBrian2008-05-061-24/+19
* fix _mesa_ffs for alternative compilersAlan Hourihane2008-05-051-19/+17
* Fix build problem with MSVCAlan Hourihane2008-05-011-3/+7
* Add support for GL_REPLACE_EXT texture env mode.Brian Paul2008-04-301-1/+6
* mesa: added _mesa_scale_and_bias_depth_uint()Brian Paul2008-04-292-0/+18
* gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/Brian Paul2008-04-252-4/+4
* mesa: adjust glBitmap coords by a small epsilonBrian Paul2008-04-241-2/+3
* mesa: no longer combine vertex/fragment shader parameters/uniformsBrian2008-04-041-3/+5
* Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2008-04-043-76/+29
* Finish up ATI_separate_stencilBrian2008-04-044-768/+757
* add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger2008-04-042-0/+77
* mesa: fix texture/renderbuffer mix-up in test_attachment_completeness()Brian Paul2008-03-281-1/+1
* delete default programs with ctx->Driver.DeleteProgram()Brian2008-03-221-2/+2
* Refactor PBO validate/map code.Brian2008-03-213-76/+74