summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* generate GL_INVALID_OPERATION error for bad image format/type combinationsBrian Paul2000-12-103-58/+44
* adjust texture size for convolution in glCopyTex[Sub]Image[123]D()Brian Paul2000-12-091-32/+41
* set default table size to 0, minor error check fixBrian Paul2000-12-091-6/+12
* initialize convolution filters to zeroBrian Paul2000-12-091-1/+6
* added queries for convolution enablesBrian Paul2000-12-091-1/+109
* added GL_RESCALE_NORMAL casesBrian Paul2000-12-091-1/+13
* more detailed texture error messagesBrian Paul2000-12-081-19/+24
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-087-39/+180
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-285-34/+94
* Set ENABLE_LIGHT according to ctx->Light.Enabled whether or notBrian Paul2000-11-272-10/+5
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-277-22/+26
* map glIndex* functions to glIndexi() (glIndexub was looping back to glIndexub)Brian Paul2000-11-271-16/+41
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-245-13/+16
* Committing in .Jouk Jansen2000-11-241-15/+22
* New files...Keith Whitwell2000-11-246-0/+2299
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-2417-684/+269
* More auto* build system updatesJon Taylor2000-11-232-2/+4
* Modified Files:Jouk Jansen2000-11-221-1/+0
* Committing in .Jouk Jansen2000-11-2267-664/+2376
* call gl_update_state() if needed in glGetColorTable, glGetConvolutionFilterBrian Paul2000-11-212-2/+14
* call RENDER_START/FINISH in read_color_image()Brian Paul2000-11-211-1/+5
* added some RENDER_START/RENDER_FINISH macros. Minor GLchan changesBrian Paul2000-11-212-7/+14
* minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4Brian Paul2000-11-201-2/+2
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-1911-348/+313
* Minor header file changes to silence warnings.Brian Paul2000-11-172-2/+20
* Committing in .Jouk Jansen2000-11-171-50/+257
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-1632-4982/+1179
* added includes to silence warningsBrian Paul2000-11-152-2/+4
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-153-12/+12
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-20/+6
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-139-396/+438
* fixed another texImage mistake in _mesa_GetTexImage()Brian Paul2000-11-131-2/+2
* init WrapR to GL_REPEAT modeBrian Paul2000-11-111-1/+2
* removed tr_attrib.cBrian Paul2000-11-111-2/+1
* latest sources from LokiBrian Paul2000-11-111-4/+4
* replaced _NEW_IMAGING with _NEW_PIXELBrian Paul2000-11-103-12/+11
* renamed imaging files to histogram since that's what's insideBrian Paul2000-11-107-15/+911
* minor changes to silence compiler warningsBrian Paul2000-11-102-2/+4
* removed old TexImage() and TexSubImage() functionsBrian Paul2000-11-101-25/+1
* restored call to _mesa_select_tex_image() in _mesa_GetTexImage()Brian Paul2000-11-101-23/+2
* GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)Brian Paul2000-11-091-2/+2
* updated with bug fix from 3.4 branchBrian Paul2000-11-091-148/+196
* adjust x/y/zoffset parameters to fill_texture_image() by texture border widthBrian Paul2000-11-071-9/+10
* Committing in .Jouk Jansen2000-11-061-14/+31
* added swrast/s_aaline.cBrian Paul2000-11-051-1/+3
* - Changes for new software rasterizer modulesKeith Whitwell2000-11-0523-806/+491
* Committing in .Jouk Jansen2000-11-011-27/+142
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-3126-7619/+116
* Remove dead code in FX driver.Keith Whitwell2000-10-311-4/+1
* Rearrange VERT_* flags to support 4 texture units.Keith Whitwell2000-10-302-7/+8