8364 Commits (3b9b8de9b0bf2f1e69a450360a812090520b2b29)
 

Author SHA1 Message Date
  Brian Paul 3b9b8de9b0 Added _mesa_realloc_instructions() utility function. 19 years ago
  Ian Romanick a5f2206077 GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. 19 years ago
  Ian Romanick bf83e652f6 Add a new offset mode to the GL API XML. This mode, called "assign," 19 years ago
  Brian Paul 5947f8fd63 fix fragment.position initialization bug 19 years ago
  Ian Romanick ce9767f863 Make sure that _GNU_SOURCE is enabled in the linux configs that set 19 years ago
  Keith Whitwell 39f222a421 add point-position.c 19 years ago
  Keith Whitwell 28536e6c4f Test for fragment.position in points primitives. Currently renders 19 years ago
  Brian Paul 83304326c8 added glut/mini/ sources to glut tarball 19 years ago
  Brian Paul 116411d5f0 Check if mesa_vp->Base.Parameters is null before dereferencing (bug report 19 years ago
  Ian Romanick 4169c220bd Fix some problems with the generation of the size tables. Enable 19 years ago
  Brian Paul a95d5f0f58 silence warning 19 years ago
  Brian Paul 4d12a05e6c Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid 19 years ago
  Ian Romanick 261a806f9e New script and API description file to enable generate of GLX protocol 19 years ago
  Brian Paul d21ccb49c0 update glut fbdev sources list 19 years ago
  Sean D'Epagnier bd3e6ec066 VT switching now uses correct keys. 19 years ago
  Aapo Tahkola 43c9587ed4 remove duplicate pieces of code. 19 years ago
  Aapo Tahkola cafb0617ea extend some DrawRangeElements cases to support rendering more than 65535 verts in one blast. ut2k4 cases in other words ... 19 years ago
  Aapo Tahkola 50eae3af7a fix broken write-only depth setting. use early z where possible. 19 years ago
  Ian Romanick 723db7212c Correct the name of the GL_NV_texture_expand_normal extension. 19 years ago
  Ian Romanick d319edff1e The TLS dispatch functions for x86-64 are fixed-size, just like on 19 years ago
  Ian Romanick 4e4b5f4008 Add new attribute called static_dispatch to the <function> element. This 19 years ago
  Brian Paul 6423ec9145 move ALL_SOURCES to sources file 19 years ago
  Brian Paul b20814fd7d remove FBDEV_DRIVER_OBJECTS assignment (in sources file) 19 years ago
  Brian Paul d5299bf9a1 various updates 19 years ago
  Michal Krol 1d67cad9af More GLSL preprocessor code: 19 years ago
  Michal Krol 798ef5ce33 GLSL 1.20 constructors and operators. 19 years ago
  Roland Scheidegger bd4c8ec0ec remove the now confusing option to manually enable software ARB_vp if drm is not new enough on r200 19 years ago
  Sean D'Epagnier c6fc823987 Removed ifeq from makefile, and corrected fbdev driver so it compiles 19 years ago
  Brian Paul cf4d2f7109 updates for 6.5.1 19 years ago
  Brian Paul 92c43b110c Fix-ups for linux-fbdev config. No longer build Xlib driver sources. 19 years ago
  Sean D'Epagnier 7e4152f0ed The driver now compiles correctly without any x headers or libraries installed 19 years ago
  Alan Hourihane bd87c303e9 Fix writemasks on texture arb fp instructions. 19 years ago
  Brian Paul c1c282f36a sort the FEATURE_ defines 19 years ago
  Brian Paul 9dc90cd5f3 added FEATURE_EXT_timer_query and tests 19 years ago
  Brian Paul 5928718475 change #ifdef to #if 19 years ago
  Brian Paul 6206aec90a change tex memory allocation calls (debian bug 383209) 19 years ago
  Ian Romanick a7d0256745 When available, which is most of the time, use posix_memalign to implement 19 years ago
  Ian Romanick ab6cf9dd62 Enable support for GL_EXT_gpu_program_parameters for R300. 19 years ago
  Ian Romanick 8c41c757fe Add support for GL_EXT_gpu_program_parameters. Any driver that enables 19 years ago
  Ian Romanick 5208d93a41 Add test for GL_EXT_gpu_program_parameters. 19 years ago
  Ian Romanick daea717634 Remove extraneous trailing semicolon. 19 years ago
  Brian Paul 37b5b01217 s/GLvoid/void/ to fix gcc 4.2 issue (bug 7875) 19 years ago
  Michel Dänzer 061a3fe340 Bug #7169: Attempt to make libGL symbols visible to drivers. 19 years ago
  Aapo Tahkola 24cd8e22f5 gcc-4.1.1 compile fix 19 years ago
  Ian Romanick 357addfc45 Add comments explaining a couple "mystery" bits. 19 years ago
  Ian Romanick 32a9e9be0c Fix white-space problem in the prototype for glBlitFramebufferEXT that 19 years ago
  Ian Romanick 8fbe16d4dd Fix long standing bug that prevented newer drivers from working with 19 years ago
  Ian Romanick 56f349515c Convert comment header for __GLcontextModesRec to Doxygen style. 19 years ago
  Aapo Tahkola 8ff5e37f58 support shorts as vertex data 19 years ago
  Eric Anholt 2332812644 Add padding to match the current xf86-video-intel DDX->DRI interface. 19 years ago