aboutsummaryrefslogtreecommitdiffstats
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Quiet compiler warnings on 64-bit.Eric Anholt2019-05-131-1/+1
* freedreno: Make emacs indent the way robclark's eclipse does.Eric Anholt2019-05-131-0/+3
* freedreno: Make .editorconfig match .dir-locals.el.Eric Anholt2019-05-131-0/+5
* tu/entrypoints: Import copyJason Ekstrand2019-05-131-0/+1
* nir: allow specifying a set of opcodes in lower_alu_to_scalarJonathan Marek2019-05-101-1/+1
* freedreno/ir3: fix rasterflat/glxgearsRob Clark2019-05-092-5/+5
* freedreno/ir3: move const_state to ir3_shaderRob Clark2019-05-079-22/+25
* freedreno/ir3: split out const_state setupRob Clark2019-05-073-52/+61
* freedreno/ir3: move immediates to const_stateRob Clark2019-05-074-28/+27
* freedreno/ir3: consolidate const stateRob Clark2019-05-078-75/+90
* freedreno/ir3: move ir3_pointer_size()Rob Clark2019-05-074-9/+9
* nir: Use the flrp lowering pass instead of nir_opt_algebraicIan Romanick2019-05-061-0/+21
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-2/+0
* mesa: Makefile.sources: Add ir3_nir_lower_load_barycentric_at_sample/offset t...John Stultz2019-05-061-0/+2
* mesa: android: freedreno: build libfreedreno_{drm,ir3} static libsAmit Pundir2019-05-063-0/+122
* freedreno: update generated headersRob Clark2019-05-047-30/+56
* freedreno/ir3: remove assertRob Clark2019-05-041-1/+0
* freedreno/ir3: fb read supportRob Clark2019-05-023-7/+33
* freedreno/drm: expose GMEM_BASE addressRob Clark2019-05-023-0/+9
* freedreno/ir3: add some ubo range related assertsRob Clark2019-05-022-1/+5
* freedreno/ir3: add IR3_SHADER_DEBUG flag to disable ubo loweringRob Clark2019-05-023-1/+9
* freedreno/ir3: fix lowered ubo region alignmentRob Clark2019-05-021-1/+1
* freedreno/ir3: fix shader variants vs UBO analysisRob Clark2019-05-021-1/+3
* freedreno/ir3: fixes for half reg in/outRob Clark2019-04-304-13/+39
* turnip: update to use the new features struct namesEric Engestrom2019-04-301-5/+5
* freedreno/ir3: switch fragcoord to sysvalRob Clark2019-04-291-48/+44
* freedreno/drm: Quiet pointer to u64 conversion warningKristian H. Kristensen2019-04-261-1/+1
* turnip: drop dead close(master_fd)Emil Velikov2019-04-261-2/+0
* freedreno/ir3: sample-shading supportRob Clark2019-04-255-8/+113
* freedreno/ir3: fix load_interpolated_input slotRob Clark2019-04-251-1/+1
* freedreno/ir3: rename frag_vcoord -> ij_pixelRob Clark2019-04-253-10/+16
* freedreno/ir3: remove bogus assertRob Clark2019-04-251-2/+0
* freedreno/ir3: lower load_barycentric_at_offsetRob Clark2019-04-253-0/+126
* freedreno/ir3: lower load_barycentric_at_sampleRob Clark2019-04-253-0/+132
* freedreno: update generated headersRob Clark2019-04-259-95/+133
* freedreno/ir3: cleanup instruction builder macrosRob Clark2019-04-251-46/+27
* freedreno/ir3: more emit-cat5 fixesRob Clark2019-04-251-0/+2
* freedreno/ir3: fix rgetpos decodingRob Clark2019-04-251-1/+1
* compiler: rename SYSTEM_VALUE_VARYING_COORDRob Clark2019-04-253-3/+3
* freedreno/drm: update for robustnessRob Clark2019-04-253-0/+44
* vulkan/wsi: Add X11 adaptive sync support based on dri options.Bas Nieuwenhuizen2019-04-231-1/+1
* freedreno/ir3: fix const assertRob Clark2019-04-191-1/+0
* freedreno/ir3: Mark ir3_context_error() as NORETURNKristian H. Kristensen2019-04-182-3/+3
* Delete autotoolsDylan Baker2019-04-151-74/+0
* nir: make nir_const_value scalarKarol Herbst2019-04-142-2/+2
* freedreno/ir3: use nir_src_as_uint in a few placesKarol Herbst2019-04-145-51/+20
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-122-2/+2
* nir: Get rid of global registersJason Ekstrand2019-04-092-6/+0
* nir/radv: remove restrictions on opt_if_loop_last_continue()Timothy Arceri2019-04-091-1/+1
* freedreno/ir3: convert to "new style" frag inputsRob Clark2019-03-302-2/+33