1283 коммитов (9f568e512f54b452a4c533b766b40ad2e64446bc)
 

Автор SHA1 Сообщение Дата
  Gareth Hughes 9f568e512f Added trivial CVA test for testing HW driver fastpaths, good for testing 24 лет назад
  Brian Paul acdb6db846 Always call Driver.SetReadBuffer() in copy pixels functions, just to be safe 24 лет назад
  Brian Paul fda3b1a4b1 added comment explaining why the demo is flawed 24 лет назад
  Keith Whitwell 724abeb058 Moved the software rasterizer to a new directory. 24 лет назад
  Keith Whitwell e3a051e053 Moved software rasterizer functionality to new directory. 24 лет назад
  Keith Whitwell 6e0f0f51e0 Remove dead code in FX driver. 24 лет назад
  Brian Paul 039bf534aa removed debug printf 24 лет назад
  Brian Paul efeddebe81 big overhaul of the demo, works better now 24 лет назад
  Keith Whitwell 365dc68c39 Rearrange VERT_* flags to support 4 texture units. 24 лет назад
  Brian Paul 9499e017b7 Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. 24 лет назад
  Keith Whitwell caef4a35d6 Removed references to gcc's __FUNCTION__ macro. 24 лет назад
  Brian Paul 6ad2c5b59a set *t->flag = enabled in gl_extensions_add(), otherwise, extension booleans weren't set 24 лет назад
  Keith Whitwell 69676ac379 test cvs commit logging 24 лет назад
  Keith Whitwell a96308c37d Replace the flags Mesa was using for ctx->NewState with a new set 24 лет назад
  Jouk Jansen a457549967 Committing in . 24 лет назад
  Brian Paul 193005393d renamed Current.ByteColor Current.Color 24 лет назад
  Brian Paul ebb248aa5c more minor header file re-org (moved CONST, ASSERT, INLINE to config.h) 24 лет назад
  Brian Paul 699bc7b73d More GLchan color channel changes. 24 лет назад
  Brian Paul c893a015d8 New colormac.h file for color-related macros. 24 лет назад
  Brian Paul ba643a2094 Basic work to support deep color channels: 24 лет назад
  Keith Whitwell a897b335be Do per-pixel fog when GL_FOG_HINT is GL_NICEST. 24 лет назад
  Jon Taylor 1aa958bc9c Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources. 24 лет назад
  Brian Paul 1c4b3f4dfb restored test for __alpha in _mesa_win_fog_coords_from_z() 24 лет назад
  Brian Paul 7dd57a48e1 added info about GL_EXT_secondary_color and GL_EXT_fog_coord 24 лет назад
  Brian Paul a14cbff8e5 Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c 24 лет назад
  Keith Whitwell fe5d67d95f Implement EXT_fog_coord and EXT_secondary_color. 24 лет назад
  Gareth Hughes ba58a6665f Change animated apps to double-buffered visuals by default. 24 лет назад
  Brian Paul b4df56fcd9 added GL_BGR case to bytes_per_pixel() 24 лет назад
  Brian Paul 7460cfabbc removed X86/*.m4 files from tar archive 24 лет назад
  Brian Paul 66202b75d5 clarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value 24 лет назад
  Brian Paul 7ceffd0e0d fixed value for GLU_NURBS_MODE 24 лет назад
  Brian Paul 27a26bfc4b added a glFinish() call 24 лет назад
  Brian Paul 21d073d55a added incomplete() debug function/macro 24 лет назад
  Brian Paul 9a4a958a5c signal NEW_TEXTURING if there's a Driver.BindTexture() function 24 лет назад
  Brian Paul 6cdf09749c Put a white texel in each corner of each texture. 24 лет назад
  Brian Paul 0448488e11 added idle() func, enable fog by default 24 лет назад
  Brian Paul 5a501fbd09 added libOSMesa.so info 24 лет назад
  Brian Paul 5bb27edac0 generate separate libOSMesa library ala XFree86/DRI 24 лет назад
  Brian Paul edda9ae9fb fixed 386/x86 mismatches, reordered a few configs 24 лет назад
  Gareth Hughes ac018f5494 Major audit of all Mesa's x86 assembly code. This round is basically 24 лет назад
  Gareth Hughes fc2427e81b Major audit of all Mesa's x86 assembly code. This round is basically 24 лет назад
  Brian Paul e188b6e1f1 added a proper idle() function 24 лет назад
  Brian Paul eb326f5f01 fixed a texture enable bug 24 лет назад
  Brian Paul d0d7d62120 polygon offset changes; added Visual->MRD field 24 лет назад
  Brian Paul d475730357 Changes for multitexture > 3, code clean-ups. 24 лет назад
  Brian Paul a2d2aed64a use 1.1 glPolygonOffset instead of glPolygonOffsetEXT 24 лет назад
  Brian Paul 9c7ca850fd Rewrote get_static_proc_address(). It made mistakes in some situations 24 лет назад
  Brian Paul a5b66333fb glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly 24 лет назад
  Brian Paul 9f0bb59c53 call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked clear bug 24 лет назад
  Brian Paul cc50ed60b3 improved blending accuracy to fix Glean test failures 24 лет назад