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_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Track format and aux usage in the render cache
Jason Ekstrand
2018-01-16
1
-1
/
+1
*
i965/gen6-7/sol: Keep independent counters for the current and previous begin...
Francisco Jerez
2018-01-16
1
-3
/
+6
*
i965/gen6-7/sol: Restructure primitive counter into a separate type.
Francisco Jerez
2018-01-16
1
-5
/
+33
*
i965: Add ARB_get_program_binary support using nir_serialization
Jordan Justen
2017-12-08
1
-0
/
+15
*
i965: Move PIPE_CONTROL defines and prototypes to brw_pipe_control.h.
Kenneth Graunke
2017-12-04
1
-16
/
+1
*
i965: Reorganize batch/state BO fields into a 'brw_growing_bo' struct.
Kenneth Graunke
2017-11-29
1
-8
/
+11
*
i965: Move perf_debug and WARN_ONCE back to brw_context.h.
Kenneth Graunke
2017-11-28
1
-0
/
+29
*
i965: Drop some reserved space remnants.
Kenneth Graunke
2017-11-15
1
-1
/
+0
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
1
-6
/
+0
*
i965: Make a better helper function for UBO/SSBO/ABO surface handling.
Kenneth Graunke
2017-11-15
1
-10
/
+0
*
i965: Track the depth and render caches separately
Jason Ekstrand
2017-11-13
1
-0
/
+7
*
dri: Change __DriverApiRec::CreateContext to take a struct for attribs
Neil Roberts
2017-11-06
1
-5
/
+1
*
i965: perf: list registers to program for queries
Lionel Landwerlin
2017-11-03
1
-0
/
+15
*
i965: perf: make revision variable available
Lionel Landwerlin
2017-11-03
1
-0
/
+1
*
i965: Calculate thread_count in brw_alloc_stage_scratch
Jordan Justen
2017-10-31
1
-2
/
+1
*
i965: Don't disable CCS for RT dependencies when dispatching compute.
Kenneth Graunke
2017-10-24
1
-1
/
+1
*
egl,dri: Propagate context priority hint to driver->CreateContext
Chris Wilson
2017-10-20
1
-8
/
+9
*
i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrap
Kenneth Graunke
2017-10-13
1
-1
/
+1
*
i965: Delete dead brw_context fields.
Kenneth Graunke
2017-10-13
1
-3
/
+0
*
i965: Store image_param in brw_context instead of prog_data
Jason Ekstrand
2017-10-12
1
-0
/
+2
*
i965: Implement ARB_indirect_parameters.
Plamena Manolova
2017-10-02
1
-0
/
+8
*
i965: Convert brw->*_program into a brw->programs[i] array.
Kenneth Graunke
2017-09-26
1
-6
/
+1
*
i965: Delete dead meta stencil blit program fields from brw_context.
Kenneth Graunke
2017-09-25
1
-3
/
+0
*
i965/gen8: Remove unused gen8_emit_3dstate_multisample()
Topi Pohjolainen
2017-09-21
1
-1
/
+0
*
i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATE
Iago Toral Quiroga
2017-09-18
1
-2
/
+2
*
i965: Use a separate state buffer, but avoid changing flushing behavior.
Kenneth Graunke
2017-09-14
1
-2
/
+8
*
i965: Refactor relocs into a brw_reloc_list structure.
Kenneth Graunke
2017-09-14
1
-4
/
+8
*
i965: Move BATCH_SZ define into intel_batchbuffer.c.
Kenneth Graunke
2017-09-01
1
-1
/
+0
*
i965: drop unused brw->needs_unlit_centroid_workaround
Lionel Landwerlin
2017-08-30
1
-9
/
+0
*
i965: drop brw->has_surface_tile_offset in favor of devinfo's
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->no_simd8
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_pln
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->must_use_separate_stencil in favor of devinfo's
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_negative_rhw_bug
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop unused brw->has_compr4
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->is_broxton
Lionel Landwerlin
2017-08-30
1
-2
/
+0
*
i965: drop brw->is_cherryview in favor of devinfo->is_cherryview
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->is_haswell in favor of devinfo->is_haswell
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->is_baytrail in favor of devinfo->is_baytrail
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: drop brw->gt in favor of devinfo->gt
Lionel Landwerlin
2017-08-30
1
-2
/
+0
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-1
/
+0
*
i965: Devirtualize update_renderbuffer_surface.
Kenneth Graunke
2017-08-23
1
-5
/
+0
*
i965: Delete update_renderbuffer_surface flags.
Kenneth Graunke
2017-08-23
1
-1
/
+1
*
i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
Kenneth Graunke
2017-08-23
1
-0
/
+2
*
i965: Use ISL for emitting null surface states.
Kenneth Graunke
2017-08-19
1
-5
/
+0
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-2
/
+1
*
i965: Use I915_EXEC_BATCH_FIRST when available.
Kenneth Graunke
2017-08-04
1
-0
/
+1
*
i965: Drop non-LLC lunacy in the program cache code.
Kenneth Graunke
2017-07-22
1
-1
/
+0
[next]