index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: add a couple of ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
i965: leaking of upload-BO with push constants
Sergii Romantsov
2019-06-25
1
-0
/
+10
*
i965: Fixed the CopyImageSubData for ETC2 on Gen < 8
Eleni Maria Stea
2019-02-15
1
-0
/
+5
*
i965: Use info->textures_used instead of prog->SamplersUsed.
Kenneth Graunke
2019-02-11
1
-5
/
+5
*
i965: Drop unnecessary 'and' with prog->SamplerUnits
Kenneth Graunke
2019-02-11
1
-1
/
+1
*
i965/gen9: Add workarounds for object preemption.
Rafael Antognolli
2018-12-14
1
-0
/
+63
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
1
-7
/
+7
*
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
2018-11-20
1
-1
/
+2
*
Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"
Mark Janes
2018-11-01
1
-2
/
+1
*
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
2018-10-30
1
-1
/
+2
*
i965: Workaround the gen9 hw astc5x5 sampler bug
Jason Ekstrand
2018-09-07
1
-4
/
+91
*
i965/draw: Fix adding the stencil bo to the depth cache
Nanley Chery
2018-07-13
1
-1
/
+1
*
i965/draw: Set the r8stencil flag after drawing
Nanley Chery
2018-07-13
1
-1
/
+11
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
1
-1
/
+1
*
i965: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
1
-7
/
+0
*
i965: Remove the gl_vertex_array indirection.
Mathias Fröhlich
2018-05-10
1
-15
/
+10
*
i965: Implement all_varyings_in_vbos in terms of Array._DrawVAO.
Mathias Fröhlich
2018-05-10
1
-15
/
+2
*
intel: activate the gl_BaseVertex lowering
Antia Puentes
2018-05-02
1
-6
/
+2
*
intel: emit is_indexed_draw in the same VE than gl_DrawID
Antia Puentes
2018-05-02
1
-7
/
+11
*
intel: Handle firstvertex in an identical way to BaseVertex
Antia Puentes
2018-04-19
1
-5
/
+9
*
tnl: Push down the gl_vertex_array inputs into tnl drivers.
Mathias Fröhlich
2018-03-31
1
-2
/
+2
*
i965: Push down the gl_vertex_array inputs into i965.
Mathias Fröhlich
2018-03-31
1
-6
/
+17
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-13
/
+15
*
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
Francisco Jerez
2018-02-24
1
-1
/
+1
*
i965: Stop disabling aux during texture preparation
Jason Ekstrand
2018-01-24
1
-7
/
+5
*
i965/draw: Set NEW_AUX_STATE when draw aux changes
Jason Ekstrand
2018-01-24
1
-1
/
+4
*
i965: Replace draw_aux_buffer_disabled with draw_aux_usage
Jason Ekstrand
2018-01-24
1
-16
/
+16
*
i965/miptree: Add an aux_disabled parameter to render_aux_usage
Jason Ekstrand
2018-01-24
1
-2
/
+4
*
i965/miptree: Take an aux_usage in prepare/finish_render
Jason Ekstrand
2018-01-24
1
-2
/
+2
*
vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
Brian Paul
2018-01-24
1
-1
/
+17
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-1
/
+1
*
i965: use vbo_set_[indirect]_draw_func()
Brian Paul
2018-01-24
1
-3
/
+2
*
i965: Don't try to disable render aux buffers for compute
Topi Pohjolainen
2018-01-24
1
-2
/
+4
*
i965/draw: Do resolves properly for textures used by TXF
Jason Ekstrand
2018-01-16
1
-0
/
+41
*
i965: Track format and aux usage in the render cache
Jason Ekstrand
2018-01-16
1
-6
/
+14
*
i965: Call brw_cache_flush_for_render in predraw_resolve_framebuffer
Jason Ekstrand
2018-01-16
1
-0
/
+2
*
i965: Make use of brw_load_register_imm32() helper function
Anuj Phogat
2017-11-14
1
-5
/
+1
*
i965: Add more precise cache tracking helpers
Jason Ekstrand
2017-11-13
1
-6
/
+6
*
i965: Add stencil buffers to cache set regardless of stencil texturing
Jason Ekstrand
2017-11-13
1
-3
/
+1
*
i965: Fix ARB_indirect_parameters logic.
Plamena Manolova
2017-10-30
1
-31
/
+16
*
i965/miptree: Take an isl_format in render_aux_usage
Jason Ekstrand
2017-10-26
1
-2
/
+11
*
i965: Don't disable CCS for RT dependencies when dispatching compute.
Kenneth Graunke
2017-10-24
1
-3
/
+3
*
i965: Don't disable aux buffers for non-overlapping miplevels.
Kenneth Graunke
2017-10-19
1
-3
/
+7
*
i965: Remove the intel_miptree_prepare_fb_fetch wrapper.
Kenneth Graunke
2017-10-19
1
-2
/
+9
*
i965: Only resolve texture levels/layers that are accessed.
Kenneth Graunke
2017-10-19
1
-2
/
+16
*
i965: Make intel_miptree_prepare_texture() take level/layer arguments.
Kenneth Graunke
2017-10-19
1
-0
/
+2
*
i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrap
Kenneth Graunke
2017-10-13
1
-2
/
+2
*
i965: Drop brw_bo_alloc in ARB_indirect_parameters implementation.
Kenneth Graunke
2017-10-11
1
-1
/
+1
*
i965: Disable auxiliary buffers when there are self-dependencies.
Kenneth Graunke
2017-10-10
1
-17
/
+26
*
i965: minor whitespace fix
Kenneth Graunke
2017-10-10
1
-1
/
+1
[next]