summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-28i965: Add an end-of-pipe sync helperTopi Pohjolainen1-0/+1
2017-06-28i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand1-1/+1
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-32/+32
2017-04-10i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke1-6/+0
2017-04-10i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.Kenneth Graunke1-1/+1
2017-04-10i965: Just use a uint32_t context handle rather than a malloc'd wrapper.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Rewrite relocation handling.Kenneth Graunke1-0/+12
2017-04-10i965: Use brw_emit_reloc() instead of drm_bacon_bo_emit_reloc().Kenneth Graunke1-18/+0
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-37/+37
2017-03-30i965: Stop using legacy dri_bufmgr_* and intel_* names.Kenneth Graunke1-1/+1
2017-03-21i965: Drop AUB_TRACE_* stuff.Kenneth Graunke1-3/+1
2017-03-21i965: Use aubinator/genxml for INTEL_DEBUG=bat state decoding.Kenneth Graunke1-14/+3
2017-03-17i965: Allow a per gen timebase scale factorRobert Bragg1-0/+3
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand1-1/+1
2017-03-09i965: Expose OA counters via INTEL_performance_queryRobert Bragg1-0/+52
2017-03-09i965: extend query/counter structs for OA queriesRobert Bragg1-0/+12
2017-03-09i965: brw_context.h additions for OA unit query codegenRobert Bragg1-0/+21
2017-03-07i965: Remove use of deprecated drm_intel_aub routinesChris Wilson1-1/+0
2017-03-06i965: Delete vestiges of resource streamer code.Kenneth Graunke1-6/+0
2017-03-01i965: Move intel_debug.h to intel/common/gen_debug.hJason Ekstrand1-1/+1
2017-03-01i965: Delete brw_do_cubemap_normalizeJason Ekstrand1-2/+0
2017-03-01i965: Move BRW_MAX_DRAW_BUFFERS to brw_compiler.hJason Ekstrand1-3/+0
2017-03-01i965: Move brw_register_blocks to brw_fs.cppJason Ekstrand1-11/+0
2017-03-01i965: Move SHADER_TIME_STRIDE to brw_compiler.hJason Ekstrand1-8/+0
2017-03-01i965: Move SOL binding #defines to brw_compiler.hJason Ekstrand1-27/+0
2017-03-01i964/gs: Move MAX_GS_INPUT_VERTICES to brw_vec4_gs_visitor.hJason Ekstrand1-2/+0
2017-03-01i965: Move brw_disassemble_inst to brw_eu.hJason Ekstrand1-4/+0
2017-03-01i965: Move some helpers from brw_context.h to brw_shader.hJason Ekstrand1-16/+0
2017-03-01i965: Move a couple of #defines from brw_context to brw_compilerJason Ekstrand1-18/+0
2017-02-22i965: Implement INTEL_performance_query backendRobert Bragg1-0/+23
2017-02-21i965: Add support for xfb overflow on query buffer objects.Rafael Antognolli1-0/+3
2017-02-21i965: Properly reset SVBI counters on ResumeTransformFeedback().Kenneth Graunke1-0/+6
2017-02-21i965: Save max_index in brw_transform_feedback_object.Kenneth Graunke1-0/+6
2017-02-21i965: Move some code from gen7_sol_state.c to gen6_sol.c.Kenneth Graunke1-0/+6
2017-02-21i965: remove 'virtual' and extern C workaroundsEmil Velikov1-13/+3
2017-01-27i965: Remove check for hiz on earlier gens than SNBTopi Pohjolainen1-6/+0
2017-01-18i965: Make brw_cache_item structure private to brw_program_cache.c.Kenneth Graunke1-19/+0
2017-01-13i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.Kenneth Graunke1-14/+0
2017-01-06i965: pass gl_program to brw_upload_ubo_surfaces()Timothy Arceri1-2/+1
2017-01-06st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_programTimothy Arceri1-1/+0
2017-01-05i965: get rid of brw->can_do_pipelined_register_writesIago Toral Quiroga1-5/+0
2017-01-04i965: remove unused brwInitVtbl declarationTapani Pälli1-5/+0
2017-01-03i965: Remove perf monitor/query backendRobert Bragg1-43/+0
2017-01-03i965: update brw_get_shader_time_index() not to take gl_shader_programTimothy Arceri1-2/+2
2016-12-30i965: move compiled_once flag to brw_programTimothy Arceri1-6/+2
2016-12-13main: use new driver flag for conservative rasterization stateLionel Landwerlin1-0/+2
2016-12-13i965: remove brw_lower_texture_gradientsIago Toral Quiroga1-2/+0
2016-11-18i965: Disable depth writes when depth test is GL_EQUAL.Kenneth Graunke1-0/+20
2016-11-19glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri1-1/+0
2016-11-17i965: get num_abos from shader_info rather than gl_linked_shaderTimothy Arceri1-0/+1