summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-19mesa: Bump version to 7.11-rc2mesa-7.11-rc2Ian Romanick2-2/+2
2011-07-19mesa: remove depend files from tarballsBrian Paul1-20/+4
2011-07-19glsl: Correctly handle function matching when there are multiple inexact matchesKenneth Graunke1-5/+27
2011-07-19glsl: Ensure that sampler declarations are always uniform or "in" parameters.Paul Berry1-0/+35
2011-07-19glsl: Move type_contains_sampler() into glsl_type for later reuse.Paul Berry3-16/+23
2011-07-19linker: Only over-ride built-ins when a prototype has been seenIan Romanick2-5/+21
2011-07-19configure.ac: Make --{without,with}-gallium-drivers work as expectedIan Romanick1-0/+7
2011-07-19i965/gen7: Add support for gl_PointCoord.Kenneth Graunke1-0/+3
2011-07-19i965/gen7: Fix point sprite texture coordinate overrides.Kenneth Graunke1-6/+6
2011-07-19i965/gen7: Refactor SF setup a bit to handle overrides in one place.Kenneth Graunke1-19/+24
2011-07-19i965/gen7: Remove gratuitous dirty flags from WM and PS state.Kenneth Graunke1-8/+3
2011-07-19glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet2-9/+4
2011-07-19intel: Fix stencil buffer to be W tiledChad Versace5-31/+93
2011-07-18r600g: fix corner case checks for the queriesVadim Girlin1-5/+3
2011-07-18nv50,nvc0: add correct storage type for Z32_FLOATChristoph Bumiller2-0/+6
2011-07-18nv50,nvc0: don't advertise unaligned texture format supportChristoph Bumiller2-24/+24
2011-07-15r600g: fix queries and predicationVadim Girlin4-49/+118
2011-07-15r600c/g: add new NI pci idsAlex Deucher2-0/+4
2011-07-14targets/egl-static: fix a linking errorChia-I Wu1-1/+1
2011-07-13i915: Add support for gl_FragData[0] for output color.Eric Anholt1-0/+1
2011-07-13i915: Fix NPOT compressed textures on 915.Eric Anholt1-2/+2
2011-07-13i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.Eric Anholt2-0/+14
2011-07-13i965: Fix fp-dst-aliasing-[12].vpfp.Eric Anholt1-4/+19
2011-07-13i965: Fix fp-lit-src-equals-dst.Eric Anholt1-11/+11
2011-07-13intel: Remove gratuitous context checks in intel_delete_renderbuffer().Eric Anholt1-14/+5
2011-07-13intel: Allow intel_region_reference() with *dst != NULL.Eric Anholt1-5/+8
2011-07-13glsl: Fix make clean for dricore.Eric Anholt1-1/+1
2011-07-13i965: Reissue PIPELINE_POINTERS and BINDING_TABLE_POINTERS on SBA change.Eric Anholt6-12/+55
2011-07-13i965/gen6: Fix scissors using invalid STATE_BASE_ADDRESS.Eric Anholt1-2/+2
2011-07-13i915g: don't try to check if a NULL buffer is busy.Stéphane Marchesin1-0/+2
2011-07-12r600g: emit SQ_LDS_RESOURCE_MGMTAlex Deucher3-0/+13
2011-07-12glx: add a few missing glXChooseFBConfig() attributesBrian Paul2-3/+10
2011-07-12glext.h: update to version 71Brian Paul1-3/+81
2011-07-12configure: Require libudev for drm & wayland egl platformsBenjamin Franzke1-0/+4
2011-07-12configure: Fix typo in gbm check for egl drm platformBenjamin Franzke1-1/+1
2011-07-12configure: Enable st/gbm if st/egl has drm platformBenjamin Franzke1-2/+10
2011-07-12egl_dri2: Fix compilation if udev devel files are not installedBenjamin Franzke1-0/+4
2011-07-12egl: Fix Terminate with shared gbm screensBenjamin Franzke3-2/+9
2011-07-11swrast: fix depth/stencil blits when there's no colorbufferMarek Olšák1-3/+0
2011-07-11mesa: return early if mask is cleared to zero in BlitFramebufferMarek Olšák1-0/+4
2011-07-10r600g: LIT: clamp negative src.y to 0Vadim Girlin1-5/+24
2011-07-09i965/gen4: Fix GPU hangs since the program streaming change.Eric Anholt1-1/+1
2011-07-08mesa: Fix the parsers build rule so that 'make tarballs' can workmesa-7.11-rc1Ian Romanick1-1/+1
2011-07-08mesa: Bump version to 7.11-rc1Ian Romanick2-2/+2
2011-07-08glsl: Fix depth unbalancing problem in if-statement flatteningIan Romanick1-3/+1
2011-07-08r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & LRPVadim Girlin1-2/+7
2011-07-08r600g: introduce r600_bc_src_set_abs helper and fix LOGVadim Girlin1-8/+18
2011-07-08r600g: RSQ: clear NEG for operandVadim Girlin1-0/+1
2011-07-08r600g: LIT: swap MUL_LIT operands to fix 0^0Vadim Girlin1-6/+5
2011-07-08glsl: use casts to silence warningBrian Paul1-1/+1