summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-22mesa: Bump version to 9.2-rc2mesa-9.2-rc2Ian Romanick3-3/+3
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
2013-08-22glsl: Drop duplicate error messages.Matt Turner1-13/+2
2013-08-22glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.Matt Turner4-6/+6
2013-08-22i965: Fix misapplication of gles3 srgb workaroundChad Versace1-3/+7
2013-08-22radeonsi: Fix y/z/w component values of TGSI_SEMANTIC_FOG pixel shader inputsMichel Dänzer1-0/+18
2013-08-21build: Add --enable-gallium-osmesa flag.Matt Turner3-8/+27
2013-08-21i965: Don't copy propagate bitcasts with source modifiers.Matt Turner3-4/+23
2013-08-21i965: Emit MOVs for neg/abs.Matt Turner2-4/+4
2013-08-21osmesa: Symlink shared library to LIB_DIRArmin K1-0/+1
2013-08-21glapi/gen: build temporary files in the build directoryMaarten Lankhorst1-4/+4
2013-08-21mesa: Never advertise _S3TC compressed formatsIan Romanick1-12/+0
2013-08-21mesa: Only advertise GL_ETC1_RGB8_OES in ES contextsIan Romanick1-1/+9
2013-08-21glsl: Track existence of default float precision in GLSL ES fragment shadersIan Romanick2-4/+68
2013-08-21glsl: Merge precision qualifiers tooIan Romanick1-0/+3
2013-08-21glsl: Pass type to is_valid_default_precision_type instead of nameIan Romanick1-4/+5
2013-08-21build: fix out-of-tree builds in gallium/auxiliaryRoss Burton1-0/+4
2013-08-21radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolationMichel Dänzer1-1/+2
2013-08-21gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesaMaarten Lankhorst1-2/+3
2013-08-21gallium/osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst1-3/+2
2013-08-21docs: Add md5sums to 9.1.5 release notesAndreas Boll1-1/+3
2013-08-21docs: Fix a typo in the 9.1.6 release notesAndreas Boll1-1/+1
2013-08-21docs: Add md5sums to 9.1.6 release notesCarl Worth1-1/+3
2013-08-21docs: Import 9.1.6 release notes, add news item.Carl Worth3-0/+173
2013-08-21get-pick-list: Allow for non-whitespace between "CC:" and "mesa-stable"Carl Worth1-1/+1
2013-08-21get-pick-list.sh: Include commits mentionining "CC: mesa-stable..." in pick listCarl Worth1-1/+1
2013-08-19mesa: Bump version to 9.2-rc1mesa-9.2-rc1Ian Romanick3-3/+3
2013-08-19glsl: Use alignment of container record for its first fieldIan Romanick2-2/+28
2013-08-19glsl: Add new overload of program_resource_visitor::visit_field methodIan Romanick2-10/+48
2013-08-19glsl: Disallow embedded structure definitionsIan Romanick3-0/+38
2013-08-19meta: Add default precision qualifier to all fragement shadersIan Romanick1-0/+18
2013-08-19glsl: Add default precision qualifiers for ES builtinsIan Romanick5-0/+6
2013-08-19glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACEMarek Olšák3-12/+23
2013-08-19nv50: allow non-nv12 buffers to be created, just pass them through to vlIlia Mirkin1-5/+1
2013-08-16meta: Fix blitting a framebuffer with renderbuffer attachmentAnuj Phogat1-10/+15
2013-08-16nv30: remove no-longer-used formats from tableIlia Mirkin1-3/+0
2013-08-16i965: Force X-tiling for 128 bpp formats on Sandybridge.Kenneth Graunke1-0/+9
2013-08-16mesa/program: remove useless YYIDLaurent Carlier1-2/+2
2013-08-15mesa/vbo: Fix handling of attribute 0 in non-compatibilty contextsIan Romanick1-23/+59
2013-08-15i915,i965: Fix memory leak in try_pbo_upload (v2)Vinson Lee2-0/+2
2013-08-15radeonsi: Don't leave gaps between position exports from vertex shaderMichel Dänzer3-59/+83
2013-08-15llvmpipe: fix stencil bug if we have both stencil and depth testsRoland Scheidegger1-14/+13
2013-08-15nv30: U8_USCALED only works for size 4Ilia Mirkin1-3/+0
2013-08-15glsl: Emit better warnings for things that look like default precision statem...Ian Romanick1-13/+31
2013-08-15draw: always call util_cpu_detect() in draw context creation.Roland Scheidegger1-1/+4
2013-08-14radeon/llvm: Add missing "%s" format string to fprintf.Jon Severinsson1-1/+1
2013-08-13glsl: disable ARB_texture_cube_map_array_enable keywords for glsl esTapani Pälli1-24/+5
2013-08-13gbm: Link to libwayland-drm if Wayland EGL platform is enabledArmin K3-5/+6
2013-08-13glsl: Require function return type arrays be explicitly sizedIan Romanick1-0/+12