summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-09nv50,nvc0: support sending string markers down into the command streamIlia Mirkin4-2/+52
2016-04-09nv50,nvc0: add invalidate_resource support for buffer resourcesIlia Mirkin7-2/+51
2016-04-08vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.Eric Anholt4-27/+29
2016-04-08vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.Eric Anholt5-65/+100
2016-04-08vc4: Add a helper function for the construction of qregs.Eric Anholt4-12/+13
2016-04-08vc4: Add missing scheduling dependency for MS color writes.Eric Anholt1-0/+1
2016-04-08vc4: Drop the multi_instruction distinction for QIR instructions.Eric Anholt2-14/+5
2016-04-08vc4: Handle SF on instructions that write r4.Eric Anholt1-10/+14
2016-04-08vc4: Allow multi-instruction QIR nodes to get VPM optimization.Eric Anholt1-2/+2
2016-04-08vc4: Switch to using NIR_PASS macros.Eric Anholt5-33/+32
2016-04-08vc4: Handle nir_intrinsic_load_user_clip_plane as a vec4.Eric Anholt2-20/+12
2016-04-08vc4: Emit a warning and proceed for handling loops in NIR.Rhys Kidd1-1/+13
2016-04-08vc4: Add a stub for NIR->QIR of control flow function nodesRhys Kidd1-0/+11
2016-04-08vc4: Add better debug of NIR->QIR control flow graph failureRhys Kidd1-1/+2
2016-04-08vc4: Remove unused include from vc4_program.cRhys Kidd1-1/+0
2016-04-09glsl: handle unsigned int wraparound in link_shaders()Lars Hamre1-4/+4
2016-04-08i965/tiled_memcopy: Get rid of the direction parameter to get_memcpyJason Ekstrand5-22/+5
2016-04-08i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functionsJason Ekstrand1-76/+63
2016-04-08i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functionsJason Ekstrand1-32/+43
2016-04-08i965: Check eu/subslices are > 0Ben Widawsky1-1/+1
2016-04-08i965: Fix eu/subslice warningBen Widawsky1-11/+23
2016-04-08i965: Extract SSEU configuration infoBen Widawsky1-14/+21
2016-04-08st/mesa: fix glReadBuffer() assertion failureBrian Paul1-0/+2
2016-04-08st/va: avoid dereference after free in vlVaDestroyImageThomas Hindoe Paaboel Andersen1-1/+3
2016-04-08radeonsi: do per-pixel clipping based on viewport statesMarek Olšák2-11/+85
2016-04-07nv50/ir: do not try to attach JOIN ops to ATOMSamuel Pitoiset1-1/+1
2016-04-07radeonsi: raise number of samplers per shader to 32Nicolai Hähnle1-3/+3
2016-04-07radeonsi: expand the compressed color and depth texture masks to 64 bitsNicolai Hähnle3-18/+18
2016-04-07radeonsi: replace magic 16 by SI_NUM_USER_SAMPLERSNicolai Hähnle1-1/+1
2016-04-07gallium: raise PIPE_MAX_SAMPLERS to 32Nicolai Hähnle1-1/+1
2016-04-07st/glsl_to_tgsi: make samplers_used an uint32_t (v2)Nicolai Hähnle1-3/+5
2016-04-07tgsi/scan: add an assert for the size of the samplers_declared bitfieldNicolai Hähnle1-1/+2
2016-04-07draw/aaline: stronger guard against no free samplers (v2)Nicolai Hähnle1-2/+4
2016-04-07util/pstipple: stronger guard against no free samplers (v2)Nicolai Hähnle1-2/+4
2016-04-07svga: new SVGA_MSAA env var to disable/enable MSAA pixel formatsBrian Paul1-2/+4
2016-04-07svga: add some trivial null pointer checksBrian Paul3-0/+9
2016-04-07trace: add missing set_shader_images()Samuel Pitoiset3-0/+81
2016-04-07radeonsi: disable perfect ZPASS counts for PIPE_QUERY_OCCLUSION_PREDICATEMarek Olšák3-5/+16
2016-04-07radeonsi: don't use the real barrier instruction in tess ctrl shadersMarek Olšák1-0/+8
2016-04-07Revert "clover: Fix build against clang SVN >= r265359"Michel Dänzer1-3/+0
2016-04-07nir/types: Add a wrapper for count_attribute_slotsJason Ekstrand2-0/+10
2016-04-07r600: use radeon_emit in a few more places in evergreen_computeDave Airlie1-4/+4
2016-04-07r600: make compute global buffer functions static.Dave Airlie2-98/+86
2016-04-07r600: make two compute functions static.Dave Airlie2-5/+3
2016-04-07r600: using pipe_grid_info more in evergreen_compute.Dave Airlie2-26/+21
2016-04-07r600: in evergreen_compute use ctx consistently instead of ctx_Dave Airlie1-25/+25
2016-04-07r600: use rctx consistently in evergreen_compute.cDave Airlie1-74/+74
2016-04-07r600: cleanup whitespace in evergreen_compute.cDave Airlie1-87/+75
2016-04-07GL3.txt: Mark ARB_framebuffer_no_attachments as doneEdward O'Callaghan2-1/+2
2016-04-07r600g: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan1-1/+1