summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* init Red/Green/EtcBits = 0 in soft_renderbuffer_storage()Brian Paul2006-03-141-1/+10
* More GLSL code:Michal Krol2006-03-141-63/+44
* just a comment for check_compatible()Brian Paul2006-03-071-0/+5
* disable double-buffer test in check_compatible(), fixes pbuffer/visual problemBrian Paul2006-03-071-2/+11
* print newline in _mesa_warning()Brian Paul2006-03-071-2/+2
* call _mesa_update_framebuffer_visual() in _mesa_FramebufferRenderbufferEXT() ...Brian Paul2006-03-071-1/+6
* Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger2006-03-035-238/+238
* Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger2006-03-023-42/+55
* improved error msgBrian Paul2006-03-021-1/+3
* check FEATURE_EXT_framebuffer_blitBrian Paul2006-03-021-0/+2
* Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger2006-03-013-45/+102
* No need for _mesa_save_error() to be public.Brian Paul2006-03-012-34/+37
* added BlitFramebuffer() supportBrian Paul2006-03-011-2/+43
* updated commentBrian Paul2006-03-011-1/+3
* Added glBlitFramebufferEXT function.Brian Paul2006-03-012-2036/+2051
* remove temporary tokens, more error checks for blit functionBrian Paul2006-03-011-12/+39
* Allow error checking to look for presence of either of two extensions.Brian Paul2006-02-282-669/+670
* More GLSL code:Michal Krol2006-02-272-2/+38
* re-formated with indent.Brian Paul2006-02-261-2320/+2657
* Remove need to initialize the InstSize[] array elements by just storingBrian Paul2006-02-262-211/+34
* display list clean-upsBrian Paul2006-02-263-82/+84
* fix broken _mesa_copy_context() for GL_LIGHTING_BITBrian Paul2006-02-241-2/+2
* Fix _mesa_copy_texture_state() so that we copy texture object bindings,Brian Paul2006-02-241-12/+41
* Include dix-config.h if HAVE_DIX_CONFIG_H is defined. This will be used by theEric Anholt2006-02-151-0/+3
* Enable texcoords when program object in use.Michal Krol2006-02-151-2/+5
* Enable GL_ARB_fragment_shader extension.Michal Krol2006-02-151-2/+2
* Enable GL_ARB_shader_objects, GL_ARB_shading_language_100 andMichal Krol2006-02-131-7/+7
* Rename current glsl program variable.Michal Krol2006-02-131-1/+1
* Add _mesa_atanf and _mesa_asinf functions.Michal Krol2006-02-132-2/+30
* Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.Eric Anholt2006-02-113-4/+12
* fix test for valid texunit in _mesa_ClientActiveTextureARBRoland Scheidegger2006-02-011-1/+1
* fix using a tmp without asking for oneJerome Glisse2006-01-241-0/+1
* pull in fix from 6.4 branch for XFree86Server definitionAlan Hourihane2006-01-241-2/+1
* fix broken get_half & get_zeroAapo Tahkola2006-01-241-4/+4
* Avoid a crash when the user has enabled glVertex{,Attrib}Pointer but hasn'tAdam Jackson2006-01-191-2/+3
* properly free ATI fragment shaders (Tilman Sauerbeck)Brian Paul2006-01-161-3/+21
* s/GLuint/GLbitfield/Brian Paul2006-01-092-2/+2
* properly notify driver on scissor change in MakeCurrentKeith Whitwell2005-12-303-15/+27
* move va_end() call (Evgeny Kotsuba)Brian Paul2005-12-151-1/+1
* Fix typo.Keith Whitwell2005-12-141-1/+1
* use GLbitfield instead of GLuintBrian Paul2005-12-141-6/+3
* Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can beBrian Paul2005-12-1411-421/+3
* silence warning, bug 5318Brian Paul2005-12-121-0/+2
* Split _MaintainTexEnvProgram into two flags _Maintain and _Use. ThisKeith Whitwell2005-12-123-2/+9
* don't need LONGLONG typedefsBrian Paul2005-12-081-7/+0
* add 64-bit typedefs for portabilityKarl Schultz2005-12-081-0/+7
* Updates for GL_EXT_timer_query:Brian Paul2005-12-075-2086/+2192
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-1/+1
* fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba)Brian Paul2005-12-021-2/+2
* remove uintptr_t castBrian Paul2005-12-011-1/+1