summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_draw.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-02i965: add and fix fallthrough commentsTimothy Arceri1-1/+1
2020-03-10i965: Make use of the vertex format functions in i965.Mathias Fröhlich1-6/+4
2020-03-10i965: Remove glbinding from brw_vertex_element.Mathias Fröhlich1-6/+0
2020-03-10i965: Reorder workaround flags computation.Mathias Fröhlich1-26/+49
2020-03-10i965: Split merge_inputs and clear_buffers.Mathias Fröhlich1-10/+23
2020-02-28mesa: move num_instances and base_instance out of _mesa_primMarek Olšák1-20/+25
2020-02-28mesa: remove redundant _mesa_prim::is_indexedMarek Olšák1-9/+10
2020-02-28mesa/i965: remove _mesa_prim::indirect_offsetMarek Olšák1-14/+21
2020-02-28mesa: remove unused "indirect" parameter from Driver.DrawMarek Olšák1-5/+3
2020-02-28i965: stop using "indirect" parameter from Driver.Draw (non-indirect)Marek Olšák1-9/+12
2020-02-11í965: don't use _mesa_prim::is_indirectMarek Olšák1-7/+7
2019-07-31intel: add a couple of ASSERTEDEric Engestrom1-1/+1
2019-06-25i965: leaking of upload-BO with push constantsSergii Romantsov1-0/+10
2019-02-15i965: Fixed the CopyImageSubData for ETC2 on Gen < 8Eleni Maria Stea1-0/+5
2019-02-11i965: Use info->textures_used instead of prog->SamplersUsed.Kenneth Graunke1-5/+5
2019-02-11i965: Drop unnecessary 'and' with prog->SamplerUnitsKenneth Graunke1-1/+1
2018-12-14i965/gen9: Add workarounds for object preemption.Rafael Antognolli1-0/+63
2018-11-21mesa: Factor out struct gl_vertex_format.Mathias Fröhlich1-7/+7
2018-11-20i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit1-1/+2
2018-11-01Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"Mark Janes1-2/+1
2018-10-30i965/batch: avoid reverting batch buffer if saved state is an emptyAndrii Simiklit1-1/+2
2018-09-07i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand1-4/+91
2018-07-13i965/draw: Fix adding the stencil bo to the depth cacheNanley Chery1-1/+1
2018-07-13i965/draw: Set the r8stencil flag after drawingNanley Chery1-1/+11
2018-05-22i965: Remove ring switching entirelyJason Ekstrand1-1/+1
2018-05-10i965: Remove the now unused gl_vertex_array.Mathias Fröhlich1-7/+0
2018-05-10i965: Remove the gl_vertex_array indirection.Mathias Fröhlich1-15/+10
2018-05-10i965: Implement all_varyings_in_vbos in terms of Array._DrawVAO.Mathias Fröhlich1-15/+2
2018-05-02intel: activate the gl_BaseVertex loweringAntia Puentes1-6/+2
2018-05-02intel: emit is_indexed_draw in the same VE than gl_DrawIDAntia Puentes1-7/+11
2018-04-19intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes1-5/+9
2018-03-31tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich1-2/+2
2018-03-31i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich1-6/+17
2018-03-10mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich1-13/+15
2018-02-24mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez1-1/+1
2018-01-24i965: Stop disabling aux during texture preparationJason Ekstrand1-7/+5
2018-01-24i965/draw: Set NEW_AUX_STATE when draw aux changesJason Ekstrand1-1/+4
2018-01-24i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand1-16/+16
2018-01-24i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand1-2/+4
2018-01-24i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand1-2/+2
2018-01-24vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.cBrian Paul1-1/+17
2018-01-24vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul1-1/+1
2018-01-24i965: use vbo_set_[indirect]_draw_func()Brian Paul1-3/+2
2018-01-24i965: Don't try to disable render aux buffers for computeTopi Pohjolainen1-2/+4
2018-01-16i965/draw: Do resolves properly for textures used by TXFJason Ekstrand1-0/+41
2018-01-16i965: Track format and aux usage in the render cacheJason Ekstrand1-6/+14
2018-01-16i965: Call brw_cache_flush_for_render in predraw_resolve_framebufferJason Ekstrand1-0/+2
2017-11-14i965: Make use of brw_load_register_imm32() helper functionAnuj Phogat1-5/+1
2017-11-13i965: Add more precise cache tracking helpersJason Ekstrand1-6/+6
2017-11-13i965: Add stencil buffers to cache set regardless of stencil texturingJason Ekstrand1-3/+1