summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/attrib.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: allow drivers not to expose ARB_color_buffer_float in GL core profileMarek Olšák2013-04-061-2/+7
* mesa: add texobj support for ARB_texture_multisampleChris Forbes2013-03-021-0/+3
* attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen2013-02-281-0/+12
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-4/+2
* mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEXIan Romanick2013-01-111-0/+3
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-20/+20
* mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner2012-11-081-2/+5
* mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie2012-11-091-2/+4
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-10/+0
* mesa: Fix comments for NV_vp code that's now only used by other extensions.Eric Anholt2012-10-151-3/+3
* mesa: Remove support for NV_vertex_program's attribute evaluation.Eric Anholt2012-10-151-12/+0
* mesa: remove FEATURE_attrib_stack define.Oliver McFadden2012-09-151-6/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-4/+4
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-1/+1
* mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()Brian Paul2012-08-291-1/+2
* mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick2012-08-141-4/+0
* mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.Eric Anholt2012-08-081-0/+13
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-1/+1
* mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).Kenneth Graunke2012-06-021-0/+8
* mesa: move gl_array_attrib::NewState to gl_array_object::NewArraysBrian Paul2012-04-201-7/+0
* mesa,vbo: properly detect when vertex arrays need to be recalculatedMarek Olšák2012-04-191-3/+0
* mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well.Eric Anholt2012-02-151-2/+17
* mesa: Fix push/pop of multisample coverage invert.Eric Anholt2012-02-151-5/+0
* mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)Brian Paul2012-02-011-0/+13
* mesa: remove stray comment in PopAttrib() codeBrian Paul2012-02-011-1/+0
* mesa: Don't resurrect deleted ARB VAOs in glPopClientAttribIan Romanick2012-01-241-11/+42
* mesa: Rename gl_array_object::VBOonly to ::ARBsemanticsIan Romanick2012-01-241-1/+1
* mesa: fix indentation in attrib.cBrian Paul2011-11-301-1/+1
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-291-13/+0
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-291-4/+3
* mesa: add support for GL_OES_EGL_image_externalChia-I Wu2011-11-031-0/+2
* mesa: Fix multithreaded buffer object refcounting.Mathias Fröhlich2011-10-231-72/+151
* mesa: number of combiner terms to pop depends on GL_NV_texture_env_combine4Brian Paul2011-10-011-1/+2
* mesa: use !! to simplify some _mesa_set_enable() calls in attrib.cBrian Paul2011-10-011-43/+25
* mesa: use loop in pop_texture_group() to restore 4 combiner termsBrian Paul2011-10-011-24/+13
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-4/+2
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-35/+32
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-1/+0
* mesa: Update clipping code to use ctx->Const.MaxClipPlanes.Paul Berry2011-09-201-2/+2
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-4/+4
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-11/+14
* mesa: fix popping of texture state for GL_TEXTURE_BUFFERBrian Paul2011-04-061-0/+2
* mesa: implement clamping controls (ARB_color_buffer_float)Marek Olšák2011-03-291-9/+12
* mesa: remove GL_SGI_texture_color_table supportBrian Paul2011-02-281-11/+0
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-14/+33
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5