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: 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
*
i965: Rename batch->exec_objects to validation_list
Chris Wilson
2017-07-20
1
-1
/
+3
*
i965: Separate uploading push constant data from the pointer packets.
Kenneth Graunke
2017-07-13
1
-0
/
+3
*
i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.
Kenneth Graunke
2017-07-13
1
-0
/
+2
*
i965: Store per-stage push constant BO pointers.
Kenneth Graunke
2017-07-13
1
-1
/
+2
*
i965: Move surface resolves back to draw/dispatch time
Jason Ekstrand
2017-07-05
1
-0
/
+2
*
i965: Add Gen8+ sys_vars for generated OA code
Robert Bragg
2017-06-27
1
-0
/
+3
*
i965: Move brw_context format arrays to intel_screen
Chad Versace
2017-06-22
1
-2
/
+3
*
i965: Rename some vague format members of brw_context
Chad Versace
2017-06-22
1
-2
/
+2
*
mesa: replace ctx->Polygon._FrontBit with a helper function
Marek Olšák
2017-06-22
1
-0
/
+2
*
mesa: replace _mesa_update_stencil() with helper functions
Marek Olšák
2017-06-22
1
-0
/
+5
*
i965: convert MI_REPORT_PERF_COUNT to genxml
Lionel Landwerlin
2017-06-19
1
-0
/
+11
*
i965: Drop depth/stencil miptree pointers in alignment workaround
Topi Pohjolainen
2017-06-18
1
-3
/
+0
*
i965/gen4: Remove non-existing stencil and hiz buffer setup
Topi Pohjolainen
2017-06-18
1
-2
/
+4
*
i965: Improve conditional rendering in fallback paths.
Kenneth Graunke
2017-06-15
1
-1
/
+5
*
i965: Remove some unneeded fields from brw_context
Jason Ekstrand
2017-06-14
1
-12
/
+0
*
i965: Remove some of the remnants of meta
Jason Ekstrand
2017-06-14
1
-1
/
+0
*
i965: Add an end-of-pipe sync helper
Topi Pohjolainen
2017-06-14
1
-0
/
+1
*
i965: Take a uint64_t immediate in emit_pipe_control_write
Jason Ekstrand
2017-06-14
1
-1
/
+1
*
i965: Delete intel_resolve_map
Jason Ekstrand
2017-06-07
1
-1
/
+0
*
i965: Use BLORP for all HiZ ops
Jason Ekstrand
2017-06-07
1
-3
/
+0
*
i965: Remove unused 'use_resource_streamer' field
Matt Turner
2017-06-06
1
-1
/
+0
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-0
/
+2
[next]