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_blorp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/blorp: make upload_shader() return a bool indicating success or failure
Iago Toral Quiroga
2017-03-16
1
-1
/
+2
*
i965: Rename brw_format_for_mesa_format() to brw_isl_format_for_mesa_format()
Anuj Phogat
2017-03-09
1
-1
/
+1
*
i965: Move intel_debug.h to intel/common/gen_debug.h
Jason Ekstrand
2017-03-01
1
-1
/
+1
*
i965/blorp/gen6: Remove dead code in hiz setup
Topi Pohjolainen
2017-01-27
1
-9
/
+9
*
i965/blorp/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
1
-6
/
+4
*
i965/blorp: Use the correct ISL format for combined depth/stencil
Jason Ekstrand
2017-01-24
1
-0
/
+2
*
i965/blorp: Make post draw flush more explicit
Topi Pohjolainen
2017-01-18
1
-0
/
+22
*
i965/miptree: Create a disable CCS flag
Ben Widawsky
2017-01-02
1
-1
/
+1
*
i965/blorp: fix release build unused variable warning
Grazvydas Ignotas
2016-12-12
1
-3
/
+1
*
i965/gen8: Relax asserts prohibiting arrayed/mipmapped fast clears
Topi Pohjolainen
2016-11-25
1
-1
/
+1
*
i965: Restrict fast color clear on first slice only
Topi Pohjolainen
2016-11-25
1
-0
/
+8
*
i965: Track fast color clear state in level/layer granularity
Topi Pohjolainen
2016-11-25
1
-3
/
+0
*
i965: Add plumbing for fast clear layer/level details
Topi Pohjolainen
2016-11-25
1
-6
/
+12
*
i965: Provide slice details to renderbuffer fast clear state tracker
Topi Pohjolainen
2016-11-25
1
-1
/
+2
*
i965: Split per miptree and per slice/level fast clear bits
Topi Pohjolainen
2016-11-25
1
-1
/
+1
*
i965: Provide slice details to color resolver
Topi Pohjolainen
2016-11-25
1
-6
/
+7
*
i965: Refactor lossless compression state tracking
Topi Pohjolainen
2016-11-25
1
-6
/
+2
*
i965/meta: Split conversion of color and setting it
Topi Pohjolainen
2016-11-23
1
-1
/
+6
*
intel/blorp: Properly handle color compression in blorp_copy
Jason Ekstrand
2016-11-17
1
-2
/
+4
*
i965/blorp: Rework resolve handling
Jason Ekstrand
2016-11-17
1
-92
/
+88
*
intel/blorp: Take a fast_clear_op in ccs_resolve
Jason Ekstrand
2016-11-17
1
-1
/
+14
*
intel/blorp: Add plumbing for color resolve slice details
Pohjolainen, Topi
2016-11-17
1
-1
/
+1
*
i965/miptree: Create a hiz mcs type
Ben Widawsky
2016-11-08
1
-2
/
+2
*
i965: Drop the aux mt when not used
Ben Widawsky
2016-11-08
1
-2
/
+2
*
i965: Wrap MCS miptree in intel_miptree_aux_buffer
Jordan Justen
2016-11-08
1
-5
/
+5
*
intel/blorp: Pass a brw_stage_prog_data to upload_shader
Jason Ekstrand
2016-11-02
1
-1
/
+2
*
i965/miptree: Remove the stencil_as_y_tiled parameter from get_aligned_offset
Jason Ekstrand
2016-10-27
1
-2
/
+1
*
intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffers
Jason Ekstrand
2016-10-14
1
-6
/
+6
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-1
/
+1
*
i965/blorp: Add a copy_miptrees helper
Jason Ekstrand
2016-09-12
1
-0
/
+69
*
intel/blorp: Work in terms of logical array layers
Jason Ekstrand
2016-09-12
1
-4
/
+27
*
intel/blorp: Add a swizzle parameter to blorp_clear
Jason Ekstrand
2016-09-12
1
-2
/
+4
*
intel/blorp: Take a destination swizzle in blorp_blit
Jason Ekstrand
2016-09-12
1
-0
/
+1
*
intel/blorp: Take an isl_swizzle instead of a SWIZZLE
Jason Ekstrand
2016-09-12
1
-1
/
+27
*
i965/blorp: Use hw generetad primitive copies for layered clears
Topi Pohjolainen
2016-09-12
1
-24
/
+12
*
i965/blorp: Sanity check all layers before actual clear
Topi Pohjolainen
2016-09-12
1
-2
/
+5
*
intel/blorp: Add plumbing for setting color clear layer count
Topi Pohjolainen
2016-09-12
1
-3
/
+3
*
i965/rbc: Allocate mcs directly
Topi Pohjolainen
2016-09-12
1
-4
/
+6
*
i965/rbc: Allow integer formats as advertised in isl_format.c
Topi Pohjolainen
2016-09-12
1
-2
/
+1
*
intel/blorp: Add a format parameter to blorp_fast_clear
Jason Ekstrand
2016-08-29
1
-1
/
+3
*
i965/blorp: Remove the remaining brw prefixes from the blorp.h API
Jason Ekstrand
2016-08-29
1
-26
/
+26
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
1
-6
/
+6
*
i965/blorp: Get rid of brw_context
Jason Ekstrand
2016-08-29
1
-5
/
+21
*
i965/blorp: Take a blorp_context in compile_nir_shader
Jason Ekstrand
2016-08-29
1
-0
/
+2
*
i965/blorp: Add an "exec" function pointer to blorp_context
Jason Ekstrand
2016-08-29
1
-0
/
+8
*
i965/blorp: Use blorp_address in brw_blorp_surface instead of bo+offset
Jason Ekstrand
2016-08-29
1
-13
/
+26
*
i965/blorp: Add driver mocs settings to the context
Jason Ekstrand
2016-08-29
1
-0
/
+26
*
i965/blorp: Expose the shader cache through function pointers
Jason Ekstrand
2016-08-29
1
-0
/
+26
*
i965/blorp: Add a blorp_context struct and init/finish funcs
Jason Ekstrand
2016-08-29
1
-0
/
+6
*
i965/blorp: Don't clear an empty region
Jason Ekstrand
2016-08-19
1
-0
/
+4
[next]