summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_queryobj.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/i965: Remove driverDylan Baker1-621/+0
2021-04-20intel: Rename gen_device prefix to intel_deviceAnuj Phogat1-12/+12
2021-04-02intel: Rename Genx keyword to GfxxAnuj Phogat1-6/+6
2021-04-02intel: Rename genx keyword to gfxx in source filesAnuj Phogat1-1/+1
2021-04-02intel: Rename gen field in gen_device_info struct to verAnuj Phogat1-10/+10
2021-03-11i965: Rename files with "intel_" prefix to "brw_"Anuj Phogat1-1/+1
2021-02-25i965: Eliminate all tabs except in brw_defines.hKenneth Graunke1-8/+7
2021-02-25i965: Rename intel_batchbuffer_* to brw_batch_*.Kenneth Graunke1-2/+2
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-1/+0
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2019-08-07mesa: use _mesa_delete_query in driversYevhenii Kolesnikov1-2/+2
2019-07-22i965: free object labels when deletingSergii Romantsov1-0/+1
2019-04-17i965: move brw_timebase_scale to device infoLionel Landwerlin1-11/+4
2018-05-22i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke1-3/+5
2018-05-09i965: Shut up unused variable warnings.Kenneth Graunke1-6/+7
2018-03-27i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke1-3/+3
2017-12-15i965: Allow old begin/end queryobj for gen4/5 with HW contextsChris Wilson1-6/+0
2017-08-30i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin1-2/+2
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-10/+19
2017-06-19intel: common: express timestamps units in frequencyLionel Landwerlin1-1/+1
2017-06-14i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand1-3/+2
2017-06-09i965/cnl: Implement depth count workaroundBen Widawsky1-0/+8
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-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-14/+14
2017-04-10i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().Kenneth Graunke1-3/+3
2017-04-10i965: Make/use a brw_batch_references() wrapper.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-19/+19
2017-03-17i965: Allow a per gen timebase scale factorRobert Bragg1-5/+53
2017-02-21i965: add plumbing for ARB_transform_feedback_overflow_query.Rafael Antognolli1-0/+2
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-1/+1
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-1/+0
2016-05-26i965/sklgt4: Implement depth/timestamp write w/aBen Widawsky1-4/+12
2016-05-04i965: Implement ARB_query_buffer_object for HSW+Jordan Justen1-2/+36
2015-08-22i965: Move control flush into pipelined conditional renderChris Wilson1-14/+5
2015-07-24i965: Use updated kernel interface for accurate TIMESTAMP readsChris Wilson1-3/+12
2015-05-12i965: Use predicate enable bit for conditional rendering w/o stallingNeil Roberts1-4/+14
2015-04-13i965: Flush batchbuffer containing the query on glQueryCounter.Mathias Froehlich1-0/+2
2015-03-31i965/state: Don't use brw->state.dirty.brwJordan Justen1-2/+2
2015-02-17i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke1-4/+0
2014-09-04Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen1-2/+2
2014-09-01i965: Create a macro for setting a dirty bit.Paul Berry1-2/+2
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-6/+3
2014-01-20i965: Re-combine the Gen4-5 and Gen6+ write_depth_count functions.Kenneth Graunke1-5/+7
2014-01-20i965: Create a helper function for emitting PIPE_CONTROL writes.Kenneth Graunke1-44/+12
2014-01-20i965: Create a helper function for emitting PIPE_CONTROL flushes.Kenneth Graunke1-10/+3
2014-01-10i965: Delete duplicate write_timestamp function.Kenneth Graunke1-5/+5