summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-26softpipe: add support for compute shaders.HEADmasterDave Airlie7-3/+325
2016-04-26tgsi/exec: misc fixes for compute shaders.Dave Airlie1-1/+4
2016-04-26tgsi/exec: implement restartable machine.Dave Airlie2-17/+29
2016-04-26tgsi/exec: make inputs/outputs optional for compute shaders.Dave Airlie1-19/+24
2016-04-26tgsi/exec: implement load/store/atomic on MEMORY.Dave Airlie2-3/+110
2016-04-26tgsi/exec: split out setting up masks to separate functionDave Airlie1-9/+14
2016-04-26tgsi: accept a starting PC value for exec machine.Dave Airlie5-5/+5
2016-04-26tgsi/exec: fix system value handling.Dave Airlie1-3/+5
2016-04-26tgsi: move to using vector for system values.Dave Airlie4-7/+7
2016-04-25glsl: add ability to use essl 3.20Ilia Mirkin4-0/+11
2016-04-25main: select ES3.2 version when all extensions are availableIlia Mirkin1-1/+17
2016-04-26tgsi: pass a shader type to the machine create and clean up.Dave Airlie5-15/+15
2016-04-26gallium/tgsi: move tgsi_exec.h header out of draw_context.hDave Airlie2-1/+1
2016-04-26gallivm: make sampling more robust against bogus coordinatesRoland Scheidegger3-13/+43
2016-04-26radeonsi: fix missing include for Elements.Dave Airlie1-0/+1
2016-04-26nvc0: bump the amount of shared memory per MP on MaxwellSamuel Pitoiset1-1/+11
2016-04-26r600: fix missing include for Elements macroDave Airlie1-0/+1
2016-04-25gm107/ir: s/invalid load/invalid store/Samuel Pitoiset1-1/+1
2016-04-25freedreno/a3xx: remove unused fxnRob Clark1-6/+0
2016-04-25freedreno/ir3: convert over to rallocRob Clark2-40/+6
2016-04-25mesa/st: log some additional invalid-fbo casesRob Clark1-0/+3
2016-04-25freedreno: honor handle->offsetRob Clark1-2/+4
2016-04-25freedreno: disallow cat4 immed srcRob Clark1-1/+1
2016-04-25freedreno/a4xx: add render-target formatsRob Clark1-3/+3
2016-04-25freedreno: update generated headersRob Clark5-5/+8
2016-04-25freedreno: reduce line width for deqp furtherRob Clark1-1/+1
2016-04-25freedreno/ir3: fix sin/cosRob Clark8-1/+92
2016-04-25i965: Unroll SIMD16 DDY_FINE on Sandybridge.Kenneth Graunke1-1/+5
2016-04-25docs: update the instructions for getting a git accountBrian Paul1-8/+26
2016-04-25docs: update link to Intel's graphics websiteBrian Paul1-2/+1
2016-04-25mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORMJordan Justen1-0/+2
2016-04-25svga: eliminiate unnecessary constant buffer updatesCharmaine Lee3-2/+23
2016-04-25svga: mark the texture dirty for write transfer map onlyCharmaine Lee1-2/+4
2016-04-25svga: fix assert with PIPE_QUERY_OCCLUSION_PREDICATE for non-vgpu10Charmaine Lee1-23/+20
2016-04-25svga: minimize surface flushCharmaine Lee2-15/+85
2016-04-25glapi: fix _glapi_get_proc_address() for mangled function namesFrederic Devernay1-12/+6
2016-04-25util/blitter: use ARRAY_SIZE macroBrian Paul1-9/+3
2016-04-25svga: s/Elements/ARRAY_SIZE/Brian Paul19-55/+55
2016-04-25svga: whitespace and formatting fixes in svga_pipe_rasterizer.cBrian Paul1-16/+13
2016-04-25svga: whitespace and formatting fixes in svga_pipe_depthstencil.cBrian Paul1-14/+14
2016-04-25svga: whitespace and formatting fixes in svga_pipe_sampler.cBrian Paul1-31/+33
2016-04-25gallium/util: initialize pipe_framebuffer_state to zerosBrian Paul1-1/+1
2016-04-25util/cache: add comments, fix formattingBrian Paul1-5/+35
2016-04-25i965: Mark URB reads as volatile.Kenneth Graunke1-0/+3
2016-04-25i965: Make a few tessellation related functions non-static.Kenneth Graunke3-47/+51
2016-04-25svga: separate HUD counters for state objectsBrian Paul7-12/+29
2016-04-25st/omx: Fix resource leak on OMX_ErrorNoneRobert Foss1-0/+1
2016-04-25isl: remove ffs function that conflicts with system headersJonathan Gray1-5/+1
2016-04-25gallium: use unreachable instead of assertsGrazvydas Ignotas1-1/+1
2016-04-25anv: fix warnings in release buildGrazvydas Ignotas4-4/+4