aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlobJordan Justen2018-07-091-0/+3
* i965: Add brw_program_deserialize_driver_blobJordan Justen2018-07-091-2/+3
* i965: Add plumbing for shader time in 32-wide FS dispatch mode.Francisco Jerez2018-06-281-0/+1
* i965: Remove ring switching entirelyJason Ekstrand2018-05-221-7/+0
* i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.Kenneth Graunke2018-05-221-0/+6
* i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke2018-05-221-0/+1
* i965: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-101-4/+0
* i965: Remove the gl_vertex_array indirection.Mathias Fröhlich2018-05-101-1/+2
* i965: Use ISL for emitting depth/stencil/hiz state on gen6+Jason Ekstrand2018-05-081-53/+0
* i965: Reuse batch decoder infrastructure rather than open coding it.Kenneth Graunke2018-05-021-0/+3
* intel: emit is_indexed_draw in the same VE than gl_DrawIDAntia Puentes2018-05-021-8/+23
* i965: perf: add support for raw queriesLionel Landwerlin2018-04-231-1/+2
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-191-2/+6
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich2018-03-311-0/+4
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-101-1/+1
* i965: perf: store sysfs device entry into contextLionel Landwerlin2018-03-081-0/+3
* i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke2018-03-021-5/+9
* i965: Implement GenerateMipmap directly, rather than using Meta.Kenneth Graunke2018-02-161-0/+4
* i965: Use the translated color logic op from the contextIan Romanick2018-01-261-1/+0
* i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand2018-01-241-9/+6
* i965: make brw_context::num_samples unsigned intEmil Velikov2018-01-221-1/+1
* i965: Avoid problems from referencing orphaned BOs after growing.Kenneth Graunke2018-01-191-0/+3
* i965: Replace cpu_map pointers with a "use_shadow_copy" boolean.Kenneth Graunke2018-01-171-1/+1
* i965: Track format and aux usage in the render cacheJason Ekstrand2018-01-161-1/+1
* i965/gen6-7/sol: Keep independent counters for the current and previous begin...Francisco Jerez2018-01-161-3/+6
* i965/gen6-7/sol: Restructure primitive counter into a separate type.Francisco Jerez2018-01-161-5/+33
* i965: Add ARB_get_program_binary support using nir_serializationJordan Justen2017-12-081-0/+15
* i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.Kenneth Graunke2017-12-041-16/+1
* i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.Kenneth Graunke2017-11-291-8/+11
* i965: Move perf_debug and WARN_ONCE back to brw_context.h.Kenneth Graunke2017-11-281-0/+29
* i965: Drop some reserved space remnants.Kenneth Graunke2017-11-151-1/+0
* i965: Fold ABO state upload code into the SSBO/UBO state upload code.Kenneth Graunke2017-11-151-6/+0
* i965: Make a better helper function for UBO/SSBO/ABO surface handling.Kenneth Graunke2017-11-151-10/+0
* i965: Track the depth and render caches separatelyJason Ekstrand2017-11-131-0/+7
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-5/+1
* i965: perf: list registers to program for queriesLionel Landwerlin2017-11-031-0/+15
* i965: perf: make revision variable availableLionel Landwerlin2017-11-031-0/+1
* i965: Calculate thread_count in brw_alloc_stage_scratchJordan Justen2017-10-311-2/+1
* i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke2017-10-241-1/+1
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-8/+9
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-131-1/+1
* i965: Delete dead brw_context fields.Kenneth Graunke2017-10-131-3/+0
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-121-0/+2
* i965: Implement ARB_indirect_parameters.Plamena Manolova2017-10-021-0/+8
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-261-6/+1
* 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