summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Use packed RGB formatsMichel Dänzer2015-10-072-17/+17
* egl: restore surface type before linking config to its displayVarad Gautam2015-10-071-0/+2
* nouveau: make sure there's always room to emit a fenceIlia Mirkin2015-10-074-2/+8
* nv30: always go through translate module on big-endianIlia Mirkin2015-10-071-0/+4
* nv30: pretend to have packed texture/surface formatsIlia Mirkin2015-10-071-12/+12
* egl/dri2: don't require a context for ClientWaitSync (v2)Marek Olšák2015-10-071-2/+7
* st/dri: don't use _ctx in client_wait_syncMarek Olšák2015-10-071-2/+5
* egl: rework handling EGL_CONTEXT_FLAGSMatthew Waters2015-10-071-5/+44
* radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2Tom Stellard2015-10-071-0/+2
* gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2Tom Stellard2015-10-073-8/+34
* gallium/radeon: Use call_once() when initailizing LLVM targetsTom Stellard2015-10-071-13/+12
* glx: Don't hard-code the name "libGL.so.1" in driOpenDriver (v3)Kyle Brenneman2015-10-072-1/+6
* mapi: Make _glapi_get_stub work with "gl" or "mgl" prefix.Kyle Brenneman2015-10-071-1/+1
* glx: Fix build errors with --enable-mangling (v2)Kyle Brenneman2015-10-072-2/+12
* mesa: Add abs input modifier to base for POW in ffvertex_progDaniel Scharrer2015-10-071-3/+14
* meta: Handle array textures in scaled MSAA blitsIan Romanick2015-10-071-15/+20
* i915: Remember to call intel_prepare_render() before blittingVille Syrjälä2015-10-071-0/+5
* i915: Fix texcoord vs. varying collision in fragment programsVille Syrjälä2015-10-072-26/+71
* i830: Fix collision between I830_UPLOAD_RASTER_RULES and I830_UPLOAD_TEX(0)Ville Syrjälä2015-10-071-4/+4
* st/mesa: try PIPE_BIND_RENDER_TARGET when choosing float texture formatsBrian Paul2015-10-071-1/+5
* nouveau: wait to unref the transfer's bo until it's no longer usedIlia Mirkin2015-10-071-2/+3
* nouveau: delay deleting buffer with unflushed fenceIlia Mirkin2015-10-072-2/+10
* nouveau: be more careful about freeing temporary transfer buffersIlia Mirkin2015-10-075-4/+30
* i965/fs: Fix hang on IVB and VLV with image format mismatch.Francisco Jerez2015-10-071-4/+38
* radeonsi: add scratch buffer to the buffer list when it's re-allocatedMarek Olšák2015-10-071-0/+1
* radeon/vce: fix vui time_scale zero errorLeo Liu2015-10-071-0/+3
* mesa: fix mipmap generation for immutable, compressed texturesRoland Scheidegger2015-10-071-21/+15
* gallium/u_blitter: handle allocation failuresMarek Olšák2015-10-071-0/+6
* radeonsi: handle dummy constant buffer allocation failureMarek Olšák2015-10-071-0/+2
* radeonsi: don't forget to update scratch relocations for LS, HS, ES shadersMarek Olšák2015-10-071-2/+6
* radeonsi: skip drawing if updating the scratch buffer failsMarek Olšák2015-10-071-14/+49
* radeonsi: skip drawing if PS fails to compile or uploadMarek Olšák2015-10-071-12/+3
* radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or uploadMarek Olšák2015-10-071-7/+23
* radeonsi: handle fixed-func TCS shader create failureMarek Olšák2015-10-071-2/+5
* radeonsi: handle shader precompile failuresMarek Olšák2015-10-071-1/+6
* radeonsi: skip drawing if GS ring allocations failMarek Olšák2015-10-071-1/+16
* radeonsi: skip drawing if the tess factor ring allocation failsMarek Olšák2015-10-073-5/+18
* radeonsi: add malloc fail paths to si_create_shader_stateMarek Olšák2015-10-071-0/+8
* radeonsi: report alloc failure from si_shader_binary_readMarek Olšák2015-10-071-1/+4
* gallium/radeon: add a fail path for depth MSAA texture readbackMarek Olšák2015-10-071-0/+5
* gallium/radeon: handle buffer alloc failures in r600_draw_rectangleMarek Olšák2015-10-071-0/+3
* gallium/radeon: handle buffer_map staging buffer failures betterMarek Olšák2015-10-071-4/+3
* radeonsi: handle constant buffer alloc failuresMarek Olšák2015-10-071-1/+7
* radeonsi: handle index buffer alloc failuresMarek Olšák2015-10-071-0/+6
* st/mesa: fix front buffer regression after dropping st_validate_state in BlitMarek Olšák2015-10-071-0/+2
* docs: add sha256 checksums for 11.0.2Emil Velikov2015-09-291-1/+2
* docs: add release notes for 11.0.2mesa-11.0.2Emil Velikov2015-09-281-0/+84
* Update version to 11.0.2Emil Velikov2015-09-281-1/+1
* mesa: Use the effective internal format instead for validationEduardo Lima Mitev2015-09-281-0/+151
* mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev2015-09-284-511/+507