i965: Delete brw_do_cubemap_normalize
[mesa.git] / src / mesa / drivers / dri / i965 / brw_context.h
2017-03-02 Jason Ekstrandi965: Delete brw_do_cubemap_normalize
2017-03-02 Jason Ekstrandi965: Move BRW_MAX_DRAW_BUFFERS to brw_compiler.h
2017-03-02 Jason Ekstrandi965: Move brw_register_blocks to brw_fs.cpp
2017-03-02 Jason Ekstrandi965: Move SHADER_TIME_STRIDE to brw_compiler.h
2017-03-02 Jason Ekstrandi965: Move SOL binding #defines to brw_compiler.h
2017-03-02 Jason Ekstrandi964/gs: Move MAX_GS_INPUT_VERTICES to brw_vec4_gs_visi...
2017-03-02 Jason Ekstrandi965: Move brw_disassemble_inst to brw_eu.h
2017-03-02 Jason Ekstrandi965: Move some helpers from brw_context.h to brw_shader.h
2017-03-02 Jason Ekstrandi965: Move a couple of #defines from brw_context to...
2017-02-22 Robert Braggi965: Implement INTEL_performance_query backend
2017-02-22 Rafael Antognollii965: Add support for xfb overflow on query buffer...
2017-02-21 Kenneth Graunkei965: Properly reset SVBI counters on ResumeTransformFe...
2017-02-21 Kenneth Graunkei965: Save max_index in brw_transform_feedback_object.
2017-02-21 Kenneth Graunkei965: Move some code from gen7_sol_state.c to gen6_sol.c.
2017-02-21 Emil Velikovi965: remove 'virtual' and extern C workarounds
2017-01-27 Topi Pohjolaineni965: Remove check for hiz on earlier gens than SNB
2017-01-18 Kenneth Graunkei965: Make brw_cache_item structure private to brw_prog...
2017-01-14 Kenneth Graunkei965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.
2017-01-06 Timothy Arcerii965: pass gl_program to brw_upload_ubo_surfaces()
2017-01-06 Timothy Arcerist/mesa/glsl/i965: move ImageUnits and ImageAccess...
2017-01-05 Iago Toral Quirogai965: get rid of brw->can_do_pipelined_register_writes
2017-01-04 Tapani Pällii965: remove unused brwInitVtbl declaration
2017-01-03 Robert Braggi965: Remove perf monitor/query backend
2017-01-03 Timothy Arcerii965: update brw_get_shader_time_index() not to take...
2016-12-29 Timothy Arcerii965: move compiled_once flag to brw_program
2016-12-13 Lionel Landwerlinmain: use new driver flag for conservative rasterizatio...
2016-12-13 Iago Toral Quirogai965: remove brw_lower_texture_gradients
2016-11-18 Kenneth Graunkei965: Disable depth writes when depth test is GL_EQUAL.
2016-11-18 Timothy Arceriglsl/i965: move per stage AtomicBuffers list to gl_program
2016-11-17 Timothy Arcerii965: get num_abos from shader_info rather than gl_link...
2016-11-17 Timothy Arcerii965: get num_images from shader_info rather than gl_li...
2016-11-11 Kenneth Graunkei965: Update a comment: s/brw_state_cache/brw_program_c...
2016-11-11 Timothy Arcerii965: rename brw_state_cache.c -> brw_program_cache.c
2016-11-01 Antia Puentesi965/gen8: Fix vertex attrib upload for dvec3/4 shader...
2016-10-28 Brian Paulmesa: rename gl_client_array -> gl_vertex_array
2016-10-26 Timothy Arcerii965: replace brw_compute_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_tess_{eval,ctrl}_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_geomerty_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965: remove unused BRW_STATE_INTERPOLATION_MAP flag
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_ctrl_program
2016-10-06 Kenneth Graunkei965: Eliminate brw->cs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->gs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->tes.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->tcs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->vs.prog_data pointer.
2016-10-06 Chad Versacei965/sync: Rename intel_syncobj.c -> brw_sync.c
2016-10-06 Chad Versacei965/sync: Replace 'intel' prefix with 'brw'
2016-10-04 Kenneth Graunkei965: Only emit 1 viewport when possible.
2016-09-23 Lionel Landwerlini965: get rid of duplicated values from gen_device_info
2016-09-21 Kenneth Graunkei965: Rename intelScreen to screen.
2016-09-12 Topi Pohjolaineni965: Track non-compressible sampling of renderbuffers
2016-09-12 Topi Pohjolaineni965: Replace boolean rb surface state setup argument...
2016-09-03 Jason Ekstrandintel: Pull the guts of gen7_l3_state.c into a shared...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-29 Jason Ekstrandi965: Move blorp into src/intel/blorp
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-29 Jason Ekstrandi965/gen6: Refactor gen6_upload_urb
2016-08-29 Jason Ekstrandi965/blorp: Add a blorp_context struct and init/finish...
2016-08-26 Chris Wilsoni965: Embrace "unlimited" GTT mmap support
2016-07-22 Jason Ekstrandi965: Get rid of the do_lower_unnormalized_offsets...
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-15 Jason Ekstrandi965/context: Remove some unnecessary vfuncs
2016-07-15 Jason Ekstrandi965: Use ISL for emitting buffer surface states
2016-07-15 Jason Ekstrandi965: Add an isl_device to the brw_context
2016-07-04 Topi Pohjolaineni965/urb: Allow blorp to record current settings
2016-06-30 Timothy Arceriglsl/mesa: split gl_shader in two
2016-06-24 Kenneth Graunkei965: Move contents of brw_tex.c into intel_tex_validate.c.
2016-06-13 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-06-13 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-06-13 Francisco Jerezi965: Fix scratch overallocation if the original slot...
2016-05-25 Kristian Høgsberg... i965: Enable GL_KHR_robustness
2016-05-24 Kristian Høgsberg... i965: Support textures with multiple planes
2016-05-24 Jason Ekstrandi965: Use ISL for surface format introspection
2016-05-24 Jason Ekstrandi965/draw: Use the real size for index buffers
2016-05-24 Jason Ekstrandi965/draw: Use the real size for vertex buffers
2016-05-24 Jason Ekstrandi965/draw: Account for BaseInstance in VBO bounds
2016-05-24 Jason Ekstrandi965/draw: Stop relying on min_index == -1 for invalid...
2016-05-16 Kenneth Graunkei965: Send the minimal number of STATE_BASE_ADDRESS...
2016-05-14 Jason Ekstrandi965: Use blorp for all clears
2016-05-14 Jason Ekstrandi965: Use blorp for all stencil blits
2016-05-14 Jason Ekstrandi965: Use blorp for all updownsample blits
2016-05-14 Jason Ekstrandi965: Move brw_get_rb_for_slice to brw_meta_util
2016-05-09 Kenneth Graunkei965: Reimplement ARB_transform_feedback2 on Haswell...
2016-05-09 Kenneth Graunkei965: Add a brw_load_register_reg64 helper.
2016-05-04 Jordan Justeni965: Implement ARB_query_buffer_object for HSW+
2016-05-04 Jordan Justeni965/gen6+: Add load register immediate helper functions
2016-05-04 Jordan Justeni965/hsw+: Add support for copying a register
2016-05-04 Jordan Justeni965/gen6+: Add support for storing immediate data...
2016-05-04 Jordan Justeni965: Add brw_store_register_mem32
2016-05-04 Jordan Justeni965: Use offset instead of index in brw_store_register...
2016-05-04 Matt Turneri965: Merge inst_info and opcode_desc tables.
next