aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
* intel: add a couple of ASSERTEDEric Engestrom2019-07-311-1/+1
* i965: leaking of upload-BO with push constantsSergii Romantsov2019-06-251-0/+10
* i965: Fixed the CopyImageSubData for ETC2 on Gen < 8Eleni Maria Stea2019-02-151-0/+5
* i965: Use info->textures_used instead of prog->SamplersUsed.Kenneth Graunke2019-02-111-5/+5
* i965: Drop unnecessary 'and' with prog->SamplerUnitsKenneth Graunke2019-02-111-1/+1
* i965/gen9: Add workarounds for object preemption.Rafael Antognolli2018-12-141-0/+63
* mesa: Factor out struct gl_vertex_format.Mathias Fröhlich2018-11-211-7/+7
* i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit2018-11-201-1/+2
* Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"Mark Janes2018-11-011-2/+1
* i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit2018-10-301-1/+2
* i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand2018-09-071-4/+91
* i965/draw: Fix adding the stencil bo to the depth cacheNanley Chery2018-07-131-1/+1
* i965/draw: Set the r8stencil flag after drawingNanley Chery2018-07-131-1/+11
* i965: Remove ring switching entirelyJason Ekstrand2018-05-221-1/+1
* i965: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-101-7/+0
* i965: Remove the gl_vertex_array indirection.Mathias Fröhlich2018-05-101-15/+10
* i965: Implement all_varyings_in_vbos in terms of Array._DrawVAO.Mathias Fröhlich2018-05-101-15/+2
* intel: activate the gl_BaseVertex loweringAntia Puentes2018-05-021-6/+2
* intel: emit is_indexed_draw in the same VE than gl_DrawIDAntia Puentes2018-05-021-7/+11
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-191-5/+9
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-311-2/+2
* i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich2018-03-311-6/+17
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-101-13/+15
* mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez2018-02-241-1/+1
* i965: Stop disabling aux during texture preparationJason Ekstrand2018-01-241-7/+5
* i965/draw: Set NEW_AUX_STATE when draw aux changesJason Ekstrand2018-01-241-1/+4
* i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand2018-01-241-16/+16
* i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand2018-01-241-2/+4
* i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand2018-01-241-2/+2
* vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.cBrian Paul2018-01-241-1/+17
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-241-1/+1
* i965: use vbo_set_[indirect]_draw_func()Brian Paul2018-01-241-3/+2
* i965: Don't try to disable render aux buffers for computeTopi Pohjolainen2018-01-241-2/+4
* i965/draw: Do resolves properly for textures used by TXFJason Ekstrand2018-01-161-0/+41
* i965: Track format and aux usage in the render cacheJason Ekstrand2018-01-161-6/+14
* i965: Call brw_cache_flush_for_render in predraw_resolve_framebufferJason Ekstrand2018-01-161-0/+2
* i965: Make use of brw_load_register_imm32() helper functionAnuj Phogat2017-11-141-5/+1
* i965: Add more precise cache tracking helpersJason Ekstrand2017-11-131-6/+6
* i965: Add stencil buffers to cache set regardless of stencil texturingJason Ekstrand2017-11-131-3/+1
* i965: Fix ARB_indirect_parameters logic.Plamena Manolova2017-10-301-31/+16
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-261-2/+11
* i965: Don't disable CCS for RT dependencies when dispatching compute.Kenneth Graunke2017-10-241-3/+3
* i965: Don't disable aux buffers for non-overlapping miplevels.Kenneth Graunke2017-10-191-3/+7
* i965: Remove the intel_miptree_prepare_fb_fetch wrapper.Kenneth Graunke2017-10-191-2/+9
* i965: Only resolve texture levels/layers that are accessed.Kenneth Graunke2017-10-191-2/+16
* i965: Make intel_miptree_prepare_texture() take level/layer arguments.Kenneth Graunke2017-10-191-0/+2
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-131-2/+2
* i965: Drop brw_bo_alloc in ARB_indirect_parameters implementation.Kenneth Graunke2017-10-111-1/+1
* i965: Disable auxiliary buffers when there are self-dependencies.Kenneth Graunke2017-10-101-17/+26
* i965: minor whitespace fixKenneth Graunke2017-10-101-1/+1