summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-161-1/+3
* mesa: fix MSAA enable state in update_multisample()Brian Paul2008-09-151-4/+4
* mesa: remove some assertions that are invalid during context tear-downBrian Paul2008-09-151-1/+4
* mesa: get another class of degenerate dlists workingKeith Whitwell2008-09-151-2/+5
* mesa: return after _mesa_problem() callsGuillaume Melquiond2008-09-131-0/+1
* Fixes for MingwShane Blackett2008-09-111-1/+1
* mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul2008-09-051-1/+1
* mesa: replace MALLOC w/ CALLOC to fix valgrind warningBrian Paul2008-09-051-1/+1
* mesa: improved gl_buffer_object reference countingBrian Paul2008-09-045-160/+172
* mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao2008-09-041-2/+2
* mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz2008-09-045-0/+134
* fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul2008-09-021-6/+6
* fix no error generated when calling glLight{if}[v] inside begin/end (bug 17408)Roland Scheidegger2008-09-021-0/+1
* mesa: don't check for GLSL 1.2 to advertise GL 2.1Brian Paul2008-08-262-11/+7
* mesa: set version string to 7.3-develBrian Paul2008-08-251-4/+4
* Call _ae_update_state when array enable state changesKrzysztof Czurylo2008-08-211-0/+4
* Flush vertices when updating texObj->GenerateMipmap state.Eric Anholt2008-08-211-0/+1
* mesa: rearrange some code in _mesa_BindTexture() to fix error detection bug 1...Brian Paul2008-08-181-42/+59
* prep for 7.1 rc4Brian Paul2008-08-161-1/+1
* mesa: fix out-of-bounds memory reads in swizzle_copy()Brian Paul2008-08-081-30/+90
* mesa: fix glBindTexture error string (bug 17005)Brian Paul2008-08-071-1/+1
* mesa: fix comment about texture targets (bug 17005)Brian Paul2008-08-061-1/+1
* fix some FBO/texture queries (bug 15296)Brian Paul2008-08-061-2/+12
* added null ptr check (fix bug 16959)Brian Paul2008-08-031-1/+2
* mesa: fix issues causing warnings on WindowsBrian Paul2008-07-291-2/+4
* mesa: glsl: only try to link shaders defining main()Brian Paul2008-07-291-2/+2
* mesa: remove an error check for NV_v_p that doesn't apply to ARB_v_pBrian Paul2008-07-291-5/+0
* mesa: implement grammar/parsing for precision/invariant syntaxBrian Paul2008-07-291-0/+1
* disable GL_ARB_shading_language_120 until 1.20 features are completeBrian Paul2008-07-291-2/+2
* 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
* 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