summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Add shader cache support for vertex and fragment stagesTimothy Arceri2017-10-313-16/+30
* i965: add initial implementation of on disk shader cacheTimothy Arceri2017-10-314-0/+297
* i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen2017-10-318-45/+62
* intel/compiler: Remove final_program_size from brw_compile_*Jordan Justen2017-10-316-21/+15
* i965: Don't rely on nir for uses_texture_gatherJordan Justen2017-10-313-9/+9
* i965/link: Serialize program to nir after linking for shader cacheJordan Justen2017-10-311-0/+10
* main: Add driver cache blob fields to gl_programJordan Justen2017-10-312-0/+8
* mesa/st: implement max combined output resources limiting.Dave Airlie2017-11-011-0/+6
* i965: Check CCS_E compatibility for texture view renderingNanley Chery2017-10-311-2/+27
* i965: Fix ARB_indirect_parameters logic.Plamena Manolova2017-10-301-31/+16
* i965: Don't flag BRW_NEW_SURFACES unless some push constants are dirty.Kenneth Graunke2017-10-301-2/+1
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-302-50/+0
* i965: correctly assign SamplerCount of INTERFACE_DESCRIPTOR_DATAKevin Rogovin2017-10-291-1/+1
* i965: Only set key->high_quality_derivatives when it matters.Kenneth Graunke2017-10-291-0/+1
* i965: Update brw_wm_debug_recompile() for newer key entries.Kenneth Graunke2017-10-291-5/+14
* scons: fix OSMesa driver buildBrian Paul2017-10-271-0/+1
* meson: build classic osmesaDylan Baker2017-10-272-0/+51
* osmesa: Include generated headers without pathDylan Baker2017-10-272-2/+4
* mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke2017-10-271-0/+9
* formatquery: use correct target check for IMAGE_FORMAT_COMPATIBILITY_TYPEAlejandro Piñeiro2017-10-271-1/+7
* buildsys: move file regeneration logic to the script itselfEric Engestrom2017-10-271-2/+2
* i965: unref push_const_bo in intelDestroyContextTapani Pälli2017-10-271-0/+6
* i965: remove if conditions from scratch_bo unrefTapani Pälli2017-10-271-10/+6
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-265-27/+39
* i965/blorp: Use more temporary isl_format variablesJason Ekstrand2017-10-261-8/+7
* i965/blorp: Use blorp_to_isl_format for src_isl_format in blit_miptreesJason Ekstrand2017-10-261-1/+2
* meson: build nouveau vieux driverDylan Baker2017-10-262-0/+95
* meson: build r200 driverDylan Baker2017-10-262-0/+94
* meson: build r100 driverDylan Baker2017-10-262-0/+90
* st/mesa: enable nir path for all shaders.Dave Airlie2017-10-261-9/+1
* st/program: add support for gs/tes/tcs nir shaders.Dave Airlie2017-10-263-4/+56
* st/program: rework basic variant interfaceDave Airlie2017-10-263-15/+12
* intel/compiler: Call nir_lower_system_values in brw_preprocess_nirJason Ekstrand2017-10-251-2/+0
* i965/program: Move nir_lower_system_values higher upJason Ekstrand2017-10-251-1/+2
* glsl_to_tgsi: remove unused glsl_version variableMarek Olšák2017-10-261-3/+0
* gles2: support for GL_EXT_occlusion_query_booleanHarish Krupo2017-10-252-7/+25
* mesa: enum checks for GL_EXT_occlusion_query_booleanTapani Pälli2017-10-251-0/+44
* i965: fix unused var warnings in release buildTimothy Arceri2017-10-256-32/+13
* i965: Call gen6_upload_push_constants() even when the stage is disabled.Kenneth Graunke2017-10-242-18/+16
* i965: Drop a bunch of downcasting and upcasting of gl_program pointers.Kenneth Graunke2017-10-241-19/+12
* i965: Move _mesa_shader_write_subroutine_indices down a level.Kenneth Graunke2017-10-242-6/+3
* i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke2017-10-243-5/+5
* mesa/bufferobj: don't double negate the rangeDave Airlie2017-10-241-3/+3
* mesa: use util_strdup() macro in symbol_table.cBrian Paul2017-10-231-2/+3
* i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke2017-10-232-25/+1
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-203-9/+11
* st/mesa: correct a u_vbuf commentMarek Olšák2017-10-201-3/+5
* i965: Report supported context priorities to EGL/DRIChris Wilson2017-10-201-0/+13
* i965: Pass the EGL/DRI context priority through to the kernelChris Wilson2017-10-203-0/+46
* i965: Record the presence of the kernel schedulerChris Wilson2017-10-201-0/+11