summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into drm-gemIan Romanick2008-07-2518-3139/+3190
|\
| * mesa: move extensions->version code into separate functionBrian Paul2008-07-241-70/+72
| * mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION stringBrian Paul2008-07-241-3/+5
| * mesa: add GL_POLYGON_OFFSET_POINT/LINE/FILL queries, remove GL_TEXTURE_ENV_CO...Brian Paul2008-07-162-42/+30
| * mesa: check for __INTERIX to typedef uintptr_tBlair Sadewitz2008-07-151-0/+6
| * mesa: fix stencil state problem when GL_ATI_separate_stencil wasn't enabledBrian Paul2008-07-141-47/+49
| * mesa: also check for __NetBSD__Blair Sadewitz2008-07-141-1/+1
| * mesa: check for OpenBSD (bug 15604)Brian Paul2008-07-091-1/+7
| * mesa: remove debug codemesa_7_1_rc3Brian Paul2008-07-081-1/+0
| * bump version to rc3Brian Paul2008-07-081-1/+1
| * mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul2008-07-082-5/+4
| * mesa: bump version to rc2mesa_7_1_rc2Brian Paul2008-07-081-1/+1
| * Enable TexGen based on InputsRead when a fragment program is activeNicolai Haehnle2008-07-041-10/+18
| * mesa: remove incorrect assertionBrian Paul2008-07-041-1/+0
| * mesa: fix some error codes in _mesa_ShaderSourceARB()Brian Paul2008-07-031-4/+4
| * mesa: fix problem freeing framebuffer/renderbuffer objectsBrian Paul2008-07-033-4/+29
| * mesa: fix vertex array validation test for attribute 0 (vert pos)Brian Paul2008-07-021-11/+12
| * mesa: fix issues around multisample enableRoland Scheidegger2008-07-023-1/+19
| * VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick2008-07-021-2939/+2935
* | mesa: Return 0 for cube map face of non-cubemap framebuffer attachments.Eric Anholt2008-07-251-1/+4
|/
* Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-212-5/+41
* mesa: fix inconsistent use of GL_UNSIGNED_INT vs. GL_UNSIGNED_INT_24_8_EXT fo...Brian Paul2008-06-172-3/+3
* mesa: make mm.c use unsigned ints for offsets.Dave Airlie2008-06-172-6/+7
* texenvprogram: Mark textures using ARB_shadow as ShadowSamplersNicolai Haehnle2008-06-141-2/+6
* [texenvprogram] Fix refcounting-related memory leak.Nicolai Haehnle2008-06-021-1/+2
* Use the GLuint64EXT type defined by GL_EXT_timer_queryBrian Paul2008-05-291-11/+6
* set version string to 7.1 rc1Brian Paul2008-05-271-1/+1
* Fix program refcounting assertion failure during context tear-downBrian Paul2008-05-191-6/+8
* Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul2008-05-142-3/+12
* Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie2008-05-091-6/+0
* Remove unused texunit parameter to ctx->Driver.GenerateMipmap()Brian2008-05-095-29/+10
* Added ctx->Driver.GenerateMipmap() driver hookDave Airlie2008-05-093-25/+32
* mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie2008-05-091-0/+6
* fix refcounting bugs in tnl/tex program cachesBrian Paul2008-05-072-33/+38
* implement full reference counting for vertex/fragment programsBrian2008-05-063-21/+37
* Add support for ATI_separate_stencil in display lists.Michal Wajdeczko2008-05-061-0/+33
* fix conversion of GLfloat display list IDsBrian Paul2008-05-011-21/+24
* Add support for GL_REPLACE_EXT texture env mode.Brian Paul2008-04-301-1/+6
* mesa: adjust glBitmap coords by a small epsilonBrian Paul2008-04-291-2/+3
* drop stray includes of glapiGeorge Sapountzis2008-04-231-1/+0
* glcore: drop outdated sources files intented for xorgGeorge Sapountzis2008-04-231-138/+0
* glcore: build from mesaGeorge Sapountzis2008-04-231-5/+0
* only use __x86_64__, not __amd64__ (bug 15503)Brian Paul2008-04-141-1/+1
* commentsBrian Paul2008-04-111-2/+7
* fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269)Roland Scheidegger2008-04-011-1/+1
* mesa: Free all shader program data before deleting allXiang, Haihao2008-03-311-0/+16
* Revert "mesa: separate shader program object from shader object." (bug#15244)Xiang, Haihao2008-03-312-17/+9
* fix texture/renderbuffer mix-up in test_attachment_completeness()Brian2008-03-281-1/+1
* implement glGet/BindAttribLocationARB() for display listsBrian2008-03-251-0/+26
* add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian2008-03-242-0/+65