aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove FEATURE_dispatch define.Oliver McFadden2012-09-152-3/+0
* mesa/fxt1: make fxt1_decode_1 staticDave Airlie2012-09-151-2/+2
* mesa/ati_fragshader: no need for opcodes to be global.Dave Airlie2012-09-151-2/+0
* mesa/dxtn: make function pointers staticDave Airlie2012-09-151-4/+4
* meta: Refactor handling of GL_MULTISAMPLE.Paul Berry2012-09-142-5/+23
* mesa: Add a _mesa_fls() function to find the last bit set in a word.Kenneth Graunke2012-09-121-0/+22
* mesa: glGet: fix API check for EGL_image_external enumsImre Deak2012-09-111-6/+9
* mesa: glGet: fix indentation of print_table_statsImre Deak2012-09-111-9/+9
* mesa: glGet: fix indentation of find_valueImre Deak2012-09-111-4/+4
* mesa: glGet: fix indentation of _mesa_init_get_hashImre Deak2012-09-111-9/+9
* mesa: fix proxy texture error handling in glTexStorage()Brian Paul2012-09-111-37/+41
* mesa: make _mesa_get_proxy_target() non-staticBrian Paul2012-09-112-6/+8
* mesa: do internal format error checking for glTexStorage()Brian Paul2012-09-111-0/+48
* mesa/msaa: Allow X and Y flips in multisampled blits.Paul Berry2012-09-111-2/+2
* mesa: bump version to 9.1 (devel)Andreas Boll2012-09-091-2/+2
* mesa: Don't advertise GLES extensions in GL contextsChad Versace2012-09-061-5/+6
* Remove useless checks for NULL before freeingMatt Turner2012-09-058-30/+14
* Don't cast the return value of malloc/reallocMatt Turner2012-09-0524-95/+93
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-052-4/+4
* mesa: remove #undef CONST in get.cBrian Paul2012-09-051-2/+0
* mesa: remove now unused CONST macroBrian Paul2012-09-051-11/+0
* mesa: fix per-level max texture size error checkingBrian Paul2012-09-051-15/+21
* mesa: fix DIFFERENT_SIGNS() functionBrian Paul2012-09-041-1/+1
* mesa: add missing return statements after recording errorsBrian Paul2012-09-031-0/+2
* mesa: remove more null pointer checks before free() callsBrian Paul2012-09-033-20/+14
* mesa: remove null pointer checks before free() callsBrian Paul2012-09-031-44/+24
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-033-15/+13
* mesa: remove accidentally committed __SUNPRO_C sqrtf() codeBrian Paul2012-09-031-4/+0
* mesa: s/FREE/free/Brian Paul2012-09-016-31/+31
* mesa: s/CALLOC/calloc/Brian Paul2012-09-012-2/+2
* mesa: s/MALLOC/malloc/Brian Paul2012-09-014-11/+11
* mesa: clean-up LOG2() functionBrian Paul2012-09-011-18/+16
* mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.hBrian Paul2012-09-012-29/+32
* mesa: clean up F_TO_I, IFLOOR, ICEIL functionsBrian Paul2012-09-011-60/+30
* mesa: don't wait in _mesa_ClientWaitSync if timeout is 0Vadim Girlin2012-09-011-2/+6
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-311-1/+5
* mesa: Bump version to 9.0Ian Romanick2012-08-301-3/+3
* meta: remove call to _meta_in_progress(), fix multisample enable/disableBrian Paul2012-08-301-6/+1
* mesa: Do something sensible when on-line compression is requested but not pos...Ian Romanick2012-08-291-0/+31
* mesa/es: Enable GL_OES_vertex_array_objectIan Romanick2012-08-293-13/+10
* mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all driversIan Romanick2012-08-294-10/+3
* mesa: Disallow alpha, luminance, and LA textures in core contextIan Romanick2012-08-291-4/+6
* mesa: Disallow more deprecated functions in core contextIan Romanick2012-08-292-3/+2
* mesa: Require names from Gen in core contextIan Romanick2012-08-292-0/+9
* mesa: Allow NULL vertex pointer without a VBOIan Romanick2012-08-291-4/+13
* mesa: Disallow VertexAttribPointer without a VAO in a core contextIan Romanick2012-08-291-0/+17
* mesa: Disallow wide lines in forward compatible contextIan Romanick2012-08-291-0/+17
* mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core contextIan Romanick2012-08-291-0/+8
* meta: Don't stray outside the confines of the API specified in the contextPaul Berry2012-08-291-1/+7
* mesa: Don't allow display lists or evaluators in core contextIan Romanick2012-08-292-3/+7