summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-13swr: [rasterizer core/sim] 8x2 backend + 16-wide tile clear/load/storeTim Rowley13-100/+1895
2016-10-13swr: [rasterizer archrast] fix event file issue with saving dataTim Rowley4-8/+22
2016-10-13swr: [rasterizer common] fix assert indexEric Engestrom1-1/+1
2016-10-13nv50: enable ARB_enhanced_layoutsIlia Mirkin1-1/+1
2016-10-13nvc0/ir: be more careful about preserving modifiers in SHLADD creationIlia Mirkin1-7/+5
2016-10-13mesa: fix indentation in vertex_attrib_binding()Brian Paul1-2/+2
2016-10-13mesa: add sanity check assertion in update_array_formatBrian Paul1-0/+3
2016-10-13mesa: remove needless cast in update_array()Brian Paul1-1/+1
2016-10-13mesa: simplify update_array() with a vao local varBrian Paul1-7/+7
2016-10-13vbo: simplify some code in check_draw_elements_data()Brian Paul1-5/+4
2016-10-13mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul8-31/+31
2016-10-13mesa: rename gl_vertex_attrib_array::VertexBindingBrian Paul5-26/+26
2016-10-13mesa: rename some vars in arrayobj.cBrian Paul1-24/+31
2016-10-13tgsi: fix comment typo in tgsi_ureg.cBrian Paul1-1/+1
2016-10-13mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul7-10/+15
2016-10-13mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul8-37/+20
2016-10-13vc4: Avoid loading from the texture during non-utile-aligned glTexImage().Eric Anholt1-12/+34
2016-10-13st/nine: Fix possible segfault in surface ctorAxel Davy1-2/+2
2016-10-13st/nine: Remove useless code in nine_shaderAxel Davy1-5/+0
2016-10-13gallium/os: Use unsigned integers for size computationAxel Davy1-2/+2
2016-10-13nvc0: enable ARB_enhanced_layoutsSamuel Pitoiset1-1/+1
2016-10-14radv: fix the wayland wsi busy bitDave Airlie1-1/+1
2016-10-14anv: fix the wayland wsi busy flag settingDave Airlie1-1/+1
2016-10-14radv: Use new image load/store intrinsic signatures v2Tom Stellard1-25/+108
2016-10-14radv: Fix incorrect commentTom Stellard1-2/+2
2016-10-14radv: fix identity swizzle handlingDave Airlie1-8/+10
2016-10-14anv/wsi: fix apps that acquire multiple images up frontDave Airlie2-0/+2
2016-10-14radv/wsi: fix app that acquire multiple images up frontDave Airlie2-0/+2
2016-10-14anv: initialise and increment send_sbcDave Airlie1-0/+2
2016-10-13radeonsi: adjust and clean up Z_ORDER and EXEC_ON_x settingsMarek Olšák2-22/+32
2016-10-13radeonsi: disable ReZMarek Olšák1-7/+4
2016-10-13radeonsi: implement TC-compatible HTILEMarek Olšák9-24/+185
2016-10-13gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELYMarek Olšák2-1/+3
2016-10-13radeonsi: fix regression in image atomicsNicolai Hähnle1-1/+1
2016-10-13st/mesa: fix vertex elements setup for doublesNicolai Hähnle1-48/+50
2016-10-13st/glsl_to_tgsi: remove unnecessary ir_instruction argument from get_opcodeNicolai Hähnle1-3/+3
2016-10-13st/glsl_to_tgsi: fix textureGatherOffset with indirectly loaded offsetsNicolai Hähnle1-1/+17
2016-10-13st/glsl_to_tgsi: simplify translate_tex_offsetNicolai Hähnle1-50/+14
2016-10-13radeonsi: fix the coordinate overloading of llvm.amdgcn.image.atomic.cmpswap.*Nicolai Hähnle1-2/+7
2016-10-13radv: Return correct result in EnumeratePhysicalDevicesNicolas Koch1-0/+2
2016-10-12st/mesa: only flip stipple pattern for winsys fbo'sIlia Mirkin1-3/+7
2016-10-12swr: automake: add ar_eventhandlerfile_h.template to the tarballEmil Velikov1-1/+2
2016-10-12radv: add all headers to the sources listEmil Velikov1-1/+12
2016-10-12nvc0/ir: fix textureGather with a single offsetIlia Mirkin1-2/+2
2016-10-12nv50/ir: copy over value's register id when resolving merge of a phiIlia Mirkin1-1/+3
2016-10-12st/mesa: enable ARB_enhanced_layouts and turn the cap onNicolai Hähnle4-3/+10
2016-10-12st/glsl_to_tgsi: adjust swizzles and writemasks for explicit componentsNicolai Hähnle1-19/+49
2016-10-12st/glsl_to_tgsi: explicitly track all input and output declarationNicolai Hähnle1-154/+171
2016-10-12st/glsl_to_tgsi: mark "gaps" in input/output arrays as usedNicolai Hähnle1-8/+24
2016-10-12st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operationsNicolai Hähnle1-0/+4