summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* added LoadProgramNV and RequestResidentProgramsNVBrian Paul2003-04-171-12/+70
* Added arbprogram.c to Makefiles.Brian Paul2003-04-1712-80/+350
* checkpoint: more infrastructure for GL_ARB_vertex/fragment_program.Brian Paul2003-04-1710-149/+649
* Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul2003-04-119-29/+925
* basic work on GL_ARB_vertex_buffer_objectBrian Paul2003-04-094-8/+389
* fix string compare bugBrian Paul2003-04-081-2/+6
* add missing return in raster_pos4f()Brian Paul2003-04-081-3/+3
* fix some problems parsing scalar source argumentsBrian Paul2003-04-081-28/+43
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-084-26/+31
* added _mesa_realloc()Brian Paul2003-04-082-4/+16
* scalar source reg can be a scalar or vector literalBrian Paul2003-04-071-1/+11
* minor parser fixes, program print-out fixesBrian Paul2003-04-071-24/+62
* fix typoBrian Paul2003-04-071-2/+2
* Added gcc-sl target and shared lib shell script (Philip Brown)Brian Paul2003-04-071-1/+9
* Pass 4th element correctly in loopback_VertexAttrib4svNVKeith Whitwell2003-04-051-2/+3
* fragment program named constants and named program parameters basically work nowBrian Paul2003-04-054-50/+73
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-045-341/+280
* some texture compression odds & endsBrian Paul2003-04-034-17/+216
* simplify CEILF, FLOORF, FABSF stuffBrian Paul2003-04-031-11/+8
* added GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()Brian Paul2003-04-011-3/+2
* clean-up current state initializationBrian Paul2003-04-011-9/+8
* added GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)Brian Paul2003-04-011-1/+17
* minor initialization fixesBrian Paul2003-04-011-2/+4
* improve some error messagesBrian Paul2003-04-011-6/+6
* GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning strideBrian Paul2003-04-011-5/+5
* GL_FOG_COORDINATE_SOURCE_EXT query was missingBrian Paul2003-04-011-1/+17
* fix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV and GL_CURRENT_MATRIX_NV q...Brian Paul2003-04-011-17/+37
* fix default compare modeBrian Paul2003-04-011-2/+2
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-017-388/+477
* _mesa_realloc() fixBrian Paul2003-04-011-7/+7
* Committing in .Jouk Jansen2003-04-011-1/+1
* remove duplicate lineBrian Paul2003-03-291-2/+1
* Basic infrastructure for GL_ARB_vertex_buffer_object.Brian Paul2003-03-2913-12/+206
* added _mesa_print_nv_vertex_instruction()Brian Paul2003-03-292-12/+26
* proper dispatch for NV_fragment_program functionsBrian Paul2003-03-293-54/+70
* GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_NV_fragment_program en...Brian Paul2003-03-291-0/+79
* DOS updates from Daniel BorcaBrian Paul2003-03-291-17/+19
* fix EXP instruction and ARL-relative addressingBrian Paul2003-03-291-17/+9
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-259-23/+85
* store correct EXP resultBrian Paul2003-03-251-2/+2
* add 2, not 4, in _mesa_get_compressed_formats()Brian Paul2003-03-241-4/+4
* fix GL_COLOR_MATERIAL bugBrian Paul2003-03-211-3/+3
* Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul2003-03-194-138/+153
* Fix typoKeith Whitwell2003-03-171-2/+2
* move #include glheader.h before extern C namespaceBrian Paul2003-03-171-6/+6
* Fix up some fragment program texture enable issues.Brian Paul2003-03-154-27/+37
* Clean-up of parser error handling/reporting.Brian Paul2003-03-144-164/+228
* fix/improve glAreTextures/ProgramsResident (Jose Fonseca)Brian Paul2003-03-102-36/+38
* DOS update (Daniel Borca)Brian Paul2003-03-081-1/+2
* added OS/2 version of IROUND (Evgeny Kotsuba)Brian Paul2003-03-071-2/+11