summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_queryobj.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin1-1/+1
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-5/+13
2017-06-14i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand1-1/+1
2017-06-06i965: Add and use brw_bo_map()Matt Turner1-1/+1
2017-06-06i965: Pass flags to brw_bo_map_*Matt Turner1-1/+1
2017-06-06i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner1-1/+1
2017-06-06i965: Remove brw_bo's virtual memberMatt Turner1-2/+1
2017-06-03i965: Order write of query availablity with earlier writesChris Wilson1-2/+11
2017-04-10i965/drm: Add stall warnings when mapping or waiting on BOs.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-10/+10
2017-04-10i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.Kenneth Graunke1-1/+1
2017-04-10i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-10/+10
2017-03-17i965: Allow a per gen timebase scale factorRobert Bragg1-20/+8
2017-02-21i965: add plumbing for ARB_transform_feedback_overflow_query.Rafael Antognolli1-0/+73
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-1/+0
2016-07-11i965: fix ignored qualifiers warningFrancesco Ansanelli1-1/+1
2016-06-23i965: Implement rasterizer discard via SOL unless required for queries.Kenneth Graunke1-0/+4
2016-05-04i965: Implement ARB_query_buffer_object for HSW+Jordan Justen1-0/+45
2016-05-04i965: Use offset instead of index in brw_store_register_mem64Jordan Justen1-48/+9
2015-11-17i965: Implement ARB_pipeline_statistics_query tessellation counters.Kenneth Graunke1-8/+8
2015-06-24i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson1-3/+3
2015-06-09i965/gen9: Use raw PS invocation count for queriesBen Widawsky1-1/+1
2015-02-20i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARBIago Toral Quiroga1-0/+5
2015-02-17i965: implement ARB_pipeline_statistics_queryBen Widawsky1-0/+104
2014-12-16i965/query: Cache whether the batch references the query BO.Kenneth Graunke1-4/+23
2014-12-16i965/query: Use brw_bo_map to handle stall warnings.Kenneth Graunke1-7/+1
2014-12-16i965/query: Remove redundant drm_intel_bo_references call in CheckQuery.Kenneth Graunke1-7/+8
2014-12-16i965/query: Add query->bo == NULL early return in CheckQuery hook.Kenneth Graunke1-2/+8
2014-12-16i965/query: Set Ready flag in gen6_queryobj_get_results().Kenneth Graunke1-2/+2
2014-09-11i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga1-4/+9
2014-07-16Revert "i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams."Kenneth Graunke1-9/+4
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-6/+3
2014-06-30i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.Iago Toral Quiroga1-4/+9
2014-06-30i965: Implement GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN with non-zero streams.Iago Toral Quiroga1-4/+4
2014-01-20i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.Kenneth Graunke1-18/+2
2014-01-20i965: Create a helper function for emitting PIPE_CONTROL writes.Kenneth Graunke1-11/+4
2014-01-20i965: Fix MI_STORE_REGISTER_MEM for Broadwell.Kenneth Graunke1-10/+23
2014-01-10i965: Delete duplicate write_timestamp function.Kenneth Graunke1-34/+2
2013-10-31i965: Fix brw_store_register_mem64 to stay within a single batch.Kenneth Graunke1-4/+1
2013-10-28i965: CS writes/reads should use I915_GEM_INSTRUCTIONDaniel Vetter1-2/+2
2013-10-23i965: Expose write_reg() as brw_store_register_mem64().Kenneth Graunke1-9/+9
2013-10-23i965: Move flushing out of write_reg and into the callers.Kenneth Graunke1-4/+8
2013-08-06i965: Tidy preprocessor macros for SO_NUM_PRIMS_WRITTEN registers.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-8/+4
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-3/+2
2013-07-09i965: Move intel_context::bufmgr to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-21/+28
2013-05-20i965: Implement transform feedback query support in hardware on Gen6+.Kenneth Graunke1-35/+60