summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa/glsl: introduce new gl_compile_status enumTimothy Arceri2017-03-121-1/+1
* 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
* 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
* i965: Delete render ring prelude.Kenneth Graunke2017-03-082-10/+0
* i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2017-03-076-96/+1
* i965: Return NULL from initScreen2, not false.Kenneth Graunke2017-03-061-4/+4
* i965: Make a devinfo local variable.Kenneth Graunke2017-03-061-12/+13
* i965: Delete vestiges of resource streamer code.Kenneth Graunke2017-03-0611-357/+10
* i965: Drop duplicate #defines now that we've bumped libdrm requirements.Kenneth Graunke2017-03-062-13/+0
* i965: Clamp texture buffer size to GL_MAX_TEXTURE_BUFFER_SIZE.Kenneth Graunke2017-03-041-0/+18
* automake: i965: list correct header in Makefile.sourceEmil Velikov2017-03-021-1/+1
* i965: Replace BRW_SURFACEFORMAT_* with ISL_FORMAT_*.Kenneth Graunke2017-03-029-602/+355
* i965: Only flush the batchbuffer if we need to zero the SO offsetsChris Wilson2017-03-021-4/+14
* i965: Do int64 lowering in NIRJason Ekstrand2017-03-012-5/+4
* i965: Move intel_debug.h to intel/common/gen_debug.hJason Ekstrand2017-03-0120-260/+18
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-0155-50/+34
* i965: Move select_clip_planes to brw_vs.cJason Ekstrand2017-03-012-25/+26
* i965: Delete brw_do_cubemap_normalizeJason Ekstrand2017-03-013-124/+0
* i965: Add a header for brw_vec4_vs_visitorJason Ekstrand2017-03-015-44/+71
* i965: Move a bunch of pre-compile and link stuff to brw_program.hJason Ekstrand2017-03-012-14/+15
* i965: Move image uniform setup to brw_nir_uniforms.cppJason Ekstrand2017-03-012-51/+51
* i965: Move channel_expressions and vector_splitting to brw_program.hJason Ekstrand2017-03-014-3/+5
* i965: Make mark_surface_used a static inline in brw_compiler.hJason Ekstrand2017-03-012-13/+13
* i965: Move BRW_ATTRIB_WA_* defines to brw_compiler.hJason Ekstrand2017-03-013-13/+13
* i965: Move BRW_MAX_DRAW_BUFFERS to brw_compiler.hJason Ekstrand2017-03-012-3/+3
* i965/inst: Stop using fi_typeJason Ekstrand2017-03-011-2/+8
* i965: Move brw_register_blocks to brw_fs.cppJason Ekstrand2017-03-012-11/+11
* i965: Move SHADER_TIME_STRIDE to brw_compiler.hJason Ekstrand2017-03-015-15/+15
* i965: Move SOL binding #defines to brw_compiler.hJason Ekstrand2017-03-015-30/+33
* i964/gs: Move MAX_GS_INPUT_VERTICES to brw_vec4_gs_visitor.hJason Ekstrand2017-03-012-2/+2
* i965/gs: Add the gl_prim_to_hw_prim table to vec4_gs_visitor.cppJason Ekstrand2017-03-011-1/+19
* i965: Don't use MAX_SURFACES in mark_surface_usedJason Ekstrand2017-03-011-1/+4
* i965: Get rid of BRW_PRIM_OFFSETJason Ekstrand2017-03-012-14/+2
* i965/vue_map: Stop using GLbitfield typesJason Ekstrand2017-03-012-9/+9
* i965: Move assign_common_binding_table_offsets to brw_programJason Ekstrand2017-03-014-93/+94
* i965: Move some gen4 WM defines to brw_compiler.hJason Ekstrand2017-03-014-42/+46