aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Merge handling of application-provided and built-in error sources.Eric Anholt2013-03-052-232/+131
* mesa: Fix _mesa_problem() on context destroy after application debug outputEric Anholt2013-03-051-0/+6
* mesa: Move debug type/severity enums to mesa core.Eric Anholt2013-03-052-68/+91
* mesa: Replace open-coded _mesa_lookup_enum_by_nr().Eric Anholt2013-03-051-35/+3
* mesa: Remove extra #define MAXSTRING duplicating MAX_DEBUG_MESSAGE_LENGTH.Eric Anholt2013-03-051-15/+14
* Add missing GL_TEXTURE_CUBE_MAP entry in _mesa_legal_texture_dimensionsAlan Hourihane2013-03-051-0/+1
* Fix out-of-tree build of 'make check' in src/mesa/main/testsJon TURNEY2013-03-051-4/+4
* mesa: flush current state when querying GL_EDGE_FLAGBrian Paul2013-03-041-1/+1
* mesa: Add a new QueryCounter() hook for TIMESTAMP queries.Kenneth Graunke2013-03-012-3/+9
* mesa: implement TexImage*MultisampleChris Forbes2013-03-021-4/+163
* mesa: support multisample textures in framebuffer completeness checkChris Forbes2013-03-021-14/+37
* mesa: implement sample maskChris Forbes2013-03-025-2/+53