summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-11i965/gen7-8: Set up early depth/stencil control appropriately for image load/...Francisco Jerez6-3/+21
2015-08-11i965/gen7-8: Poke the 3DSTATE UAV access enable bits.Francisco Jerez7-9/+32
2015-08-11i965/gen7: Enable fragment shader dispatch if the program has image uniforms.Francisco Jerez1-0/+1
2015-08-11i965: Hook up image state upload.Francisco Jerez6-2/+146
2015-08-11i965: Reserve enough parameter entries for all image uniforms used in the pro...Francisco Jerez4-3/+7
2015-08-11i965: Define and initialize image parameter structure.Francisco Jerez6-1/+170
2015-08-11i965: Implement surface state set-up for shader images.Francisco Jerez3-0/+188
2015-08-11i965: Fix brw_memory_barrier() for SKL.Francisco Jerez1-1/+1
2015-08-11i965: Add SKL support to brw_miptree_get_horizontal_slice_pitch().Francisco Jerez1-3/+1
2015-08-11glsl: Add missing spec quote about atomic counter in structsTimothy Arceri1-4/+4
2015-08-10radeonsi: add new OLAND pci idAlex Deucher1-0/+1
2015-08-10nouveau: no need to do tnl wakeup, state updates are always hooked upIlia Mirkin2-2/+0
2015-08-10i965/fs: Make resolve_source_modifiers consistent with the vec4 versionJason Ekstrand3-15/+16
2015-08-10i965/vec4_visitor: Make some function arguments const referencesJason Ekstrand2-6/+6
2015-08-10i965/fs: Don't do redundant RA setup on IVB+Jason Ekstrand1-0/+9
2015-08-10i965/fs: Use dispatch_width instead of reg_width in alloc_reg_setsJason Ekstrand1-8/+8
2015-08-10ra: Delete the conflict lists in ra_set_finalizeJason Ekstrand1-0/+5
2015-08-10ra: Refactor ra_set_finalizeJason Ekstrand1-26/+25
2015-08-10i965/vec4_nir: Properly handle integer multiplies on BDW+Jason Ekstrand1-24/+28
2015-08-10i965/vec4_nir: Do boolean source modifier resolves on BDW+Jason Ekstrand3-0/+29
2015-08-10i965/vec4-nir: Handle boolean resolvese on ILK-Jason Ekstrand1-0/+14
2015-08-10i965/nir: Don't mark bany or ball instructions for resolveJason Ekstrand1-0/+23
2015-08-10i965/nir: Use nir_op_info.output_type for determining when to resolveJason Ekstrand1-25/+15
2015-08-10mesa/format_utils: Add src_bits == dst_bits cases to unorm_to_unormJason Ekstrand1-1/+3
2015-08-10gallium/radeon: add a debug flag not to use write combining (v2)Marek Olšák3-0/+5
2015-08-10freedreno/a4xx: add s8/z32/z32_s8x24 supportRob Clark4-37/+151
2015-08-10freedreno: update generated headersRob Clark5-5/+183
2015-08-10freedreno/a4xx: fix vpsrepl for blit shadersRob Clark1-5/+14
2015-08-10freedreno/a4xx: clear cached fp when switching blit progRob Clark1-0/+2
2015-08-10freedreno/a3xx: clear cached fp when switching blit progRob Clark1-0/+2
2015-08-10mesa/es3.1: Allow Multisampled FrameBufferTexturesMarta Lofstedt1-2/+3
2015-08-10mesa/es3.1: Pass sample count check for multisampled texturesMarta Lofstedt1-1/+4
2015-08-09mesa: clear existing swizzle info before bitwise-OROded Gabbay1-0/+5
2015-08-10util: Use LONG_MAX instead of LONG_BIT.Jose Fonseca1-6/+7
2015-08-10scons: Build roundevent_test.Jose Fonseca2-0/+9
2015-08-09util: Cope with LONG_BIT not being defined on Windows.Jose Fonseca1-2/+6
2015-08-09gallium: GCC 4.9 allows to include tmmintrin.h without -msse3.Jose Fonseca1-2/+2
2015-08-09util: Rename PURE to ATTRIBUTE_PURE.Jose Fonseca1-2/+2
2015-08-08egl/x11: Fix driver_name acquisitionBoyan Ding1-6/+5
2015-08-07i965/skl: (trivial) Remove invalid comment about thread countsBen Widawsky1-1/+0
2015-08-07i965: Fix HW binding tables editingChris Wilson1-6/+9
2015-08-07egl/dri2: Fix include path of u_atomic.h introduced e7e29189Alexander von Gluck IV3-1/+3
2015-08-07egl/x11: don't crash if dri2_dpy->conn is NULLEmil Velikov1-5/+3
2015-08-07egl/x11: auth with xserver before attempting to open the dri moduleEmil Velikov1-3/+3
2015-08-07egl/x11: trust our loader over the xserver for the drivernameEmil Velikov1-1/+11
2015-08-07egl/x11: open the device from within dri2_x11_connect()Emil Velikov1-13/+16
2015-08-07egl/x11: fetch the device_name prior to driver_nameEmil Velikov1-5/+5
2015-08-07egl/x11: remove dri2_dpy->conn checksEmil Velikov1-12/+6
2015-08-07egl/x11: bail out if we cannot fetch the xcb connectionEmil Velikov1-1/+1
2015-08-07vc4: add missing nir include, to fix the buildEmil Velikov1-0/+1