summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-11radeonsi: add register definitions for StoneyMarek Olšák1-0/+322
2015-11-10Revert "mesa/glformats: Undo code changes from _mesa_base_tex_format() move"Emil Velikov1-6/+142
2015-11-07st/va: add more errors checks in vlVaBufferSetNumElements and vlVaMapBufferJulien Isorce1-0/+6
2015-11-07st/va: do not destroy old buffer when new one failedJulien Isorce1-6/+13
2015-11-07nvc0: fix crash when nv50_miptree_from_handle failsJulien Isorce1-1/+2
2015-11-07st/va: pass picture desc to begin and decodeJulien Isorce1-2/+2
2015-11-07nouveau: relax fence emit space assertIlia Mirkin3-3/+3
2015-11-07vc4: When the create ioctl fails, free our cache and try again.Eric Anholt1-5/+24
2015-11-07nir: Properly invalidate metadata in nir_opt_remove_phis().Kenneth Graunke1-0/+5
2015-11-07nir: Properly invalidate metadata in nir_lower_vec_to_movs().Kenneth Graunke1-0/+5
2015-11-07nir: Report progress from lower_vec_to_movs().Jason Ekstrand2-7/+23
2015-11-07nir/lower_vec_to_movs: Pass the shader around directlyJason Ekstrand1-6/+8
2015-11-07nir: Properly invalidate metadata in nir_opt_copy_prop().Kenneth Graunke1-0/+6
2015-11-07nir: Properly invalidate metadata in nir_split_var_copies().Kenneth Graunke1-0/+5
2015-11-07nir: Report progress from nir_split_var_copies().Kenneth Graunke2-4/+13
2015-11-07i965/skl: Add GT4 PCI IDsBen Widawsky1-1/+5
2015-11-07nouveau: set MaxDrawBuffers to the same value as MaxColorAttachmentsIlia Mirkin1-1/+1
2015-11-05gbm.h: Add a missing stddef.h include for size_t.Emmanuel Gil Peyrot1-0/+1
2015-11-05r600g: Fix special negative immediate constants when using ABS modifier.Ivan Kalvachev3-6/+6
2015-11-05st/mesa: fix mipmap generation for immutable textures with incomplete pyramidsNicolai Hähnle1-32/+36
2015-11-05i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.Kenneth Graunke2-4/+5
2015-11-05i965: Fix is-renderable check in intel_image_target_renderbuffer_storageIan Romanick1-5/+1
2015-11-05radeonsi: add support for Stoney asics (v3)Samuel Li5-3/+19
2015-11-05nvc0: respect edgeflag attribute widthIlia Mirkin1-7/+33
2015-11-05gallivm: disable f16c when not using AVXRoland Scheidegger1-0/+3
2015-11-05gallivm: Explicitly disable unsupported CPU features.Jose Fonseca1-38/+34
2015-11-05radeon/uvd: don't expose HEVC on old UVD hw (v3)Alex Deucher1-32/+18
2015-11-05gallivm: Translate all util_cpu_caps bits to LLVM attributes.Jose Fonseca1-2/+34
2015-11-05mesa/glformats: Undo code changes from _mesa_base_tex_format() moveNanley Chery1-142/+6
2015-11-05osmesa: Expose GL entry points for Windows build via DEF file.Nigel Stewart2-0/+674
2015-10-21mesa: fix ARRAY_SIZE query for GetProgramResourceivTapani Pälli3-43/+62
2015-10-21i965: Remove early release of DRI2 miptreeChris Wilson1-1/+0
2015-10-21i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro1-0/+2
2015-10-21i965/vec4: check writemask when bailing out at register coalesceAlejandro Piñeiro1-4/+6
2015-10-21mesa: fix incorrect opcode in save_BlendFunci()Brian Paul1-1/+1
2015-10-21gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák16-1/+45
2015-10-21st/omx/dec/h264: fix field picture type 0 poc disorderLeo Liu1-4/+8
2015-10-21st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das1-1/+1
2015-10-21radeonsi: fix a GS copy shader leakMarek Olšák1-1/+3
2015-10-21st/mesa: fix clip state dependenciesMarek Olšák1-1/+4
2015-10-21mesa: Set api prefix to version string when overriding versionTapani Pälli1-1/+18
2015-10-21freedreno/a3xx: cache-flush is needed after MEM_WRITERob Clark3-5/+14
2015-10-21nv30: include the header of ffs prototypeChih-Wei Huang1-0/+1
2015-10-21nv50/ir: use C++11 standard std::unordered_map if possibleChih-Wei Huang1-3/+17
2015-10-21mesa: android: Fix the incorrect path of sse_minmax.cChih-Wei Huang1-1/+1
2015-10-21st/fbo: use pipe_surface_release instead of pipe_surface_referenceKrzysztof Sobiecki1-1/+1
2015-10-21vbo: fix incorrect switch statement in init_mat_currval()Brian Paul1-1/+1
2015-10-21glsl: In later GLSL versions, sequence operator is cannot be a constant expre...Ian Romanick1-1/+42
2015-10-21glsl: Add method to determine whether an expression contains the sequence ope...Ian Romanick3-0/+97
2015-10-21glsl: Restrict initializers for global variables to constant expression in ESIan Romanick1-3/+17