8081 Commits (23b7c7dc1469ba5bbd14f736a3c188c63cd4f280)
 

Author SHA1 Message Date
  Michal Krol 23b7c7dc14 Make it running under Linux. 19 years ago
  Michal Krol 44d5c8668a First draft. 19 years ago
  Tilman Sauerbeck b20cdf1d28 don't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS twice, it's already done in parse_generic_attrib_num() 19 years ago
  Brian Paul 919f6a070c generic attribute 0 wasn't handled correctly (Jesse Allen) 19 years ago
  Roland Scheidegger 76b6e88e56 fix some whitespace in previous commit 19 years ago
  Roland Scheidegger 8a61821057 preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k instead of 8k (the reasons why it was exactly 8k are unclear). Add register defines, sanity code, fix potential issue with wrong statechange order when disabling fragment programs. 19 years ago
  Brian Paul 04fa003a50 The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem to 19 years ago
  Brian Paul 65a51c0d62 Roll _mesa_free_parameters() into calling function (the only caller). 19 years ago
  Brian Paul 5a67af97fa fix a small memory leak in _mesa_add_state_reference() 19 years ago
  Brian Paul 1798d9a8a4 added _mesa_align_realloc() 19 years ago
  Brian Paul 0c1cbd5805 use GLbitfield for StateFlags, improved comments 19 years ago
  Brian Paul d9736db667 Add const qualifiers in a number of places. 19 years ago
  Brian Paul f5a2ac95c3 init mask=0 to silence warning 19 years ago
  Brian Paul fe9026d04a make mgaSetFence() and mgaWaitFence() static 19 years ago
  Brian Paul a6f7f10efa prototype i915_udpate_fog() to silence warning 19 years ago
  Brian Paul b8f2f6fee1 In cache_item(), there was sizeof(void) expression. 19 years ago
  Brian Paul acc9566b86 GL_INDEX_OFFSET fix 19 years ago
  Brian Paul 17befff800 GL_INDEX_OFFSET didn't work with CI->RGB mappings. 19 years ago
  Keith Whitwell 8065c120c4 memory usage fixes for glean/conform, use a better hash function 19 years ago
  Keith Whitwell 64da16146f Fix typo 19 years ago
  Keith Whitwell 5ddc53f899 Better caching for texenv programs. 19 years ago
  Keith Whitwell 7e3fa7e837 Speedup the venerable mm.[ch] allocator with doubly linked lists and a 19 years ago
  Brian Paul b0b6d1abe5 In gl_texture_image, replace ImageStride with an ImageOffsets array. 19 years ago
  Brian Paul 226d0187b5 glxinfo -l expanded, fixed bug 6863 19 years ago
  Brian Paul 04d5d16415 remove some redundant functions, fix-up reference counting 19 years ago
  Brian Paul 89ffca52ac use new _mesa_remove_renderbuffer() 19 years ago
  Brian Paul 7ac5b7b934 use new _mesa_dereference_frame/renderbuffer() functions 19 years ago
  Brian Paul b52f02121b Added _mesa_remove_renderbuffer() as a counterpart to _mesa_add_renderbuffer(). 19 years ago
  Brian Paul 2eb88c1752 Added _mesa_dereference_framebuffer() to encapsulate reference count 19 years ago
  Brian Paul cbb19930b3 some new comments 19 years ago
  Brian Paul 20e11b2332 remove an assertion 19 years ago
  Brian Paul 4e470db0b9 print 2D vs 3D in window 19 years ago
  Brian Paul 5ec34f0ff9 also test 3D textures (press '2'/'3' to toggle) 19 years ago
  Brian Paul 083f8111aa added some CHAN_BITS tests 19 years ago
  Brian Paul 68bc7df638 replace FORMAT var with RB_TYPE 19 years ago
  Brian Paul fd02ca7711 Demonstrate rendering 8, 16 and 32-bit/channel images all in one program. 19 years ago
  Brian Paul e35b9058ce updated docs for off-screen rendering 19 years ago
  Brian Paul d44248ca00 Allow rendering 8, 16 and 32-bit/channel images without recompiling. 19 years ago
  Brian Paul 6a74f65c58 install renderbuffer adaptors when color channel sizes need to be reduced 19 years ago
  Brian Paul d2e5598cd3 added rbadaptors.[ch] files 19 years ago
  Brian Paul e2db790a46 added rbadaptors.c 19 years ago
  Brian Paul 3c30b35134 Renderbuffer adaptors. 19 years ago
  Brian Paul 23a5c57cee minor simplification 19 years ago
  Brian Paul 0ca9082cbd texture EnvColor needs to be converted to GLchan, not GLint 19 years ago
  Aapo Tahkola 787fd58186 Dont allow 16 tex units to be used at all. 19 years ago
  Brian Paul 5e51ebd8eb use -march=i486 instead of -m486 (bug 6954) 19 years ago
  Brian Paul 0d957ca400 change initialization of texcoords - not all C compilers support non-constant array initializers 19 years ago
  Brian Paul 3d8a791ff9 add extra APP_LIB_DEPS (bug 6954) 19 years ago
  Brian Paul c717ffa146 added solaris-x86-gcc-static 19 years ago
  Brian Paul 7d848c3308 generate shared lib, not static 19 years ago