summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-07-05Android: generate symlinks for all enabled gallium driversMauro Rossi2-1/+2
2017-07-05android: build imx-drm winsysTomeu Vizoso2-0/+41
2017-07-05android: add etnaviv driver build supportRob Herring3-0/+75
2017-07-05tgsi_from_mesa: add tgsi_get_gl_frag_result_semanticNicolai Hähnle2-0/+40
2017-07-05tgsi_from_mesa: add pipe_shader_type_from_mesaNicolai Hähnle1-0/+23
2017-07-05tgsi,st/mesa: move varying slot to semantic mapping into a helper for VSNicolai Hähnle3-0/+195
2017-07-05ddebug: handle some cases of non-TGSI shadersNicolai Hähnle3-6/+28
2017-07-05gallium/radeon: fix VDPAU breakage, need VRAM with WCMarek Olšák1-1/+2
2017-07-04a5xx: enable polygon offset clampsIlia Mirkin1-1/+3
2017-07-04a5xx: implement logicop supportIlia Mirkin3-7/+13
2017-07-04a5xx: enable polygon mode selectionIlia Mirkin4-7/+24
2017-07-04a5xx: disable ARB_depth_clamp for nowIlia Mirkin1-1/+3
2017-07-04a5xx: fix clip_halfz supportIlia Mirkin3-4/+7
2017-07-04a5xx: improve 3d texture samplingIlia Mirkin1-3/+0
2017-07-04a5xx: remove one of the MIPFILTER_LINEAR bitsIlia Mirkin1-1/+0
2017-07-04a5xx: enable formats newly added to the headersIlia Mirkin1-69/+69
2017-07-04a5xx: include color swap when decoding verticesIlia Mirkin1-0/+1
2017-07-04a5xx: update headersIlia Mirkin1-10/+47
2017-07-04gallium/radeon: attempt to fix a compiler failure in radeon_winsys.hMarek Olšák1-1/+1
2017-07-04winsys/amdgpu: use 128KB BOs for suballocations of up to 64KB BOsMarek Olšák2-3/+5
2017-07-04gallium/radeon: allow suballocating texturesMarek Olšák2-1/+15
2017-07-04gallium/radeon: generalize the function for in-place texture reallocationMarek Olšák1-21/+43
2017-07-04gallium/radeon: add radeon_winsys::buffer_is_suballocatedMarek Olšák3-0/+17
2017-07-04gallium/radeon: clean up pb_cache bucket/usage determinationMarek Olšák3-32/+30
2017-07-04gallium/radeon: enable suballocations for VRAM with no CPU accessMarek Olšák4-4/+21
2017-07-04gallium/radeon: clean up (domain, flags) <-> (slab heap) translationsMarek Olšák5-74/+79
2017-07-04gallium/radeon: remove RADEON_FLAG_CPU_ACCESSMarek Olšák5-25/+6
2017-07-04gallium/radeon: disallow exports of sparse and suballocated BOsMarek Olšák2-8/+6
2017-07-04gallium/radeon: clean up r600_texture_get_handleMarek Olšák1-24/+23
2017-07-04gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák6-9/+9
2017-07-04gallium/radeon: fix a possible crash for buffer exportsMarek Olšák1-9/+15
2017-07-04gallium/radeon: ignore PIPE_BIND_SHARED for buffersMarek Olšák1-2/+0
2017-07-04radeonsi: add a HUD query for getting an average GFX BO list sizeMarek Olšák7-0/+27
2017-07-04vc4: automake: include vc4_cl_dump.h inJuan A. Suarez Romero1-0/+1
2017-07-03svga: don't call svga_texture_device_format_has_alpha() for PIPE_BUFFERBrian Paul2-1/+5
2017-07-03svga: fix texture buffer object regressionBrian Paul1-9/+11
2017-07-03svga: move assertion in draw_vgpu10()Brian Paul1-1/+1
2017-07-03svga: fix buffer binding flags initializationBrian Paul1-0/+6
2017-07-03winsys/radeon: only call pb_slabs_reclaim when slabs are actually usedNicolai Hähnle1-1/+2
2017-07-02swr: Limit memory held by defer deleted resources.Bruce Cherniak1-0/+6
2017-06-30svga: add texture size/levels sanity check code in svga_texture_create()Brian Paul1-0/+33
2017-06-30gallium/docs: document that TXF is used with PIPE_BUFFER resourcesBrian Paul1-1/+2
2017-06-30gallium/docs: clarify that samplers are not used with PIPE_BUFFER resourcesBrian Paul1-0/+8
2017-06-30vc4: Start using XML unpack functions in CL dump.Eric Anholt5-19/+67
2017-06-30vc4: Replace a couple of magic numbers with #define usage.Eric Anholt1-2/+2
2017-06-30vc4: Move rasterizer state packing to CSO creation time.Eric Anholt4-29/+25
2017-06-30vc4: Convert the driver to emitting the shader record using pack macros.Eric Anholt3-54/+92
2017-06-30vc4: Simplify pack header usageEric Anholt4-35/+28
2017-06-30vc4: Start using the pack header.Eric Anholt4-51/+130
2017-06-30vc4: Introduce XML-based packet header generation like Intel's.Eric Anholt1-1/+4