summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Pass brw_context instead of gl_context to brw_draw_rectlistIan Romanick2015-11-241-4/+5
* mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...Ian Romanick2015-11-242-9/+22
* mesa: Refactor update_array_format to make _mesa_update_array_format_publicIan Romanick2015-11-242-19/+57
* mesa: Make bind_vertex_buffer avilable outside varray.cIan Romanick2015-11-242-14/+22
* meta: Compute correct buffer size with SkipRows/SkipPixelsChris Wilson2015-11-241-15/+30
* docs: add sha256 checksums for 11.0.6Emil Velikov2015-11-211-1/+2
* docs: add release notes for 11.0.6mesa-11.0.6Emil Velikov2015-11-211-0/+144
* Update version to 11.0.6Emil Velikov2015-11-211-1/+1
* automake: use static llvm for make distcheckEmil Velikov2015-11-211-0/+1
* llvmpipe: use simple coeffs calc for 128bit vectorsOded Gabbay2015-11-181-1/+6
* vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.Eric Anholt2015-11-185-0/+26
* r200: fix bgrx8/xrgb8 blitsRoland Scheidegger2015-11-181-0/+4
* radeon: fix bgrx8/xrgb8 blitsRoland Scheidegger2015-11-181-0/+2
* meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_re...Ian Romanick2015-11-181-4/+4
* radeonsi: enable optimal raster config setting for fiji (v2)Alex Deucher2015-11-181-3/+9
* nouveau: don't expose HEVC decoding supportIlia Mirkin2015-11-181-0/+1
* glsl: Allow implicit int -> uint conversions for the % operator.Kenneth Graunke2015-11-181-9/+28
* meta/generate_mipmap: Don't leak the sampler objectIan Romanick2015-11-181-0/+2
* radeonsi: initialize SX_PS_DOWNCONVERT to 0 on StoneyMarek Olšák2015-11-181-0/+3
* nir/vars_to_ssa: Rework copy set handling in lower_copies_to_load_storeJason Ekstrand2015-11-181-1/+4
* i965/skl/gt4: Fix URB programming restriction.Ben Widawsky2015-11-181-0/+9
* r600: initialised PGM_RESOURCES_2 for ES/GSDave Airlie2015-11-182-0/+6
* mesa/copyimage: allow width/height to not be multiples of blockIlia Mirkin2015-11-181-3/+37
* vc4: Return NULL when we can't make our shadow for a sampler view.Eric Anholt2015-11-181-0/+4
* vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.Eric Anholt2015-11-182-19/+32
* winsys/radeon: Use CPU page size instead of hardcoding 4096 bytes v3Michel Dänzer2015-11-181-11/+19
* radeon/uvd: fix VC-1 simple/main profile decode v2Boyuan Zhang2015-11-182-2/+7
* st/vaapi: fix vaapi VC-1 simple/main corruption v2Boyuan Zhang2015-11-181-0/+2
* cherry-ignore: add the swrast front buffer supportEmil Velikov2015-11-181-1/+4
* docs: add sha256 checksums for 11.0.5Emil Velikov2015-11-111-1/+2
* docs: add release notes for 11.0.5mesa-11.0.5Emil Velikov2015-11-111-0/+173
* Update version to 11.0.5Emil Velikov2015-11-111-1/+1
* radeonsi: add register definitions for StoneyMarek Olšák2015-11-111-0/+322
* Revert "mesa/glformats: Undo code changes from _mesa_base_tex_format() move"Emil Velikov2015-11-101-6/+142
* st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce2015-11-071-0/+6
* st/va: do not destroy old buffer when new one failedJulien Isorce2015-11-071-6/+13
* nvc0: fix crash when nv50_miptree_from_handle failsJulien Isorce2015-11-071-1/+2
* st/va: pass picture desc to begin and decodeJulien Isorce2015-11-071-2/+2
* nouveau: relax fence emit space assertIlia Mirkin2015-11-073-3/+3
* vc4: When the create ioctl fails, free our cache and try again.Eric Anholt2015-11-071-5/+24
* nir: Properly invalidate metadata in nir_opt_remove_phis().Kenneth Graunke2015-11-071-0/+5
* nir: Properly invalidate metadata in nir_lower_vec_to_movs().Kenneth Graunke2015-11-071-0/+5
* nir: Report progress from lower_vec_to_movs().Jason Ekstrand2015-11-072-7/+23
* nir/lower_vec_to_movs: Pass the shader around directlyJason Ekstrand2015-11-071-6/+8
* nir: Properly invalidate metadata in nir_opt_copy_prop().Kenneth Graunke2015-11-071-0/+6
* nir: Properly invalidate metadata in nir_split_var_copies().Kenneth Graunke2015-11-071-0/+5
* nir: Report progress from nir_split_var_copies().Kenneth Graunke2015-11-072-4/+13
* i965/skl: Add GT4 PCI IDsBen Widawsky2015-11-072-1/+9
* nouveau: set MaxDrawBuffers to the same value as MaxColorAttachmentsIlia Mirkin2015-11-071-1/+1
* gbm.h: Add a missing stddef.h include for size_t.Emmanuel Gil Peyrot2015-11-051-0/+1