summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Romanick1-2/+2
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-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øgsberg6-68/+172
2012-10-31gbm: Use the kms dumb ioctls for cursor instead of libkmsKristian Høgsberg2-48/+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-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-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-08mesa: Bump version number to 9.0 (final)mesa-9.0Ian Romanick1-1/+1
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
2012-10-05radeon/llvm: Remove R600InstrInfo.td from TD_FILESTom Stellard1-1/+0
2012-10-04radeon/llvm: Cleanup makefileTom Stellard2-13/+37
2012-10-03i965: Use visibility cflags on the driver code.Eric Anholt1-0/+1
2012-10-03build: Don't build libdricore if not building classic driversMatt Turner1-1/+5
2012-10-03build: Add visibility CFLAGS to OSMesaMatt Turner1-2/+4
2012-10-03build: Link OSMesa with glapi, libdl, libstdc++Matt Turner1-5/+12
2012-10-03build: Set visibility CFLAGS in dri/swrastMatt Turner1-1/+2
2012-10-03build: Set visibility CFLAGS in dri/r200Matt Turner1-0/+1
2012-10-03build: Set visibility CFLAGS in dri/radeonMatt Turner1-0/+1
2012-10-03build: Set visibility CFLAGS in dri/nouveauMatt Turner1-0/+1
2012-10-03build: Set visibility CFLAGS in dri/i915Matt Turner1-0/+1
2012-10-03build: Set visibility CFLAGS in dri/commonMatt Turner1-1/+2
2012-10-03build: Build src/glsl with visibility CFLAGSMatt Turner1-3/+3