aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* i965: perf: add support for raw queriesLionel Landwerlin2018-04-231-1/+2
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-191-2/+6
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich2018-03-311-0/+4
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-101-1/+1
* i965: perf: store sysfs device entry into contextLionel Landwerlin2018-03-081-0/+3
* i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke2018-03-021-5/+9
* i965: Implement GenerateMipmap directly, rather than using Meta.Kenneth Graunke2018-02-161-0/+4
* i965: Use the translated color logic op from the contextIan Romanick2018-01-261-1/+0
* i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand2018-01-241-9/+6
* i965: make brw_context::num_samples unsigned intEmil Velikov2018-01-221-1/+1
* i965: Avoid problems from referencing orphaned BOs after growing.Kenneth Graunke2018-01-191-0/+3
* i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.Kenneth Graunke2018-01-171-1/+1
* i965: Track format and aux usage in the render cacheJason Ekstrand2018-01-161-1/+1
* i965/gen6-7/sol: Keep independent counters for the current and previous begin...Francisco Jerez2018-01-161-3/+6
* i965/gen6-7/sol: Restructure primitive counter into a separate type.Francisco Jerez2018-01-161-5/+33
* i965: Add ARB_get_program_binary support using nir_serializationJordan Justen2017-12-081-0/+15
* i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.Kenneth Graunke2017-12-041-16/+1
* i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.Kenneth Graunke2017-11-291-8/+11
* i965: Move perf_debug and WARN_ONCE back to brw_context.h.Kenneth Graunke2017-11-281-0/+29
* i965: Drop some reserved space remnants.Kenneth Graunke2017-11-151-1/+0
* i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke2017-11-151-6/+0
* i965: Make a better helper function for UBO/SSBO/ABO surface handling.Kenneth Graunke2017-11-151-10/+0
* i965: Track the depth and render caches separatelyJason Ekstrand2017-11-131-0/+7
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-5/+1
* i965: perf: list registers to program for queriesLionel Landwerlin2017-11-031-0/+15
* i965: perf: make revision variable availableLionel Landwerlin2017-11-031-0/+1
* i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen2017-10-311-2/+1
* i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke2017-10-241-1/+1
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-8/+9
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-131-1/+1
* i965: Delete dead brw_context fields.Kenneth Graunke2017-10-131-3/+0
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-121-0/+2
* i965: Implement ARB_indirect_parameters.Plamena Manolova2017-10-021-0/+8
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-261-6/+1
* i965: Delete dead meta stencil blit program fields from brw_context.Kenneth Graunke2017-09-251-3/+0
* i965/gen8: Remove unused gen8_emit_3dstate_multisample()Topi Pohjolainen2017-09-211-1/+0
* i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga2017-09-181-2/+2
* i965: Use a separate state buffer, but avoid changing flushing behavior.Kenneth Graunke2017-09-141-2/+8
* i965: Refactor relocs into a brw_reloc_list structure.Kenneth Graunke2017-09-141-4/+8
* i965: Move BATCH_SZ define into intel_batchbuffer.c.Kenneth Graunke2017-09-011-1/+0
* i965: drop unused brw->needs_unlit_centroid_workaroundLionel Landwerlin2017-08-301-9/+0
* i965: drop brw->has_surface_tile_offset in favor of devinfo'sLionel Landwerlin2017-08-301-1/+0
* i965: drop unused brw->no_simd8Lionel Landwerlin2017-08-301-1/+0
* i965: drop unused brw->has_plnLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->must_use_separate_stencil in favor of devinfo'sLionel Landwerlin2017-08-301-1/+0
* i965: drop unused brw->has_negative_rhw_bugLionel Landwerlin2017-08-301-1/+0
* i965: drop unused brw->has_compr4Lionel Landwerlin2017-08-301-1/+0
* i965: drop brw->has_llc in favor of devinfo->has_llcLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->is_broxtonLionel Landwerlin2017-08-301-2/+0