index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
i965: silence coverity warning
Lionel Landwerlin
2017-10-10
1
-1
/
+1
*
i965: Implement ARB_indirect_parameters.
Plamena Manolova
2017-10-02
1
-0
/
+103
*
i965: Refactor brw_try_draw_prims.
Plamena Manolova
2017-10-02
1
-117
/
+119
*
i965: Indroduce brw_finish_drawing.
Plamena Manolova
2017-10-02
1
-7
/
+14
*
i965: Introduce brw_prepare_drawing.
Plamena Manolova
2017-10-02
1
-19
/
+27
*
i965: Disentangle batch and state buffer flushing.
Kenneth Graunke
2017-09-14
1
-14
/
+4
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-9
/
+13
*
i965: Fix missing newlines in perf_debug messages.
Kenneth Graunke
2017-08-17
1
-2
/
+2
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-7
/
+0
[next]