aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-2117-318/+50
| | | | | | dd_function_table:BlendFuncSeparate. If a driver does not actually support EXT_blend_func_separate, it can assume that the RGB and alpha blend functions are the same.
* Another mechanism to create vertices with holes - a new EMIT_PAD styleKeith Whitwell2004-01-212-17/+34
|
* don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etcBrian Paul2004-01-211-20/+20
|
* remove _mesa_check_driver_hooks() - it's really not too useful anymoreBrian Paul2004-01-203-68/+20
|
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-2015-276/+208
| | | | | functions. Don't allocate the driver-specific data during texture object creation but do it later as needed (as code originally was).
* fixed a bug in VGA initialization routineDaniel Borca2004-01-202-5/+24
|
* remove duplicate t_dd_* filesKeith Whitwell2004-01-2010-4733/+0
|
* initial 6.1 release notes with info about recent _mesa_create_context ↵Brian Paul2004-01-202-0/+85
| | | | changes, etc.
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-2079-1225/+1178
| | | | | | | | | | by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future.
* _mesa_init_driver_functions() to initialize dd_function_tableBrian Paul2004-01-202-0/+238
|
* some more count vs. end confusionKeith Whitwell2004-01-192-11/+11
|
* replace -lm with $(GL_LIB_DEPS) to get -lexpatBrian Paul2004-01-192-2/+2
|
* replace CALLOC with MALLOC in _mesa_new_texture_object()Brian Paul2004-01-191-1/+1
|
* remove incorrect comments, added _mesa_bzero() call in ↵Brian Paul2004-01-191-12/+3
| | | | _mesa_initialize_texture_object()
* omit CVS directories from tarballs, bump version to 6.1Brian Paul2004-01-192-10/+12
|
* Migrate i830 driver to t_vertex.[ch] for building hw vertices.Keith Whitwell2004-01-1911-735/+156
|
* fix glitch from previous check-in (pointer vs int)Brian Paul2004-01-191-1/+1
|
* minor changes to silence warningsBrian Paul2004-01-185-5/+7
|
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-185-5/+5
|
* change Data ptr from GLbyte to GLubyte to silence warningsBrian Paul2004-01-181-1/+1
|
* include texobj.h to silence warningsBrian Paul2004-01-186-2/+6
|
* s/char/GLubyte/ to silence warningsBrian Paul2004-01-181-3/+3
|
* include sched.h to get sched_yield() prototypeBrian Paul2004-01-181-0/+1
|
* make second param of driParseConfigFiles() constBrian Paul2004-01-182-3/+3
|
* tweak OpenBSD and SunOS commandsBrian Paul2004-01-171-5/+10
|
* tweak openbsd configBrian Paul2004-01-171-4/+4
|
* added some missing FLUSH_VERTICES callsBrian Paul2004-01-173-1/+23
|
* Fix cosmetic GL_RENDERER string problem (Andreas Stenglein)Michel Dänzer2004-01-171-1/+1
|
* bump version to 6.1 (new development)Brian Paul2004-01-161-3/+3
|
* Respect the 'in_use' field in the global LRU as a marker forKeith Whitwell2004-01-161-11/+6
| | | | kernel-reserved memory regions.
* fixed refresh rate control in Glide wrapperDaniel Borca2004-01-161-3/+5
|
* tweaks for 6.0 releaseBrian Paul2004-01-153-5/+34
|
* add casts to quiet compiler warningsKarl Schultz2004-01-151-2/+2
|
* fix -fomit-frame_pointer typoBrian Paul2004-01-151-1/+1
|
* implemented glutTimerFuncDaniel Borca2004-01-152-2/+66
|
* documentation updateDaniel Borca2004-01-152-8/+121
|
* _mesa_delete_texture_object and some other updatesDaniel Borca2004-01-155-10/+21
|
* Cosmetic changes.Brian Paul2004-01-158-59/+55
| | | | | Added a bunch of const qualifiers. Use _mesa_memcpy() instead of memcpy(), etc.
* change MALLOC to CALLOC to silence valgrind error in _playback_copy_to_current()Brian Paul2004-01-151-3/+3
|
* use -G not -shared for gcc on SunOSBrian Paul2004-01-141-3/+5
|
* added blurb about NVIDIA extensionsBrian Paul2004-01-148-13/+78
|
* latest changes, bug fixesBrian Paul2004-01-141-0/+3
|
* bump MAX_WIDTH/HEIGHT to 4K pixelsBrian Paul2004-01-141-4/+4
|
* Generate mesa.def file for Windows.Karl Schultz2004-01-141-0/+224
|
* Replace with version generated from new python script.Karl Schultz2004-01-141-717/+719
|
* Fix up more confusions with count vs end in array functionsKeith Whitwell2004-01-143-73/+36
|
* fixed a bug in texture memory manager when in UMA modeDaniel Borca2004-01-142-6/+13
|
* Fix initialisation of cubic tecture offsets (Andreas Stenglein)Michel Dänzer2004-01-141-5/+10
|
* add new entrypointsKarl Schultz2004-01-131-696/+715
|
* tweak aix-gcc configBrian Paul2004-01-131-2/+2
|