7734 Commits (ea4fe661d7f3a95d9db17e1475076f1badf8e1a6)
 

Author SHA1 Message Date
  Brian Paul 2a0d441ebb Set always_array=true for glGenProgramsNV (Dave Reveman) 20 years ago
  Brian Paul 15e74a6441 replace dprintf() with _glu_dprintf() (bug 6244) 20 years ago
  Michal Krol 0f618b7eb7 Add slang_analyse.c and slang_library_texsample.c. 20 years ago
  Michal Krol 8af48fc4d6 More GLSL code: 20 years ago
  Aapo Tahkola e9484e4085 Clean build. 20 years ago
  Aapo Tahkola a0cf4ceb36 Fix broken max mipmap leveling that was horribly wrong. 20 years ago
  Aapo Tahkola 5042778449 Option to init vp temps(for testing) 20 years ago
  Brian Paul 9c32af5bb2 Add prototypes for GLX_MESA_swap_frame_usage, GLX_MESA_swap_control, and 20 years ago
  Brian Paul 841a823d6d s/GLint/int/, to fit GLX conventions 20 years ago
  Brian Paul 0d57301ba2 Instead of adding extra flags to DEFINES with +=, define EXTRA_DEFINES instead. 20 years ago
  Aapo Tahkola 12d51beb7e Kick VBOs out of GART if nothing else helps. 20 years ago
  Aapo Tahkola e294d938f2 Use the force Luke, use the force. 20 years ago
  Dave Airlie f1b431b265 coverity check bug fix going over end of array 20 years ago
  Dave Airlie 9fc897af7a coverity checker bug: Pointer dereferenced after NULL check 20 years ago
  Aapo Tahkola d97ab9a7bd Fix broken DrawElements & DrawRangeElements. 20 years ago
  Jouk Jansen d9894e0d72 Committing in . 20 years ago
  Aapo Tahkola dba9c0bafd Enable HW VBOs and other things needed by it. 20 years ago
  Aapo Tahkola ba7ea2e697 Convert to work with current DRM. + tag 20 years ago
  Aapo Tahkola 50f319242b Various fallbacks, checks and tags. 20 years ago
  Brian Paul ca007cb449 just a comment for check_compatible() 20 years ago
  Brian Paul d75963d258 disable double-buffer test in check_compatible(), fixes pbuffer/visual problem 20 years ago
  Brian Paul 8ee311d36d print newline in _mesa_warning() 20 years ago
  Brian Paul 2e01918b55 call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() to fix some minor glitches 20 years ago
  Brian Paul 168a7516b1 FreeBSD updates (Pedro Giffuni) 20 years ago
  Aapo Tahkola c107058e7e Port r200 tex tiling code to run on r300 but keep it disabled. 20 years ago
  Ian Romanick 3bca4f679a Later versions of Python handle formats like '% 5u' differently. For 20 years ago
  Ian Romanick 9d881ea718 Generate server-side GLX protocol decode functions using the 'make server' 20 years ago
  Ian Romanick 448d23331d Display the correct bug number in the information text. 20 years ago
  Ian Romanick 66df1731e6 Don't try to bind to proxy texture target. This is defined by the spec to be 20 years ago
  Ian Romanick 5820f7998a Build test for bugzilla #3050 20 years ago
  Ian Romanick 780d270312 Test case for bugzilla #3050. 20 years ago
  Roland Scheidegger e1e03b32ab Use standard ARB names instead of vendor-specific NV names for the ARB/NV_vertex_program enums in common state handling code, and update comments accordingly. Change some slightly confusing code which gave the impression GL_VERTEX_PROGRAM_ARB and GL_VERTEX_PROGRAM_NV enums were different. 20 years ago
  Roland Scheidegger f8ba07a77d fix up the emit_func list in the experimental arbprogram sse code. 20 years ago
  Roland Scheidegger 5e01f9a114 Fix bogus span mask in s_atifragshader.c leading to trouble when the pixel was later discarded by z test (this fixes doom3 r200 renderpath with swrast). Fix calling _swrast_alpha_test potentially leading to bogus results when Alpha Test might not be enabled. While here, don't disable deferred_texture (early z) when ATI_fragment_shader is active, as it is not necessary (for the record, this boosts doom3 swrast performance by roughly a factor of 2 (4 seconds per frame now...) with the r200 render path, might be a worthwile optimization for fragment programs which don't write z). 20 years ago
  Keith Whitwell f4ab5654d0 Add position_invarient support 20 years ago
  Roland Scheidegger da16813f43 Fix more enums defined not only by one extension when queried by glGet (GL_COLOR_SUM_EXT, GL_POINT_SPRITE_NV, GL_POINT_SPRITE_COORD_ORIGIN, GL_TRANSPOSE_CURRENT_MATRIX_ARB). Fix similar bugs (also those previously overseen dependant on NV/ARB_vertex_program) in glIsEnabled. Add missing GL_COLOR_SUM_EXT enum to glIsEnabled. 20 years ago
  Brian Paul 9227bca103 added GL_EXT_framebuffer_blit, etc 20 years ago
  Brian Paul 81b8aa9ecd test glBlitFramebufferEXT w/ -blit flag 20 years ago
  Brian Paul 14d3ab9662 improved error msg 20 years ago
  Brian Paul 904ab0c22c check FEATURE_EXT_framebuffer_blit 20 years ago
  Brian Paul afa1df5871 plug in BlitFramebuffer function 20 years ago
  Brian Paul c241d3b06a implementation of _swrast_BlitFramebuffer() 20 years ago
  Roland Scheidegger 93da673904 Fix glGet with enums which are used not only in NV_vertex_program, but other extensions too (ARB_vertex_program, ARB_fragment_program, NV_fragment_program), if no support for NV_vertex_program is present. While here, fix return value if enum is used which is not supported by the exposed extensions (GL_INVALID_ENUM instead of GL_INVALID_VALUE). Fix some compile-time #ifs depending on NV_vertex/fragment_program which should also be dependant on ARB_vertex/fragment_program. See bug #6070 20 years ago
  Brian Paul cf6be2d5bd No need for _mesa_save_error() to be public. 20 years ago
  Brian Paul dbfd246db8 added BlitFramebuffer() support 20 years ago
  Brian Paul 190e5595bc New comments. Use tuples () instead of lists [] in a few places. 20 years ago
  Brian Paul 68edf28df6 added Flush in glXCopyContext() 20 years ago
  Brian Paul 9b8059e536 updated comment 20 years ago
  Brian Paul 6d4284e2bf Added glBlitFramebufferEXT function. 20 years ago
  Brian Paul 9974540c73 remove temporary tokens, more error checks for blit function 20 years ago