875 Commits (039bf534aaeb618d458938b4ce3b2edeadcfb7f3)

Author SHA1 Message Date
  Keith Whitwell 365dc68c39 Rearrange VERT_* flags to support 4 texture units. 25 years ago
  Brian Paul 9499e017b7 Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. 25 years ago
  Keith Whitwell caef4a35d6 Removed references to gcc's __FUNCTION__ macro. 25 years ago
  Brian Paul 6ad2c5b59a set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans weren't set 25 years ago
  Keith Whitwell a96308c37d Replace the flags Mesa was using for ctx->NewState with a new set 25 years ago
  Jouk Jansen a457549967 Committing in . 25 years ago
  Brian Paul 193005393d renamed Current.ByteColor Current.Color 25 years ago
  Brian Paul ebb248aa5c more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) 25 years ago
  Brian Paul 699bc7b73d More GLchan color channel changes. 25 years ago
  Brian Paul c893a015d8 New colormac.h file for color-related macros. 25 years ago
  Brian Paul ba643a2094 Basic work to support deep color channels: 25 years ago
  Keith Whitwell a897b335be Do per-pixel fog when GL_FOG_HINT is GL_NICEST. 25 years ago
  Jon Taylor 1aa958bc9c Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources. 25 years ago
  Brian Paul 1c4b3f4dfb restored test for __alpha in _mesa_win_fog_coords_from_z() 25 years ago
  Brian Paul a14cbff8e5 Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c 25 years ago
  Keith Whitwell fe5d67d95f Implement EXT_fog_coord and EXT_secondary_color. 25 years ago
  Brian Paul b4df56fcd9 added GL_BGR case to bytes_per_pixel() 25 years ago
  Brian Paul 66202b75d5 clarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value 25 years ago
  Brian Paul 21d073d55a added incomplete() debug function/macro 25 years ago
  Brian Paul 9a4a958a5c signal NEW_TEXTURING if there's a Driver.BindTexture() function 25 years ago
  Brian Paul 5bb27edac0 generate separate libOSMesa library ala XFree86/DRI 25 years ago
  Gareth Hughes fc2427e81b Major audit of all Mesa's x86 assembly code. This round is basically 25 years ago
  Brian Paul eb326f5f01 fixed a texture enable bug 25 years ago
  Brian Paul d0d7d62120 polygon offset changes; added Visual->MRD field 25 years ago
  Brian Paul d475730357 Changes for multitexture > 3, code clean-ups. 25 years ago
  Brian Paul 9c7ca850fd Rewrote get_static_proc_address(). It made mistakes in some situations 25 years ago
  Brian Paul a5b66333fb glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly 25 years ago
  Brian Paul 9f0bb59c53 call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear bug 25 years ago
  Brian Paul cc50ed60b3 improved blending accuracy to fix Glean test failures 25 years ago
  Brian Paul ce938b307e More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now. 25 years ago
  Brian Paul d367216678 ported render begin/end calls from Mesa 3.4 25 years ago
  Brian Paul 1873b567b2 added _mesa_get_teximages_from_driver() 25 years ago
  Brian Paul 35324a6c60 if depthBits == 0, set DepthMask = 2^16 to fix per-fragment fog problems 25 years ago
  Brian Paul 1791901468 update TriangleCaps in GL_POINT/POLYGON_SMOOTH cases 25 years ago
  Brian Paul 2c7e6334ec better handling of GLX_DEPTH_SIZE in glXChooseVisual() 25 years ago
  Brian Paul fa849a0e16 drawing color-index image to RGB window was broken 25 years ago
  Brian Paul 16eb23a0cb more work to support N texture units 25 years ago
  Brian Paul 9c05c0494d support for N texture units 25 years ago
  Brian Paul e92dd16605 generalized support for N texure units 25 years ago
  Brian Paul eb6c6439ae removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead 25 years ago
  Brian Paul 37a6211795 new params for SpecificCompressedTexFormat() (Bill White) 25 years ago
  Jouk Jansen 574c456a5a Committing in . 25 years ago
  Brian Paul f142a0830a include types.h 25 years ago
  Brian Paul 643be95416 renamed gl_copy_context to _mesa_copy_context 25 years ago
  Brian Paul 6542324cb0 added imports.c 25 years ago
  Brian Paul b1394fa92a First batch of OpenGL SI related changes: 25 years ago
  Brian Paul 3b18a36f21 Replaced preprocessor symbol GL_MESA_TRACE with MESA_TRACE. 25 years ago
  Brian Paul 423f2b2884 added GL_ARB_texture_env_add 25 years ago
  Brian Paul b9b329d1e5 removed unused display_list struct 25 years ago
  Gareth Hughes 5e0bb98abd Added SSE streaming store instructions, external symbol directives. 25 years ago