mesa: include mtypes.h less
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-03-31 Mathias Fröhlichi965: Push down the gl_vertex_array inputs into i965.
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-03-08 Lionel Landwerlini965: perf: store sysfs device entry into context
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
2018-02-16 Kenneth Graunkei965: Implement GenerateMipmap directly, rather than...
2018-01-26 Ian Romanicki965: Use the translated color logic op from the context
2018-01-25 Jason Ekstrandi965: Replace draw_aux_buffer_disabled with draw_aux_usage
2018-01-22 Emil Velikovi965: make brw_context::num_samples unsigned int
2018-01-19 Kenneth Graunkei965: Avoid problems from referencing orphaned BOs...
2018-01-17 Kenneth Graunkei965: Replace cpu_map pointers with a "use_shadow_copy...
2018-01-17 Jason Ekstrandi965: Track format and aux usage in the render cache
2018-01-17 Francisco Jerezi965/gen6-7/sol: Keep independent counters for the...
2018-01-17 Francisco Jerezi965/gen6-7/sol: Restructure primitive counter into...
2017-12-08 Jordan Justeni965: Add ARB_get_program_binary support using nir_seri...
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
2017-11-28 Kenneth Graunkei965: Move perf_debug and WARN_ONCE back to brw_context.h.
2017-11-15 Kenneth Graunkei965: Drop some reserved space remnants.
2017-11-15 Kenneth Graunkei965: Fold ABO state upload code into the SSBO/UBO...
2017-11-15 Kenneth Graunkei965: Make a better helper function for UBO/SSBO/ABO...
2017-11-14 Jason Ekstrandi965: Track the depth and render caches separately
2017-11-06 Neil Robertsdri: Change __DriverApiRec::CreateContext to take a...
2017-11-03 Lionel Landwerlini965: perf: list registers to program for queries
2017-11-03 Lionel Landwerlini965: perf: make revision variable available
2017-11-01 Jordan Justeni965: Calculate thread_count in brw_alloc_stage_scratch
2017-10-24 Kenneth Graunkei965: Don't disable CCS for RT dependencies when dispat...
2017-10-20 Chris Wilsonegl,dri: Propagate context priority hint to driver...
2017-10-13 Kenneth Graunkei965: Rename brw->no_batch_wrap to intel_batchbuffer...
2017-10-13 Kenneth Graunkei965: Delete dead brw_context fields.
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-02 Plamena Manolovai965: Implement ARB_indirect_parameters.
2017-09-26 Kenneth Graunkei965: Convert brw->*_program into a brw->programs[i...
2017-09-25 Kenneth Graunkei965: Delete dead meta stencil blit program fields...
2017-09-21 Topi Pohjolaineni965/gen8: Remove unused gen8_emit_3dstate_multisample()
2017-09-18 Iago Toral Quirogai965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
2017-09-14 Kenneth Graunkei965: Use a separate state buffer, but avoid changing...
2017-09-14 Kenneth Graunkei965: Refactor relocs into a brw_reloc_list structure.
2017-09-01 Kenneth Graunkei965: Move BATCH_SZ define into intel_batchbuffer.c.
2017-08-30 Lionel Landwerlini965: drop unused brw->needs_unlit_centroid_workaround
2017-08-30 Lionel Landwerlini965: drop brw->has_surface_tile_offset in favor of...
2017-08-30 Lionel Landwerlini965: drop unused brw->no_simd8
2017-08-30 Lionel Landwerlini965: drop unused brw->has_pln
2017-08-30 Lionel Landwerlini965: drop brw->must_use_separate_stencil in favor...
2017-08-30 Lionel Landwerlini965: drop unused brw->has_negative_rhw_bug
2017-08-30 Lionel Landwerlini965: drop unused brw->has_compr4
2017-08-30 Lionel Landwerlini965: drop brw->has_llc in favor of devinfo->has_llc
2017-08-30 Lionel Landwerlini965: drop brw->is_broxton
2017-08-30 Lionel Landwerlini965: drop brw->is_cherryview in favor of devinfo-...
2017-08-30 Lionel Landwerlini965: drop brw->is_haswell in favor of devinfo->is_haswell
2017-08-30 Lionel Landwerlini965: drop brw->is_baytrail in favor of devinfo->is_bay...
2017-08-30 Lionel Landwerlini965: drop brw->is_g4x in favor of devinfo->is_g4x
2017-08-30 Lionel Landwerlini965: drop brw->gt in favor of devinfo->gt
2017-08-30 Lionel Landwerlini965: drop brw->gen in favor of devinfo->gen
2017-08-23 Kenneth Graunkei965: Devirtualize update_renderbuffer_surface.
2017-08-23 Kenneth Graunkei965: Delete update_renderbuffer_surface flags.
2017-08-23 Kenneth Graunkei965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
2017-08-19 Kenneth Graunkei965: Use ISL for emitting null surface states.
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Kenneth Graunkei965: Use I915_EXEC_BATCH_FIRST when available.
2017-07-23 Kenneth Graunkei965: Drop non-LLC lunacy in the program cache code.
2017-07-20 Chris Wilsoni965: Rename batch->exec_objects to validation_list
2017-07-14 Kenneth Graunkei965: Separate uploading push constant data from the...
2017-07-14 Kenneth Graunkei965: Introduce a BRW_NEW_DRAW_CALL dirty bit.
2017-07-14 Kenneth Graunkei965: Store per-stage push constant BO pointers.
2017-07-05 Jason Ekstrandi965: Move surface resolves back to draw/dispatch time
2017-06-27 Robert Braggi965: Add Gen8+ sys_vars for generated OA code
2017-06-22 Chad Versacei965: Move brw_context format arrays to intel_screen
2017-06-22 Chad Versacei965: Rename some vague format members of brw_context
2017-06-21 Marek Olšákmesa: replace ctx->Polygon._FrontBit with a helper...
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-19 Lionel Landwerlini965: convert MI_REPORT_PERF_COUNT to genxml
2017-06-18 Topi Pohjolaineni965: Drop depth/stencil miptree pointers in alignment...
2017-06-18 Topi Pohjolaineni965/gen4: Remove non-existing stencil and hiz buffer...
2017-06-16 Kenneth Graunkei965: Improve conditional rendering in fallback paths.
2017-06-15 Jason Ekstrandi965: Remove some unneeded fields from brw_context
2017-06-15 Jason Ekstrandi965: Remove some of the remnants of meta
2017-06-14 Topi Pohjolaineni965: Add an end-of-pipe sync helper
2017-06-14 Jason Ekstrandi965: Take a uint64_t immediate in emit_pipe_control_write
2017-06-08 Jason Ekstrandi965: Delete intel_resolve_map
2017-06-07 Jason Ekstrandi965: Use BLORP for all HiZ ops
2017-06-06 Matt Turneri965: Remove unused 'use_resource_streamer' field
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-05-30 Chad Versacei965: Fix type of brw_context::render_target_format[]
2017-05-30 Chad Versacei965: Move func to right comment block in brw_context.h
2017-05-26 Jason Ekstrandi965/gen4: Expose the guts of URB recalculation as...
2017-05-26 Jason Ekstrandi965: Move clip program compilation to the compiler
2017-05-26 Jason Ekstrandi965: Move SF compilation to the compiler
2017-05-12 Rafael Antognollii965: Port 3DSTATE_INDEX_BUFFER to genxml.
2017-05-11 Kenneth Graunkei965: Drop brw_context::viewport_transform_enable.
2017-05-10 Kenneth Graunkei965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONS...
2017-05-08 Rafael Antognollii965: Move MOCS macros to brw_state.h.
2017-05-04 Rafael Antognollii965: Port gen6+ multisample state emitting code to...
2017-05-03 Rafael Antognollii965: Move MOCS macros to brw_context.h.
2017-04-22 Marek Olšákmesa: replace _mesa_index_buffer::type with index_size
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965: Drop brw_bo_map[_gtt] wrappers which issue perf...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
2017-04-10 Kenneth Graunkei965: Just use a uint32_t context handle rather than...
2017-04-10 Kenneth Graunkei965/drm: Rewrite relocation handling.
next