summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-04mesa: Don't return any data for GL_SHADER_BINARY_FORMATSIan Romanick1-1/+1
2013-10-04wayland-egl.pc requires wayland-client.pc.Torsten Duwe1-0/+1
2013-10-04st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.Johannes Obermayr1-0/+1
2013-10-04meta: Set correct viewport and projection in decompress_texture_image.Kenneth Graunke1-0/+5
2013-10-02i965: fix bogus swizzle in brw_cubemap_normalizeChris Forbes1-4/+6
2013-10-01mesa: check for bufSize > 0 in _mesa_GetSynciv()Brian Paul1-1/+1
2013-10-01i965: Reenable glBitmap() after the sRGB winsys enabling.Eric Anholt1-1/+2
2013-10-01mesa: Remove all traces of GL_OES_matrix_getIan Romanick3-12/+0
2013-10-01Use -Bsymbolic when linking libEGL.soCarl Worth1-1/+1
2013-10-01r600g: fix texture buffer object cache flushingMarek Olšák1-1/+4
2013-10-01r600g: fix constant buffer cache flushingMarek Olšák1-1/+5
2013-09-27i965: Fix cube array coordinate normalizationChris Forbes1-5/+11
2013-09-27i965/gen4: Fix fragment program rectangle texture shadow compares.Eric Anholt1-4/+4
2013-09-27mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3Ian Romanick2-0/+2
2013-09-27i965: Fix brw_vs_prog_data_compare to actually check field members.Kenneth Graunke1-1/+1
2013-09-27st/mesa: don't dereference stObj->pt if NULLDave Airlie1-1/+1
2013-09-27os: First check for __GLIBC__ and then for PIPE_OS_BSDAndreas Boll1-4/+4
2013-09-27i965/vec4: Only zero out unused message components when there are any.Kenneth Graunke1-2/+4
2013-09-27glsl: propagate max_array_access through function callsDominik Behr1-0/+32
2013-09-27nv30: fix inconsistent setting of push->user_privIlia Mirkin1-1/+1
2013-09-27glx: Initialize OpenGL version to 1.0Rico Schüller3-17/+17
2013-09-27glsl: Reallow precision qualifiers on structure membersIan Romanick1-3/+7
2013-09-27nvc0: restore viewport after blitMaarten Lankhorst3-4/+7
2013-09-27nvc0: delete compute object on screen destructionChristoph Bumiller1-0/+1
2013-09-27nvc0: fix blitctx memory leakJoakim Sindholt3-0/+9
2013-09-27nvc0/ir: add f32 long immediate cannot saturateChristoph Bumiller1-0/+12
2013-09-27nvc0/ir: fix use after free in texture barrier insertion passTiziano Bacocco1-1/+2
2013-09-27nouveau: initialise the nouveau_transfer mapsEmil Velikov1-0/+2
2013-09-27i965/fs: Gen4: Zero out extra coordinates when using shadow compareChris Forbes1-1/+7
2013-09-26st/dri: do not create a new context for msaa copyMaarten Lankhorst12-33/+34
2013-09-17radeon/winsys: pad IBs to a multiple of 8 DWsAlex Deucher1-0/+30
2013-09-17nv30: find first unused texcoord rather than bailing if first is usedIlia Mirkin1-2/+1
2013-09-10i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke1-1/+5
2013-09-10i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke1-2/+6
2013-09-10mesa: Don't choose S3TC for generic compression if we can't compress.Eric Anholt1-4/+8
2013-09-10mesa: Rip out more extension checking from texformat.c.Eric Anholt1-10/+4
2013-09-10glsl: Allow precision qualifiers for sampler typesAnuj Phogat1-8/+21
2013-08-28i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2-2/+2
2013-08-26glsl: Disallow uniform block layout qualifiers on non-uniform block vars.Matt Turner1-4/+13
2013-08-26clover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copiesTom Stellard1-1/+1
2013-08-26radeonsi: Also set the depth component mask bit for stencil-only exportsMichel Dänzer1-1/+4
2013-08-26mesa: Set query->EverBound in glQueryCounter().Kenneth Graunke1-0/+1
2013-08-26nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to listIlia Mirkin1-0/+1
2013-08-23gallium/osmesa: Link, not copy, the shared library to the LIB_DIR.Jon Severinsson1-1/+1
2013-08-23gallium/osmesa: Always link with the c++ linker.Jon Severinsson1-9/+2
2013-08-23gallium/osmesa: Make and install an osmesa.pc.Jon Severinsson2-3/+14
2013-08-23mesa: Fix assertion error with glDebugMessageControlTimothy Arceri1-13/+2
2013-08-23mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.Kenneth Graunke1-1/+1
2013-08-22glsl: Give a warning, not an error, for UBO qualifiers on non-matrices.Ian Romanick1-6/+12
2013-08-22glsl: Remove ubo_qualifiers_allowed variable.Matt Turner4-11/+2