i965: perf: extract utility functions
[mesa.git] / src / mesa / drivers / dri / i965 /
2018-02-16 Anuj Phogati965/icl: Add assertions to check dispatch mode is...
2018-02-16 Anuj Phogati965/icl: Update switch statements
2018-02-16 Anuj Phogati965/icl: Update the assert in brw_memory_barrier()
2018-02-16 Anuj Phogati965/icl: Define and use icl mocs settings
2018-02-16 Anuj Phogati965/icl: Update the comment for maximum number of...
2018-02-16 Anuj Phogati965/icl: Build and use gen11 functions for genxml...
2018-02-16 Anuj Phogati965/icl: Don't set ResetGatewayTimer
2018-02-15 Kenneth Graunkei965: Drop EXEC_OBJECT_CAPTURE defines.
2018-02-15 Dylan Bakermeson: use a custom target instead of a generator for...
2018-02-14 Jason Ekstrandi965: Add gl_state_index casts for PATCH_VERTICES_IN
2018-02-14 Scott D Phillipsi965/miptree: Initialize mcs with a linear map
2018-02-14 Scott D Phillipsi965/tiled_memcpy: change linear pointer from (0, 0...
2018-02-14 Scott D Phillipsi965/tiled_memcpy: linear_to_ytiled a cache line at...
2018-02-14 Rafael Antognollii965/gen10: Remove warning message.
2018-02-13 Dave Airliei965: fix tessellation regressions with gl_state_index16
2018-02-13 Marek Olšákmesa,glsl,nir: reduce gl_state_index size to 2 bytes
2018-02-12 Daniel Stonei965: Fix bugs in intel_from_planar
2018-02-09 Mark JanesRevert "i965: prevent potentially null pointer access"
2018-02-09 Lionel Landwerlini965: prevent potentially null pointer access
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_hiz_op
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
2018-02-08 Lionel Landwerlini965: perf: cleanup detection of kernel support for...
2018-02-08 Lionel Landwerlini965: perf: use drmIoctl() instead of ioctl()
2018-02-08 Lionel Landwerlini965: perf: add debug messages for loaded configs
2018-02-07 Tapani Pällii965: add __DRI2_BLOB support and set cache functions
2018-02-07 Iago Toral Quirogai965: allocate a SGVS element when VertexID or Instance...
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-02-03 Jordan Justeni965: Create new program cache bo when clearing the...
2018-02-02 Andres Gomezi965: check if upload is 0 explicitely, when downsizing...
2018-02-02 Jason Ekstrandi965: Call prepare_external after implicit window-syste...
2018-02-01 Kenneth Graunkei965: Bump official kernel requirement to Linux v3.9.
2018-01-31 Andres Gomezi965: perform 2 uploads with dual slot *64*PASSTHRU...
2018-01-31 Kenneth Graunkei965: Make texture validation code use texture objects...
2018-01-31 Kenneth Graunkei965: Pass tObj into intel_update_max_level instead...
2018-01-31 Kenneth Graunkei965: Delete more misleading comments.
2018-01-30 Tapani Pällii965: move disk cache from brw_context to intel_screen
2018-01-29 Rafael Antognollii965: Emit PIPE_CONTROL with ISP bit on older platforms.
2018-01-29 Tapani Pällii965: fix disk_cache leak when destroying context
2018-01-29 Tapani Pällii965: fix prog_data leak in brw_disk_cache
2018-01-26 Brian Paulmesa: change gl_link_status enums to uppercase
2018-01-26 Rafael Antognollii965/gen10: Use CS Stall instead of WriteImmediate.
2018-01-26 Rafael Antognollii965/gen10: Ignore push constant packets during context...
2018-01-26 Ian Romanicki965: Make intelEmitCopyBlit static
2018-01-26 Ian Romanicki965: Use enum color_logic_ops for blits
2018-01-26 Ian Romanicki965: Use the translated color logic op from the context
2018-01-25 Emil Velikovautomake: small cleanup after the meson.build inclusion
2018-01-25 Jason Ekstrandi965: Stop disabling aux during texture preparation
2018-01-25 Jason Ekstrandi965/draw: Set NEW_AUX_STATE when draw aux changes
2018-01-25 Jason Ekstrandi965: Replace draw_aux_buffer_disabled with draw_aux_usage
2018-01-25 Jason Ekstrandi965/surface_state: Drop brw_aux_surface_disabled
2018-01-25 Jason Ekstrandi965/miptree: Add an aux_disabled parameter to render_a...
2018-01-25 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish_render
2018-01-24 Brian Paulvbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
2018-01-24 Brian Paulvbo: remove vbo_context.h and change includes to use...
2018-01-24 Brian Pauli965: use vbo_set_[indirect]_draw_func()
2018-01-24 Topi Pohjolaineni965: Don't try to disable render aux buffers for compute
2018-01-22 Kenneth Graunkei965: Drop render_target_start from binding table struct.
2018-01-22 Emil Velikovi965: make brw_context::num_samples unsigned int
2018-01-22 Chris Wilsoni965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
2018-01-22 Jason Ekstrandi965: Set tiling on BOs imported with modifiers
2018-01-22 Jason Ekstrandi965/bufmgr: Add a create_from_prime_tiled function
2018-01-22 Jason Ekstrandi965/miptree: Use the tiling from the modifier instead...
2018-01-22 Jason Ekstrandi965/miptree: Add an explicit tiling parameter to creat...
2018-01-20 Kenneth Graunkei965: Delete completely bogus comment
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-19 Kenneth Graunkei965: Avoid problems from referencing orphaned BOs...
2018-01-19 Kenneth Graunkei965: Rename 'aux' to 'prog_data' in program cache.
2018-01-18 Kenneth Graunkei965: Bind null render targets for shadow sampling...
2018-01-18 Mario Kleineri965/screen: Allow drirc to set 'allow_rgb10_configs...
2018-01-17 Kenneth Graunkei965: Pass brw_growing_bo to grow_buffer().
2018-01-17 Kenneth Graunkei965: Make a helper for recreating growing buffers.
2018-01-17 Kenneth Graunkei965: Replace cpu_map pointers with a "use_shadow_copy...
2018-01-17 Jason Ekstrandi965: Enable CCS_E sampling of sRGB textures as UNORM
2018-01-17 Jason Ekstrandi965/draw: Do resolves properly for textures used by TXF
2018-01-17 Jason Ekstrandi965/miptree: Refactor CCS_E and CCS_D cases in render_...
2018-01-17 Jason EkstrandRe-enable regular fast-clears (CCS_D) on gen9+
2018-01-17 Jason Ekstrandi965: Track format and aux usage in the render cache
2018-01-17 Jason Ekstrandi965: Call brw_cache_flush_for_render in predraw_resolv...
2018-01-17 Francisco Jerezi965/gen6-7/sol: Bump primitive counter BO size.
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...
2018-01-15 Adam JacksonRevert "i965: Enable flush control"
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: don't use intermediate variables that are immedi...
2018-01-11 Dylan Bakermeson: Use consistent style
2018-01-10 Marek Olšákdri_util: remove ALLOW_RGB10_CONFIGS option (v2)
2018-01-10 Iago Toral Quirogai965/nir: lower TES PatchVerticesIn to a constant when...
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2018-01-10 Iago Toral Quirogai965: lower gl_PatchVerticesIn to a uniform
2018-01-10 Iago Toral Quirogai965/nir: add a helper to lower gl_PatchVerticesIn...
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2018-01-07 Kenneth Graunkei965: Torch public intel_batchbuffer_emit_dword/float...
2018-01-07 Kenneth Graunkei965: Require space for MI_BATCHBUFFER_END.
2018-01-07 Kenneth Graunkei965: Shut up a few unused variable warnings.
2018-01-03 Mario Kleineri965/screen: Honor 'allow_rgb10_configs' option. (v2)
2018-01-03 Mario Kleineri965/screen: Add basic support for rendering 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add XRGB2101010 and ARGB2101010 support...
2018-01-03 Mario Kleineri965: Support accelerated blit for depth 30 formats...
2018-01-03 Mario Kleineri965: Support xrgb/argb2101010 formats for glx_texture_...
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
next