| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct macro _WIN32 for Windows. | Vinson Lee | 2012-09-05 | 2 | -4/+4 |
* | mesa: remove #undef CONST in get.c | Brian Paul | 2012-09-05 | 1 | -2/+0 |
* | mesa: remove now unused CONST macro | Brian Paul | 2012-09-05 | 1 | -11/+0 |
* | mesa: fix per-level max texture size error checking | Brian Paul | 2012-09-05 | 1 | -15/+21 |
* | mesa: fix DIFFERENT_SIGNS() function | Brian Paul | 2012-09-04 | 1 | -1/+1 |
* | mesa: add missing return statements after recording errors | Brian Paul | 2012-09-03 | 1 | -0/+2 |
* | mesa: remove more null pointer checks before free() calls | Brian Paul | 2012-09-03 | 3 | -20/+14 |
* | mesa: remove null pointer checks before free() calls | Brian Paul | 2012-09-03 | 1 | -44/+24 |
* | mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. | Brian Paul | 2012-09-03 | 3 | -15/+13 |
* | mesa: remove accidentally committed __SUNPRO_C sqrtf() code | Brian Paul | 2012-09-03 | 1 | -4/+0 |
* | mesa: s/FREE/free/ | Brian Paul | 2012-09-01 | 6 | -31/+31 |
* | mesa: s/CALLOC/calloc/ | Brian Paul | 2012-09-01 | 2 | -2/+2 |
* | mesa: s/MALLOC/malloc/ | Brian Paul | 2012-09-01 | 4 | -11/+11 |
* | mesa: clean-up LOG2() function | Brian Paul | 2012-09-01 | 1 | -18/+16 |
* | mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.h | Brian Paul | 2012-09-01 | 2 | -29/+32 |
* | mesa: clean up F_TO_I, IFLOOR, ICEIL functions | Brian Paul | 2012-09-01 | 1 | -60/+30 |
* | mesa: don't wait in _mesa_ClientWaitSync if timeout is 0 | Vadim Girlin | 2012-09-01 | 1 | -2/+6 |
* | mesa: fix-up and use _mesa_delete_renderbuffer() | Brian Paul | 2012-08-31 | 1 | -1/+5 |
* | mesa: Bump version to 9.0 | Ian Romanick | 2012-08-30 | 1 | -3/+3 |
* | meta: remove call to _meta_in_progress(), fix multisample enable/disable | Brian Paul | 2012-08-30 | 1 | -6/+1 |
* | mesa: Do something sensible when on-line compression is requested but not pos... | Ian Romanick | 2012-08-29 | 1 | -0/+31 |
* | mesa/es: Enable GL_OES_vertex_array_object | Ian Romanick | 2012-08-29 | 3 | -13/+10 |
* | mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers | Ian Romanick | 2012-08-29 | 4 | -10/+3 |
* | mesa: Disallow alpha, luminance, and LA textures in core context | Ian Romanick | 2012-08-29 | 1 | -4/+6 |
* | mesa: Disallow more deprecated functions in core context | Ian Romanick | 2012-08-29 | 2 | -3/+2 |
* | mesa: Require names from Gen in core context | Ian Romanick | 2012-08-29 | 2 | -0/+9 |
* | mesa: Allow NULL vertex pointer without a VBO | Ian Romanick | 2012-08-29 | 1 | -4/+13 |
* | mesa: Disallow VertexAttribPointer without a VAO in a core context | Ian Romanick | 2012-08-29 | 1 | -0/+17 |
* | mesa: Disallow wide lines in forward compatible context | Ian Romanick | 2012-08-29 | 1 | -0/+17 |
* | mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context | Ian Romanick | 2012-08-29 | 1 | -0/+8 |
* | meta: Don't stray outside the confines of the API specified in the context | Paul Berry | 2012-08-29 | 1 | -1/+7 |
* | mesa: Don't allow display lists or evaluators in core context | Ian Romanick | 2012-08-29 | 2 | -3/+7 |
* | mesa: Don't allow GL_EXTENSIONS query in core context | Ian Romanick | 2012-08-29 | 1 | -0/+4 |
* | mesa: Non-sprite points are deprecated | Ian Romanick | 2012-08-29 | 1 | -1/+13 |
* | mesa: Fix VAO deletion on GL 3.1 core. | Eric Anholt | 2012-08-29 | 1 | -1/+1 |
* | mesa: Enable a bunch of missing getters on 3.1 core. | Eric Anholt | 2012-08-29 | 1 | -1/+1 |
* | mesa: Expose texture buffer objects when the context is GL 3.1 core. | Eric Anholt | 2012-08-29 | 2 | -10/+18 |
* | mesa: Allow PACK / UNPACK queries for ES2 | Ian Romanick | 2012-08-29 | 1 | -9/+9 |
* | mesa: Kill ES2 wrapper functions | Ian Romanick | 2012-08-29 | 4 | -117/+205 |
* | mesa: glGetVertexAttribPointerv is part of core profile and ES2 | Ian Romanick | 2012-08-29 | 1 | -1/+1 |
* | mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -25/+1 |
* | mesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGIN | Ian Romanick | 2012-08-29 | 1 | -5/+4 |
* | mesa: Require that drivers supporting point sprites support point parameters | Ian Romanick | 2012-08-29 | 1 | -60/+46 |
* | mesa/es: Validate glGetTexEnv parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -87/+5 |
* | mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -329/+43 |
* | mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 4 | -62/+22 |
* | mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -128/+39 |
* | mesa/es: Validate glLightModel pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -35/+11 |
* | mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES w... | Ian Romanick | 2012-08-29 | 2 | -32/+5 |
* | mesa/es: Validate glGetMaterial pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -21/+6 |