summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: silence coverity warningLionel Landwerlin2017-10-101-1/+1
* i965: Implement ARB_indirect_parameters.Plamena Manolova2017-10-021-0/+103
* i965: Refactor brw_try_draw_prims.Plamena Manolova2017-10-021-117/+119
* i965: Indroduce brw_finish_drawing.Plamena Manolova2017-10-021-7/+14
* i965: Introduce brw_prepare_drawing.Plamena Manolova2017-10-021-19/+27
* i965: Disentangle batch and state buffer flushing.Kenneth Graunke2017-09-141-14/+4
* i965: drop brw->is_haswell in favor of devinfo->is_haswellLionel Landwerlin2017-08-301-1/+1
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-9/+13
* i965: Fix missing newlines in perf_debug messages.Kenneth Graunke2017-08-171-2/+2
* i965: Reduce passing 2x32b of reloc_domains to 2 bitsChris Wilson2017-08-041-7/+0