summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Custom thread marshalling for Flush.Paul Berry2017-03-162-0/+41
* mesa: Custom thread marshalling for ShaderSource.Paul Berry2017-03-163-0/+134
* mesa: Connect the generated GL command marshalling code to the build.Eric Anholt2017-03-162-0/+17
* Revert "mesa: make _mesa_alloc_dispatch_table() static"Marek Olšák2017-03-162-5/+9
* mesa: Create pointers for multithread marshalling dispatch table.Paul Berry2017-03-167-30/+65
* mesa: Add infrastructure for a worker thread to process GL commands.Eric Anholt2017-03-166-0/+476
* glapi: Generate GL API marshalling code from the XML.Paul Berry2017-03-163-0/+30
* mesa: Add SetBackgroundContext to dd_function_tablePaul Berry2017-03-162-0/+21
* dri: Update dri_util to keep track of __DRI_BACKGROUND_CALLABLEPaul Berry2017-03-162-0/+3
* i965: introduce modifier selection.Ben Widawsky2017-03-151-0/+19
* i965: Implement basic modifier image creationBen Widawsky2017-03-151-4/+34
* glsl_to_tgsi: use TEX_LZ and TXF_LZ when availableMarek Olšák2017-03-151-6/+20
* glsl_to_tgsi: remove a redundant statementMarek Olšák2017-03-151-2/+0
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-142-5/+1
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-1/+1
* st/mesa: disable the shader cache if dumping shadersMarek Olšák2017-03-131-4/+4
* intel: fix compiler buildIago Toral Quiroga2017-03-131-8/+0
* i965: remove i965_symbols_test reference from .gitignoreEmil Velikov2017-03-131-1/+0
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-13121-63954/+29
* i965: split EU defines to brw_eu_defines.hEmil Velikov2017-03-1318-1197/+1263
* i965: add missing brw_defines.h include in brw_program.cEmil Velikov2017-03-131-0/+1
* i965: add missing brw_defines.h include in brw_program.cEmil Velikov2017-03-131-0/+1
* i965: add missing #include <assert.h> in brw_inst.hEmil Velikov2017-03-131-0/+1
* i965: move brw_define.h ifndef guard to the topEmil Velikov2017-03-131-3/+3
* i965: remove unused macros from brw_defines.hEmil Velikov2017-03-131-19/+1
* i965: remove unused brw_program.h includeEmil Velikov2017-03-137-7/+0
* i965: remove duplicate declaration of brw_mark_surface_usedEmil Velikov2017-03-131-4/+0
* i965: remove dead brw_new_shader() declarationEmil Velikov2017-03-131-2/+0
* i965: remove unused brw_cs.h includeEmil Velikov2017-03-131-1/+0
* i965: Delete unused last_ring local.Kenneth Graunke2017-03-121-1/+0
* glsl: don't use ralloc for blob creationTimothy Arceri2017-03-131-2/+2
* mesa/glsl: introduce new gl_compile_status enumTimothy Arceri2017-03-124-6/+18
* i965: Initialize compaction tables in unit test.Matt Turner2017-03-101-0/+1
* i965: Move brw_init_compaction_tables() to brw_create_compiler().Matt Turner2017-03-103-7/+2
* dri: use correct shebang for gen-symbol-redefs.pyEmil Velikov2017-03-101-1/+1
* xmlpool: remove shebang from gen_xmlpool.pyEmil Velikov2017-03-101-1/+0
* i965: remove shebang from brw_nir_trig_workarounds.pyEmil Velikov2017-03-101-1/+0
* i965: remove execute bit from brw_nir_trig_workarounds.pyEmil Velikov2017-03-101-0/+0
* mesa: remove shebang from python scriptsEmil Velikov2017-03-105-5/+0
* mesa: remove execute bit from main/format_parser.pyEmil Velikov2017-03-101-0/+0
* i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()Anuj Phogat2017-03-097-14/+14
* i965: Add more Haswell OA metrics setsRobert Bragg2017-03-091-1/+3403
* i965: Expose OA counters via INTEL_performance_queryRobert Bragg2017-03-092-13/+1158
* i965: Add script to gen code for OA counter queriesRobert Bragg2017-03-093-2/+575
* i965: extend query/counter structs for OA queriesRobert Bragg2017-03-092-1/+21
* i965: brw_context.h additions for OA unit query codegenRobert Bragg2017-03-091-0/+21
* i965: XML description of Haswell OA metric setRobert Bragg2017-03-091-0/+998
* mesa/main: make use of lookup_samplerobj_locked()Samuel Pitoiset2017-03-091-11/+1
* mesa/main: inline {begin,end}_samplerobj_lookups()Samuel Pitoiset2017-03-091-16/+2
* i965: Delete render ring prelude.Kenneth Graunke2017-03-082-10/+0