summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_context.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-18mesa: add primitive restart state to Driver.Draw parametersMarek Olšák1-0/+1
2020-10-06i965: drop likely/unlikely around INTEL_DEBUGMarcin Ślusarz1-1/+1
2020-09-02intel/disasm: brw_label and support functionsDanylo Piliaiev1-0/+1
2020-05-20i965: add identifier BOLionel Landwerlin1-1/+11
2020-05-20i965: store workaround_bo offsetLionel Landwerlin1-0/+1
2020-04-22meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of metaJason Ekstrand1-2/+0
2020-04-09i965: Implement ARB_compute_variable_group_sizePlamena Manolova1-0/+5
2020-03-27intel/perf: break GL query stuff awayLionel Landwerlin1-0/+1
2020-03-10i965: Use gl_vertex_format in brw_vertex_element.Mathias Fröhlich1-1/+1
2020-03-10i965: Remove glbinding from brw_vertex_element.Mathias Fröhlich1-1/+0
2020-02-28mesa/i965: remove _mesa_prim::indirect_offsetMarek Olšák1-0/+2
2020-02-28i965: stop using "indirect" parameter from Driver.Draw (non-indirect)Marek Olšák1-0/+5
2020-02-13i965: enable INTEL_blackhole_renderLionel Landwerlin1-0/+3
2020-01-30i965: Re-emit l3 state before BLORP executesJason Ekstrand1-0/+3
2019-08-12i965/gen9: Optimize slice and subslice load balancing behavior.Francisco Jerez1-0/+5
2019-08-07intel/perf: make perf context privateMark Janes1-1/+1
2019-08-07intel/perf: move the perf context into perfMark Janes1-57/+2
2019-08-07intel/perf: rename gen_perf to gen_perf_configMark Janes1-1/+1
2019-06-12i965: Fix INTEL_DEBUG=batCaio Marcelo de Oliveira Filho1-1/+1
2019-04-17i965: move brw_timebase_scale to device infoLionel Landwerlin1-1/+0
2019-04-17i965: extract performance query metricsLionel Landwerlin1-71/+2
2019-04-16i965: Move program key debugging to the compiler.Kenneth Graunke1-20/+0
2019-04-10intel/common: move gen_debug to intel/devMark Janes1-1/+1
2019-03-14mesa: rename logging functions to reflect that they format stringsMark Janes1-9/+9
2019-03-11i965: Use genxml for emitting PIPE_CONTROL.Kenneth Graunke1-0/+3
2019-02-20i965: re-emit index buffer state on a reset option change.Andrii Simiklit1-0/+3
2019-02-18i965: scale factor changes should trigger recompileLionel Landwerlin1-0/+10
2018-12-14i965/gen10+: Enable object level preemption.Rafael Antognolli1-0/+2
2018-12-12i965/compute: Emit GPGPU_WALKER in genX_state_uploadJordan Justen1-0/+2
2018-12-09i965: Flip arguments to load_register_reg helpers.Kenneth Graunke1-4/+4
2018-12-09i965: Delete dead brw_meta_resolve_color prototype.Kenneth Graunke1-7/+0
2018-11-21mesa: Factor out struct gl_vertex_format.Mathias Fröhlich1-1/+1
2018-09-10i965: Bump aperture tracking to u64Chris Wilson1-1/+1
2018-09-07i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand1-0/+11
2018-08-21i965: Implement EGL_KHR_mutable_render_bufferChad Versace1-0/+12
2018-08-21i965: remove unused no_rast boolTimothy Arceri1-1/+0
2018-07-09mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlobJordan Justen1-0/+3
2018-07-09i965: Add brw_program_deserialize_driver_blobJordan Justen1-2/+3
2018-06-28i965: Add plumbing for shader time in 32-wide FS dispatch mode.Francisco Jerez1-0/+1
2018-05-22i965: Remove ring switching entirelyJason Ekstrand1-7/+0
2018-05-22i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.Kenneth Graunke1-0/+6
2018-05-22i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke1-0/+1
2018-05-10i965: Remove the now unused gl_vertex_array.Mathias Fröhlich1-4/+0
2018-05-10i965: Remove the gl_vertex_array indirection.Mathias Fröhlich1-1/+2
2018-05-08i965: Use ISL for emitting depth/stencil/hiz state on gen6+Jason Ekstrand1-53/+0
2018-05-02i965: Reuse batch decoder infrastructure rather than open coding it.Kenneth Graunke1-0/+3
2018-05-02intel: emit is_indexed_draw in the same VE than gl_DrawIDAntia Puentes1-8/+23
2018-04-23i965: perf: add support for raw queriesLionel Landwerlin1-1/+2
2018-04-19intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes1-2/+6
2018-04-12mesa: include mtypes.h lessMarek Olšák1-0/+1