summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/attrib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-12/+0
* mesa: Remove SGI_color_table.Eric Anholt2010-09-231-13/+0
* mesa: Remove EXT_histogram.Eric Anholt2010-09-231-4/+0
* mesa: Include macros.h in attrib.c for COPY_4FV symbol.Vinson Lee2010-07-301-0/+1
* mesa: remove unused headerBrian Paul2010-05-111-1/+0
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-30/+30
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * mesa: Remove unnecessary header from attrib.c.Vinson Lee2010-01-181-1/+0
* | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-15/+32
|\|