summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Silence unused parameter warningsIan Romanick2016-05-1814-35/+19
* mesa: Don't advertise GLES 3.1 without compute supportDaniel Scharrer2016-05-181-1/+2
* mesa/st: don't leak nameRob Clark2016-05-181-2/+5
* st/mesa: remove unused st_context::default_textureBrian Paul2016-05-172-7/+0
* i965: Make brw_reg_from_fs_reg() halve exec_size when compressed.Kenneth Graunke2016-05-171-4/+6
* i965: Move compression decisions before brw_reg_from_fs_reg().Kenneth Graunke2016-05-171-26/+26
* i965: Enable ES 3.2 sample shading extensions.Kenneth Graunke2016-05-171-0/+1
* android: fix building error in libmesa_st_mesaMauro Rossi2016-05-171-0/+2
* st/mesa: fix reversed copyimage canonical formatNicolai Hähnle2016-05-171-3/+3
* mesa/st: add support for NIR as possible driver IRRob Clark2016-05-178-12/+632
* mesa/st: move things around a bit in st_create_fp_variant()Rob Clark2016-05-171-12/+8
* mesa/st: add nir pass for lowering builtin uniformsRob Clark2016-05-173-0/+278
* i965/fs: Add an allow_spilling flag to brw_compile_fsJason Ekstrand2016-05-176-19/+26
* i965: Expose OpenGL 4.2 for gen8+Alejandro Piñeiro2016-05-172-2/+2
* i965: Enable ARB_vertex_attrib_64bit for gen8+Alejandro Piñeiro2016-05-171-0/+1
* i965: take care of doubles when lowering VS inputsJuan A. Suarez Romero2016-05-173-1/+16
* i965/fs: calculate first non-payload GRF using attrib slotsJuan A. Suarez Romero2016-05-173-1/+3
* i965/vec4: use attribute slots to calculate URB read lengthJuan A. Suarez Romero2016-05-171-3/+9
* i965: take care of doubles when remapping VS attributesJuan A. Suarez Romero2016-05-171-15/+11
* i965/fs: shuffle 32bits into 64bits for doublesJuan A. Suarez Romero2016-05-171-0/+8
* i965/fs: half exec_size when dealing with 64 bits attributesAlejandro Piñeiro2016-05-171-2/+19
* i965: passthru formats cannot be used width edge flag enabledAlejandro Piñeiro2016-05-171-0/+20
* i965: Configure how to store *64*PASSTHRU vertex componentsAntia Puentes2016-05-171-0/+35
* i965: get the proper vertex surface type for doubles on gen8+Alejandro Piñeiro2016-05-171-3/+27
* i965: Enable ARB_shader_precision on Gen8+.Kenneth Graunke2016-05-161-0/+1
* mesa/version.c: enable cull distance in version check.Dave Airlie2016-05-171-1/+1
* i965: check tcs for NULL dereferenceMark Janes2016-05-161-3/+5
* i965: Mark is_lossless_compressed_aux UNUSED to silence warning.Matt Turner2016-05-161-1/+1
* i965: Expose OpenGL 4.0 for gen8+Iago Toral Quiroga2016-05-162-2/+4
* i965: Enable ARB_gpu_shader_fp64 for gen8+Iago Toral Quiroga2016-05-161-0/+1
* i965/tes/scalar: Fix load input for doublesIago Toral Quiroga2016-05-161-2/+2
* i965/tcs/scalar: fix store output for doublesIago Toral Quiroga2016-05-161-21/+96
* i965/tcs/scalar: fix load input for doublesIago Toral Quiroga2016-05-161-25/+73
* i965/fs: fix nir_intrinsic_store_output for doublesIago Toral Quiroga2016-05-161-1/+14
* i965/fs: fix number of output components for doublesIago Toral Quiroga2016-05-161-4/+9
* i965/vec4: handle doubles in type_size_vec4()Iago Toral Quiroga2016-05-161-8/+10
* i965/fs: support doubles with shared variable storesIago Toral Quiroga2016-05-161-5/+35
* i965/fs: support doubles with ssbo storesIago Toral Quiroga2016-05-161-4/+35
* i965/fs: add shuffle_64bit_data_for_32bit_write helperIago Toral Quiroga2016-05-162-0/+37
* i965/fs: support doubles with SSBO loadsIago Toral Quiroga2016-05-161-7/+2
* i965/fs: support doubles with shared variable loadsIago Toral Quiroga2016-05-161-8/+2
* i965/fs: Add do_untyped_vector_read helperIago Toral Quiroga2016-05-161-0/+63
* i965/fs: support doubles with UBO loadsIago Toral Quiroga2016-05-161-7/+57
* i965/fs: fix pull constant load component selection for doublesIago Toral Quiroga2016-05-162-11/+5
* i965/fs: Fix and document component().Francisco Jerez2016-05-161-2/+5
* i965/fs: Fix fs_visitor::VARYING_PULL_CONSTANT_LOAD for doublesIago Toral Quiroga2016-05-161-2/+17
* i965/fs: add shuffle_32bit_load_result_to_64bit_data helperIago Toral Quiroga2016-05-162-0/+58
* i965/fs: Stop using the LOAD_PAYLOAD instruction in lower_simd_width.Francisco Jerez2016-05-161-40/+18
* i965/fs: fix copy/constant propagation regioning checksIago Toral Quiroga2016-05-161-8/+20
* i965/fs: fix copy propagation from load payloadIago Toral Quiroga2016-05-161-1/+1