aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Don't advertise GLES extensions in GL contextsChad Versace2012-09-061-5/+6
* Remove useless checks for NULL before freeingMatt Turner2012-09-0529-113/+53
* Don't cast the return value of malloc/reallocMatt Turner2012-09-0567-175/+171
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-9/+9
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-053-7/+7
* mesa: remove #undef CONST in get.cBrian Paul2012-09-051-2/+0
* mesa: remove now unused CONST macroBrian Paul2012-09-051-11/+0
* mesa: s/CONST/const/ in a commentBrian Paul2012-09-051-3/+3
* mesa: s/CONST/const/ in math/ filesBrian Paul2012-09-054-42/+42
* i965/blorp: Fix incorrect indentation.Paul Berry2012-09-051-2/+2
* mesa: fix per-level max texture size error checkingBrian Paul2012-09-051-15/+21
* i965: Don't use brw->fragment_program in the old brw_wm_pass2.c.Kenneth Graunke2012-09-051-1/+1
* 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-038-22/+20
* meta: Don't save and restore fog state when there is no fog stateIan Romanick2012-09-031-2/+6
* mesa: remove accidentally committed __SUNPRO_C sqrtf() codeBrian Paul2012-09-031-4/+0
* radeon: fix free/FREE mistakeBrian Paul2012-09-011-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-0144-127/+127
* mesa: s/CALLOC/calloc/Brian Paul2012-09-0119-29/+31
* mesa: s/MALLOC/malloc/Brian Paul2012-09-0117-32/+32
* 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
* i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke2012-08-311-1/+1
* mesa: don't wait in _mesa_ClientWaitSync if timeout is 0Vadim Girlin2012-09-011-2/+6
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-312-8/+153
* xmlconfig: use __progname when building for AndroidTapani Pälli2012-08-311-1/+1
* st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul2012-08-311-1/+1
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-317-7/+11
* mesa: Bump version to 9.0Ian Romanick2012-08-301-3/+3
* i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat2012-08-302-2/+3
* meta: remove call to _meta_in_progress(), fix multisample enable/disableBrian Paul2012-08-302-8/+32
* meta: add parenthesis to silence compiler warningsBrian Paul2012-08-301-2/+2
* scons : add HAVE_DLOPEN to build environmentTapani Pälli2012-08-301-0/+1
* i965/fs: Remove a dead member from live variables analysis.Eric Anholt2012-08-292-6/+0
* i965/fs: Initialize output_components[] by filling it with zeros.Kenneth Graunke2012-08-291-0/+1
* mesa: Do something sensible when on-line compression is requested but not pos...Ian Romanick2012-08-291-0/+31
* i965: Allow creation of OpenGL 3.1 contextsIan Romanick2012-08-291-0/+19
* i965: Advertise GLSL 1.40 and TexBOs in core contextsIan Romanick2012-08-291-1/+9
* intel: Clean up bits of cruft in intelCreateContextIan Romanick2012-08-291-40/+11
* i965: Set context flagsIan Romanick2012-08-293-2/+12
* mesa/dri: Allow creation of forward-compatible contextsIan Romanick2012-08-291-5/+5
* 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-297-17/+3
* meta: Don't use deprecated keyword in 1.30 shaderIan Romanick2012-08-291-1/+1
* 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