summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Update release notes for 9.2Ian Romanick2013-08-271-2/+146
* glsl: Disallow uniform block layout qualifiers on non-uniform block vars.Matt Turner2013-08-261-4/+13
* Fixed and/or order mistake, resulting in compiling llvmpipe without llvm inst...Kristian Lehmann2013-08-261-2/+2
* clover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copiesTom Stellard2013-08-261-1/+1
* radeonsi: Also set the depth component mask bit for stencil-only exportsMichel Dänzer2013-08-261-1/+4
* mesa: Set query->EverBound in glQueryCounter().Kenneth Graunke2013-08-261-0/+1
* nv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to listIlia Mirkin2013-08-261-0/+1
* gallium/osmesa: Link, not copy, the shared library to the LIB_DIR.Jon Severinsson2013-08-231-1/+1
* gallium/osmesa: Always link with the c++ linker.Jon Severinsson2013-08-231-9/+2
* gallium/osmesa: Make and install an osmesa.pc.Jon Severinsson2013-08-233-3/+15
* mesa: Fix assertion error with glDebugMessageControlTimothy Arceri2013-08-231-13/+2
* mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.Kenneth Graunke2013-08-231-1/+1
* mesa: Bump version to 9.2-rc2mesa-9.2-rc2Ian Romanick2013-08-223-3/+3
* glsl: Give a warning, not an error, for UBO qualifiers on non-matrices.Ian Romanick2013-08-221-6/+12
* glsl: Remove ubo_qualifiers_allowed variable.Matt Turner2013-08-224-11/+2
* glsl: Drop duplicate error messages.Matt Turner2013-08-221-13/+2
* glsl: Rename ubo_qualifiers_valid to ubo_qualifiers_allowed.Matt Turner2013-08-224-6/+6
* i965: Fix misapplication of gles3 srgb workaroundChad Versace2013-08-221-3/+7
* radeonsi: Fix y/z/w component values of TGSI_SEMANTIC_FOG pixel shader inputsMichel Dänzer2013-08-221-0/+18
* build: Add --enable-gallium-osmesa flag.Matt Turner2013-08-213-8/+27
* i965: Don't copy propagate bitcasts with source modifiers.Matt Turner2013-08-213-4/+23
* i965: Emit MOVs for neg/abs.Matt Turner2013-08-212-4/+4
* osmesa: Symlink shared library to LIB_DIRArmin K2013-08-211-0/+1
* glapi/gen: build temporary files in the build directoryMaarten Lankhorst2013-08-211-4/+4
* mesa: Never advertise _S3TC compressed formatsIan Romanick2013-08-211-12/+0
* mesa: Only advertise GL_ETC1_RGB8_OES in ES contextsIan Romanick2013-08-211-1/+9
* glsl: Track existence of default float precision in GLSL ES fragment shadersIan Romanick2013-08-212-4/+68
* glsl: Merge precision qualifiers tooIan Romanick2013-08-211-0/+3
* glsl: Pass type to is_valid_default_precision_type instead of nameIan Romanick2013-08-211-4/+5
* build: fix out-of-tree builds in gallium/auxiliaryRoss Burton2013-08-211-0/+4
* radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolationMichel Dänzer2013-08-211-1/+2
* gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesaMaarten Lankhorst2013-08-211-2/+3
* gallium/osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst2013-08-211-3/+2
* docs: Add md5sums to 9.1.5 release notesAndreas Boll2013-08-211-1/+3
* docs: Fix a typo in the 9.1.6 release notesAndreas Boll2013-08-211-1/+1
* docs: Add md5sums to 9.1.6 release notesCarl Worth2013-08-211-1/+3
* docs: Import 9.1.6 release notes, add news item.Carl Worth2013-08-213-0/+173
* get-pick-list: Allow for non-whitespace between "CC:" and "mesa-stable"Carl Worth2013-08-211-1/+1
* get-pick-list.sh: Include commits mentionining "CC: mesa-stable..." in pick listCarl Worth2013-08-211-1/+1
* mesa: Bump version to 9.2-rc1mesa-9.2-rc1Ian Romanick2013-08-193-3/+3
* glsl: Use alignment of container record for its first fieldIan Romanick2013-08-192-2/+28
* glsl: Add new overload of program_resource_visitor::visit_field methodIan Romanick2013-08-192-10/+48
* glsl: Disallow embedded structure definitionsIan Romanick2013-08-193-0/+38
* meta: Add default precision qualifier to all fragement shadersIan Romanick2013-08-191-0/+18
* glsl: Add default precision qualifiers for ES builtinsIan Romanick2013-08-195-0/+6
* glsl: don't eliminate texcoords that can be set by GL_COORD_REPLACEMarek Olšák2013-08-193-12/+23
* nv50: allow non-nv12 buffers to be created, just pass them through to vlIlia Mirkin2013-08-191-5/+1
* meta: Fix blitting a framebuffer with renderbuffer attachmentAnuj Phogat2013-08-161-10/+15
* nv30: remove no-longer-used formats from tableIlia Mirkin2013-08-161-3/+0
* i965: Force X-tiling for 128 bpp formats on Sandybridge.Kenneth Graunke2013-08-161-0/+9