aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: drop brw->is_cherryview in favor of devinfo->is_cherryviewLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->is_baytrail in favor of devinfo->is_baytrailLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->is_g4x in favor of devinfo->is_g4xLionel Landwerlin2017-08-301-1/+0
* i965: drop brw->gt in favor of devinfo->gtLionel Landwerlin2017-08-301-2/+0
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-1/+0
* i965: Devirtualize update_renderbuffer_surface.Kenneth Graunke2017-08-231-5/+0
* i965: Delete update_renderbuffer_surface flags.Kenneth Graunke2017-08-231-1/+1
* i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke2017-08-231-0/+2
* i965: Use ISL for emitting null surface states.Kenneth Graunke2017-08-191-5/+0
* i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson2017-08-041-2/+1
* i965: Use I915_EXEC_BATCH_FIRST when available.Kenneth Graunke2017-08-041-0/+1
* i965: Drop non-LLC lunacy in the program cache code.Kenneth Graunke2017-07-221-1/+0
* i965: Rename batch->exec_objects to validation_listChris Wilson2017-07-201-1/+3
* i965: Separate uploading push constant data from the pointer packets.Kenneth Graunke2017-07-131-0/+3
* i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.Kenneth Graunke2017-07-131-0/+2
* i965: Store per-stage push constant BO pointers.Kenneth Graunke2017-07-131-1/+2
* i965: Move surface resolves back to draw/dispatch timeJason Ekstrand2017-07-051-0/+2
* i965: Add Gen8+ sys_vars for generated OA codeRobert Bragg2017-06-271-0/+3
* i965: Move brw_context format arrays to intel_screenChad Versace2017-06-221-2/+3
* i965: Rename some vague format members of brw_contextChad Versace2017-06-221-2/+2
* mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák2017-06-221-0/+2
* mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák2017-06-221-0/+5
* i965: convert MI_REPORT_PERF_COUNT to genxmlLionel Landwerlin2017-06-191-0/+11
* i965: Drop depth/stencil miptree pointers in alignment workaroundTopi Pohjolainen2017-06-181-3/+0
* i965/gen4: Remove non-existing stencil and hiz buffer setupTopi Pohjolainen2017-06-181-2/+4
* i965: Improve conditional rendering in fallback paths.Kenneth Graunke2017-06-151-1/+5
* i965: Remove some unneeded fields from brw_contextJason Ekstrand2017-06-141-12/+0
* i965: Remove some of the remnants of metaJason Ekstrand2017-06-141-1/+0
* i965: Add an end-of-pipe sync helperTopi Pohjolainen2017-06-141-0/+1
* i965: Take a uint64_t immediate in emit_pipe_control_writeJason Ekstrand2017-06-141-1/+1
* i965: Delete intel_resolve_mapJason Ekstrand2017-06-071-1/+0
* i965: Use BLORP for all HiZ opsJason Ekstrand2017-06-071-3/+0
* i965: Remove unused 'use_resource_streamer' fieldMatt Turner2017-06-061-1/+0
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-061-0/+2