23068 Commits (5b27b4ad37bd992d2d3a6fd9d407277113544f30)
 

Author SHA1 Message Date
  Keith Whitwell 222d7841e9 scons: mingw is broken with -O1 and higher 17 years ago
  Keith Whitwell ee79827186 stw: fix potential uninitialized use of curctx 17 years ago
  José Fonseca d5eac43a2e wgl: Enforce a minimum 1x1 framebuffer size. 17 years ago
  José Fonseca d78b5952c1 wgl: Add assertion for missing function. 17 years ago
  José Fonseca 692263aad6 wgl: Remove unused variable. 17 years ago
  José Fonseca d88faf91e9 mesa: Make _mesa_share_state thread safe. 17 years ago
  José Fonseca 4d28fcfeaa wgl: Implement ShareLists. 17 years ago
  Keith Whitwell d56b0e6847 progs/trivial: add test for vertex program invarient transform 17 years ago
  Keith Whitwell b6e8256899 mesa: more complete fix for transform_invarient glitches 17 years ago
  Keith Whitwell 751f73e281 mesa/main: set PREFER_DP4 to match position_invarient code 17 years ago
  José Fonseca 1ed90091be wgl: Implemente SwapLayerBuffers. 17 years ago
  José Fonseca 0d0417cc75 scons: Don't use deprecated Options. 17 years ago
  José Fonseca be3f9dd26c util: Limit the stack walk to avoid referencing undefined memory. 17 years ago
  Keith Whitwell f628d7f5ee gallium/tgsi: hack around linker/archiver breakage 17 years ago
  Keith Whitwell e99729d63d progs/trivial: add vbo-noninterleaved test 17 years ago
  José Fonseca d075cb4fc8 wgl: Include alpha bits in pixel format's cColorBits field. 17 years ago
  Keith Whitwell af09ba96e9 gallium/draw: cope with unused vertex_elements 17 years ago
  Keith Whitwell 482be01db0 trivial: add line-flat.c 17 years ago
  José Fonseca bb9ea58f95 wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL. 17 years ago
  José Fonseca 1248ff7d45 pb: Save the stack backtrace when creating/mapping a debug buffer. 17 years ago
  José Fonseca 606a547613 pb: Dump the fenced buffer sizes. 17 years ago
  Keith Whitwell d5c2ad8514 mesa/st: keep surface_copy arguments positive 17 years ago
  Keith Whitwell 6826bad6a7 mesa/st: remove redundant call to st_finish in CopyTexSubImage 17 years ago
  José Fonseca 626b6f37ea wgl: Export pixelformats with accumulation bits. 17 years ago
  Keith Whitwell 01280cff53 mesa/st: cope with non-ibo index data in st_draw_feedback.c 17 years ago
  Keith Whitwell 4a333c64fa util/upload: catch failures to map_range and return error 17 years ago
  Keith Whitwell 5f5181021e scons: mingw is broken with -O1 and higher 17 years ago
  Keith Whitwell 48c7aa2648 stw: fix potential uninitialized use of curctx 17 years ago
  José Fonseca 26ffd44586 wgl: Enforce a minimum 1x1 framebuffer size. 17 years ago
  José Fonseca 3a43ea4946 wgl: Add assertion for missing function. 17 years ago
  José Fonseca 082a086e9d wgl: Remove unused variable. 17 years ago
  José Fonseca b25168c34c mesa: Make _mesa_share_state thread safe. 17 years ago
  José Fonseca 25a4156a8b wgl: Implement ShareLists. 17 years ago
  Ben Skeggs 71b1c92405 nouveau: respect GALLIUM_STATE_TRACKERS_DIRS 17 years ago
  Ben Skeggs 9e02fa4532 nouveau: remove dri1 code now we're using the dri state tracker 17 years ago
  Ben Skeggs b7f2b7e936 nouveau: use dri state tracker for dri1 17 years ago
  Brian Paul fa95ecb467 mesa: make the array object save/remove functions static 17 years ago
  Brian Paul 32b851c807 mesa: clean-up vertex array object VBO unbinding and delete/refcounting 17 years ago
  Brian Paul 56cfa4de91 demos: delete vertex array objects upon exit 17 years ago
  Brian Paul 1030bf0ded mesa: reference counting for gl_array_object 17 years ago
  Brian Paul 9bb6684799 mesa: array object comments 17 years ago
  Brian Paul 4f6b704f97 mesa: move the NullBufferObj from GLcontext to gl_shared_state 17 years ago
  Brian Paul 105c8529e7 mesa: fix comments, s/texture/buffer/ 17 years ago
  Brian Paul f37cccde3c vbo: in glDraw[Range]Element() code, check for out of bounds indexes 17 years ago
  Brian Paul 6359ecebec mesa: remove unused gl_buffer_object::OnCard field 17 years ago
  Brian Paul dcca97a3e3 mesa: added gl_buffer_object::Written flag (for debug purposes) 17 years ago
  Brian Paul b9d0f947f2 mesa: Compute gl_client_array->_MaxElement during array validation 17 years ago
  Brian Paul 800b14cd37 mesa: GLvector4f:: flags is a GLbitfield, update comments too. 17 years ago
  Brian Paul 1f75c2daea mesa: add storage_count field to GLvector4f. Useful for debugging. 17 years ago
  Brian Paul 828aa76f36 mesa: use array->BufferObj instead of ctx->Array.ArrayBufferObj 17 years ago