summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: remove platform checks around __builtin_ffs, __builtin_ffsllBrian Paul2013-04-011-6/+0
* mesa: fix texture storage multisample prototypes harder.Dave Airlie2013-04-012-4/+4
* mesa: allow multisample texture targets in [Get]TexParameter*Chris Forbes2013-03-311-1/+87
* mesa: improve reported function name in Tex*MultisampleChris Forbes2013-03-311-16/+14
* mesa: add enable bit for ARB_texture_storage_multisampleChris Forbes2013-03-312-0/+2
* glapi: add definition of ARB_texture_storage_multisampleChris Forbes2013-03-313-2/+33
* mesa: add support for immutable textures to teximagemultisample()Chris Forbes2013-03-311-3/+28
* mesa: extract _mesa_is_legal_tex_storage_format helperChris Forbes2013-03-312-17/+23
* mesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERIC_NV macros.Kenneth Graunke2013-03-301-10/+0
* glsl: Implement ARB_texture_query_lodDave Airlie2013-03-292-0/+2
* mesa: provide default implementation of QuerySamplesForFormatChris Forbes2013-03-292-0/+19
* mesa: only check sample count if we actually wanted multisamplingChris Forbes2013-03-271-9/+10
* mesa: use _mesa_check_sample_count() for multisample texturesChris Forbes2013-03-242-30/+33
* mesa: helper for checking renderbuffer sample countChris Forbes2013-03-243-3/+69
* mesa: allow internalformat_query with multisample texture targetsChris Forbes2013-03-242-6/+10
* mesa: add common format-independent memcpy-based ReadPixels pathMarek Olšák2013-03-234-37/+167
* mesa: add helper func for checking combined depthstencil buffers from st/mesaMarek Olšák2013-03-232-0/+29
* mesa: add a common function returning transfer ops for ReadPixelsMarek Olšák2013-03-231-20/+74
* mesa: handle HALF_FLOAT like FLOAT in get_tex_rgbaMarek Olšák2013-03-231-0/+1
* mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.Matt Turner2013-03-213-0/+14
* ff_fragment_shader: Don't do unnecessary (and dangerous) uniform setup.Paul Berry2013-03-191-16/+0
* mesa: use ieee fp on s390 and m68kAndreas Boll2013-03-191-1/+2
* glsl_to_tgsi: allocate arrays separately v2Christian König2013-03-191-0/+1
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-156-92/+30
* Get rid of _mesa_frag_attrib_to_vert_result().Paul Berry2013-03-151-25/+1
* Get rid of _mesa_vert_result_to_frag_attrib().Paul Berry2013-03-151-21/+17
* mtypes.h: Modify gl_frag_attrib to refer to new gl_varying_slot enum.Paul Berry2013-03-151-22/+23
* Replace gl_geom_result enum with gl_varying_slot.Paul Berry2013-03-152-30/+0
* mtypes.h: Modify gl_geom_result to refer to new gl_varying_slot enum.Paul Berry2013-03-151-21/+20
* Replace gl_geom_attrib enum with gl_varying_slot.Paul Berry2013-03-152-43/+0
* mtypes.h: Modify gl_geom_attrib to refer to new gl_varying_slot enum.Paul Berry2013-03-151-13/+13
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-154-76/+42
* mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.Paul Berry2013-03-151-28/+39
* mtypes.h: Add new gl_varying_slot enum, and bitfield defines.Paul Berry2013-03-151-0/+70
* mesa: Fix FB blitting in case of zero size src or dst rectAnuj Phogat2013-03-131-1/+3
* tests: Add $(top_srcdir)/include to AM_CPPFLAGS.Vinson Lee2013-03-121-0/+1
* mesa: Use PACKAGE_BUGREPORT macro.Matt Turner2013-03-121-1/+1
* mesa: Remove unused version #defines from version.h.Matt Turner2013-03-121-11/+0
* mesa: Replace MESA_VERSION with PACKAGE_VERSION.Matt Turner2013-03-123-3/+3
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-51/+5
* mesa: Use correct functions for enum conversion.Vinson Lee2013-03-111-2/+2
* mesa: don't allocate a texture if width or height is 0 in CopyTexImageMarek Olšák2013-03-111-10/+12
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-082-2/+2
* mesa: fix glGetInteger*(GL_SAMPLER_BINDING).Alan Hourihane2013-03-073-2/+14
* Unreference sampler object when it's currently bound to texture unit.Alan Hourihane2013-03-061-0/+10
* mesa: Remove the special enum for _mesa_error debug output.Eric Anholt2013-03-052-6/+8
* mesa: Remove the enum for the oom-within-debug-output case.Eric Anholt2013-03-052-6/+4
* mesa: Remove now-unused gl_winsys_error and gl_shader_error enums.Eric Anholt2013-03-051-8/+0
* mesa: Report ARB_debug_output for both shader errors and warnings.Eric Anholt2013-03-052-3/+6
* mesa: Add support for GL_ARB_debug_output with dynamic ID allocation.Eric Anholt2013-03-052-4/+60