7534 Commits (mesa_20060201)
 

Author SHA1 Message Date
  Brian Paul 5abc246f8d bump version number 20 years ago
  Brian Paul 72d1bb5756 don't need LONGLONG typedefs 20 years ago
  Brian Paul 91ed68b2b9 do away with 'long long' usage 20 years ago
  Brian Paul 5262c225ba remove stray _ from GL[u]int64_EXT 20 years ago
  Karl Schultz 1acea5f289 update for symbol export changes 20 years ago
  Karl Schultz 5bdec89da5 add {} to RENDER_SPAN macro to fix compilation problem 20 years ago
  Karl Schultz 59af97420e use 64-bit typedefs for portability 20 years ago
  Karl Schultz 0694adaf71 add 64-bit typedefs for portability 20 years ago
  Karl Schultz 4c3443b460 handle 64-bit types for Windows. 20 years ago
  Karl Schultz f2b9fa03da reapply recent changes with Visual Studio instead of direct text editing. 20 years ago
  Brian Paul 0fa8c59e64 Updates for GL_EXT_timer_query: 20 years ago
  Karl Schultz 98bebc7212 Fix bugzilla 5253. Add {} around code in RENDER_SPAN macros when code includes a variable declaration. 20 years ago
  Aapo Tahkola abccd5b729 Make missing interpolator inputs fatal 20 years ago
  Aapo Tahkola 9309ba78d1 Fix secondary color for VP's 20 years ago
  Brian Paul 9580179dfb C++ fixes, mostly casts (Stephane Conversy) 20 years ago
  Eric Anholt d5179613d5 Add support for GL_EXT_secondary_color. It looks like using 20 years ago
  Keith Whitwell b4ebb68202 Add guard before calling ctx->Driver.BindProgram 20 years ago
  Aapo Tahkola f27c07c99e Fix AL8 20 years ago
  Dave Airlie 923257fe07 update r300 drm minimum to 20 20 years ago
  Dave Airlie f93feb7aed Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon 20 years ago
  Brian Paul eb06704a7c Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff) 20 years ago
  Brian Paul 99f13343cf Fix two failures encountered when running out of memory during XImage 20 years ago
  Brian Paul 1b3128cc9a Test sizeof(drm_handle_t) instead of LONG64 when returning handles 20 years ago
  Brian Paul 8716e7570d fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba) 20 years ago
  Ian Romanick 5abff7bc4d Fix build issues on x86-64 due to missing include path in 20 years ago
  Keith Whitwell c9515bf1ae Call ProgramStringNotify after creating tnl programs. 20 years ago
  Keith Whitwell bfba2705b6 Remove VB->LastClipped 20 years ago
  Keith Whitwell dd4f0d1a93 Clean up clipping somewhat 20 years ago
  Brian Paul f285f0d8f6 remove uintptr_t cast 20 years ago
  Brian Paul 6b25193b92 try removing need for the uintptr_t casts 20 years ago
  Brian Paul 0e31e02aef Added FinishRenderTexture() device driver function to indicate when 20 years ago
  Brian Paul cf2702e3db added comment about glTexImage and renderbuffers 20 years ago
  Brian Paul 31e739a189 get depthBits from the current drawbuffer 20 years ago
  Brian Paul 94ae2b4f25 fxt1_decode_1() should not be static 20 years ago
  Ian Romanick 5910dfacf1 This is a major re-work of the __indirect_glInterleavedArrays routine. The 20 years ago
  Brian Paul 96f216565e assorted fixes for server-side direct rendering (bug 5199) 20 years ago
  Brian Paul 2d8eb9eaf3 remove dri_client/ dir from tarball 20 years ago
  Brian Paul 126482a12f use the files from the drm tree/package 20 years ago
  Michel Dänzer 9790e641ef If the DDX driver didn't reserve any video RAM for textures, fall back to 20 years ago
  Brian Paul 58f45fa44d added _EGLExtensions typedef 20 years ago
  Brian Paul 5285c32a17 Put extension flags, string into separate struct. 20 years ago
  Brian Paul f576450cae clean up the drmGetMap/drmMap code 20 years ago
  Brian Paul 4683e8e954 apparently need to load colormap after setting the mode to make it work reliably 20 years ago
  Keith Whitwell 2b8e66d210 Remove the many aliases for 'struct mem_block' in mm.h 20 years ago
  Keith Whitwell aae2b8b8eb Correct author attribution of mm.h 20 years ago
  Brian Paul 4f12aa5a6a check for driver_modes == NULL. Don't need driver_modes for EGL driver 20 years ago
  Brian Paul a913d9f2f7 rearrange some code to put in more logical order, misc clean-ups 20 years ago
  Brian Paul 3070a581fc Lots of fixes, clean-ups, new comments, etc. 20 years ago
  Brian Paul d548bf41d3 Redo _eglInitSurface() so it can be used with all surface types. 20 years ago
  Brian Paul 49b2d2e90f include stdint.h for BSD 20 years ago