summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-16docs: Add 9.0.1 release notesmesa-9.0.1Ian Romanick1-3/+110
2012-11-14build: add missing files to tarballs targetAndreas Boll1-0/+6
2012-11-14build: add missing Makefile.in files to tarballs targetAndreas Boll1-1/+50
2012-11-14build: add config.sub and config.guess to tarballs targetAndreas Boll1-0/+2
2012-11-14mesa: use .cherry-ignore in the get-pick-list.sh scriptAndreas Boll1-2/+2
2012-11-14mesa: add initial .cherry-ignore file for the 9.0 branchAndreas Boll1-0/+10
2012-11-08wayland: Destroy frame callback when destroying surfaceJonas Ådahl2-0/+6
2012-11-08egl_dri2/x11: Fix eglPostSubBufferNV()Fredrik Höglund1-1/+1
2012-11-08mesa: Bump version to 9.0.1Ian Romanick4-5/+5
2012-11-08docs: Add 9.0.1 release notesIan Romanick2-0/+51
2012-11-02glsl: Allow ir_if in the linker's move_non_declarations function.intel-2012q4.1Kenneth Graunke1-0/+1
2012-11-02glx: Set sRGBCapable to a default valueIan Romanick1-0/+2
2012-11-02ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner3-15/+7
2012-11-02build: Ship install-sh in the tarballMatt Turner1-0/+1
2012-11-02Re-add HAVE_PTHREADS preprocessor macroMatt Turner1-5/+5
2012-11-02glx: Add GLXBadProfileARB to the error string listAdam Jackson1-0/+1
2012-11-02glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()Owen W. Taylor1-1/+1
2012-11-02egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner1-10/+7
2012-10-31wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg5-294/+4
2012-10-31wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg1-26/+0
2012-10-31egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg7-69/+173
2012-10-31gbm: Use the kms dumb ioctls for cursor instead of libkmsKristian Høgsberg3-50/+77
2012-10-31gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()Kristian Høgsberg1-0/+3
2012-10-24i965: Fix regression in depth texture rendering on pre-SNBIan Romanick1-2/+4
2012-10-24st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer1-1/+4
2012-10-23mesa: add get-pick-list.sh script into bin/Andreas Boll1-0/+29
2012-10-21nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz2-4/+2
2012-10-19st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer1-1/+5
2012-10-10intel: Add missing #include <time.h>Quentin Glidic1-0/+1
2012-10-10glget: fix make check for glGet GL_POLYGON_OFFSET_BIASImre Deak1-1/+1
2012-10-10mesa: glGet: fix parameter lookup for apps using multiple APIsImre Deak3-18/+33
2012-10-10glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension sectionImre Deak1-1/+2
2012-10-10mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLsTomeu Vizoso1-5/+5
2012-10-10mesa: glGet: fix API check for EGL_image_external enumsImre Deak1-6/+9
2012-10-10mesa: glGet: fix indentation of print_table_statsImre Deak1-9/+9
2012-10-10mesa: glGet: fix indentation of find_valueImre Deak1-4/+4
2012-10-10mesa: glGet: fix indentation of _mesa_init_get_hashImre Deak1-9/+9
2012-10-09docs: add news item for 9.0 releaseAndreas Boll1-0/+10
2012-10-09mesa: fix error check for zero-sized compressed subtextureBrian Paul1-2/+2
2012-10-09mesa: don't call TexImage driver hooks for zero-sized imagesBrian Paul1-7/+9
2012-10-08docs: Add 9.0 release md5sumsIan Romanick1-1/+3
2012-10-08mesa: Bump version number to 9.0 (final)mesa-9.0Ian Romanick3-3/+3
2012-10-08configure.ac: Don't link gallium drivers with libdricoreTom Stellard1-1/+0
2012-10-07_mesa_meta_GenerateMipmap: Support all texture targets by generating shaders ...Anuj Phogat1-37/+169
2012-10-06r600g: fix possible issue with stencil mipmap renderingMarek Olšák1-1/+12
2012-10-05mesa: remove bogus compressed texture size checksBrian Paul2-27/+0
2012-10-05intel/i965: Disable SampleAlphaToOne if dual source blending enabledAnuj Phogat1-2/+11
2012-10-05mesa: Flag _NEW_VARYING_VP_INPUTS when TexEnv programs are active.Kenneth Graunke1-1/+2
2012-10-05mesa: don't enable glVertexPointer() when using API_OPENGLES2.Paul Berry1-2/+0
2012-10-05SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg1-2/+1