summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-01docs: Add release notes for 9.1.6 releasemesa-9.1.6Carl Worth1-0/+166
2013-08-01Bump version to 9.1.6Carl Worth3-3/+3
2013-08-01get-pick-list: Ignore commits which CC mesa-stable unless they say "9.1"Carl Worth1-1/+1
2013-08-02i965/vs: Gen4/5: enable front colors if back colors are writtenChris Forbes1-0/+8
2013-07-31get-pick-list: Allow for non-whitespace between "CC:" and "mesa-stable"Carl Worth1-1/+1
2013-07-31i965/vs: Put lod parameter in the correct place for Gen4Chris Forbes1-1/+1
2013-07-31i965/vs: set up sampler state pointer for Gen4/5.Chris Forbes1-6/+21
2013-07-31egl: Restore "bogus" DRI2 invalidate event code.Eric Anholt1-0/+14
2013-07-31mesa: improve free() cleanup in generate_mipmap_compressed()Brian Paul1-10/+7
2013-07-30get-pick-list.sh: Include commits mentionining "CC: mesa-stable..." in pick listCarl Worth1-1/+1
2013-07-30cherry-ignore: Drop 13 patches from the pick listCarl Worth1-0/+25
2013-07-30glsl: Classify "layout" like other identifiers.Kenneth Graunke1-1/+1
2013-07-30i965/vs: Fix flaky texture swizzlingChris Forbes1-1/+1
2013-07-30gallium/vl: add prime supportDave Airlie1-1/+19
2013-07-30glsl: Handle empty if statement encountered during loop analysis.Paul Berry1-1/+2
2013-07-30mesa: implement mipmap generation for compressed 2D array texturesBrian Paul1-16/+43
2013-07-30meta: handle 2D texture arrays in decompress_texture_image()Brian Paul1-2/+21
2013-07-30mesa: handle 2D texture arrays in get_tex_rgba_compressed()Brian Paul1-28/+24
2013-07-30r600g: increase array size for shader inputs and outputsMarek Olšák2-2/+4
2013-07-30Revert "r300g: allow HiZ with a 16-bit zbuffer"Marek Olšák1-0/+1
2013-07-30r300g/swtcl: fix a lockup in MSAA resolveMarek Olšák1-0/+7
2013-07-30r300g/swtcl: fix geometry corruption by uploading indices to a bufferMarek Olšák3-45/+31
2013-07-30i965/Gen4: Zero extra coordinates for ir_texChris Forbes1-0/+4
2013-07-28nvc0: force use of correct firmware fileMaarten Lankhorst1-1/+1
2013-07-25nv50,nvc0: s/uint16/uint32 for constant buffer offsetChristoph Bumiller2-2/+2
2013-07-20Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia1-2/+0
2013-07-19configure.ac: Require llvm-3.2 for r600g/radeonsi llvm backendsAndreas Boll1-2/+2
2013-07-18egl-wayland: Fix left-over wl_display_roundtrip() usageKristian Høgsberg1-1/+1
2013-07-18i965/vs: Print error if vertex shader fails to compile.Matt Turner1-0/+4
2013-07-18i965: NULL check prog on shader compilation failure.Matt Turner2-7/+11
2013-07-17Merge 'origin/9.1' into stableCarl Worth1-3/+3
2013-07-17docs: Add 9.1.5 release md5sumsCarl Worth1-1/+3
2013-07-17docs: Add release notes for 9.1.5 releasemesa-9.1.5Carl Worth1-0/+138
2013-07-17mesa: Bump version to 9.1.5Carl Worth3-3/+3
2013-07-16osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst1-3/+3
2013-07-15glsl ES: Fix magnitude of gl_MaxVertexUniformVectors.Paul Berry1-1/+1
2013-07-15cherry-ignore: Drop two patches which we've decided not to includeCarl Worth1-0/+6
2013-07-15cherry-ignore: Ignore previously backported patchCarl Worth1-0/+3
2013-07-15r600g: x/y coordinates must be divided by block dim in dma blitChristoph Bumiller2-4/+16
2013-07-15i965: fix alpha test for MRTChris Forbes4-9/+8
2013-07-15glsl/builtins: Fix ARB_texture_cube_map_array built-in availability.Kenneth Graunke2-1/+8
2013-07-15mesa: Return ZeroVec/dummyReg instead of NULL pointerAnuj Phogat1-4/+2
2013-07-15glsl: Move all var decls to the front of the IR list in reverse orderIan Romanick1-0/+18
2013-07-15i965: Be more careful with the interleaved user array upload optimizationIan Romanick1-1/+17
2013-07-15ra: Fix register spilling.Eric Anholt1-5/+39
2013-07-15register_allocate: Fix the type of best_benefit.Matt Turner1-1/+1
2013-07-09svga: check for NaN shader immediatesBrian Paul1-2/+4
2013-07-03st/dri/sw: Fix pitch calculation in drisw_update_tex_bufferRichard Sandiford1-2/+3
2013-07-03wayland: Handle global_remove event as wellKristian Høgsberg1-1/+8
2013-07-03st/xlib: Fix XImage stride calculationRichard Sandiford1-4/+4