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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move blorp into src/intel/blorp
Jason Ekstrand
2016-08-29
1
-1
/
+1
*
i965/blorp: Remove the remaining brw prefixes from the blorp.h API
Jason Ekstrand
2016-08-29
1
-5
/
+5
*
i965: Move the hiz_op enum to blorp
Jason Ekstrand
2016-08-29
1
-1
/
+1
*
i965/blorp: Add an "exec" function pointer to blorp_context
Jason Ekstrand
2016-08-29
1
-0
/
+11
*
i965/blorp: Add a blorp_context struct and init/finish funcs
Jason Ekstrand
2016-08-29
1
-0
/
+2
*
i965: Split brw_blorp.c/h into multiple files
Jason Ekstrand
2016-08-17
1
-408
/
+6
*
i965/blorp: Make the guts of brw_blorp_blit_miptrees miptree-unaware
Jason Ekstrand
2016-08-17
1
-0
/
+14
*
i965/blorp: Add a new brw_blorp_surf intermediate struct
Jason Ekstrand
2016-08-17
1
-2
/
+28
*
i965/blorp: Do gen6 stencil offsets up-front
Jason Ekstrand
2016-08-17
1
-6
/
+0
*
i965/blorp: Set up HiZ surfaces up-front
Jason Ekstrand
2016-08-17
1
-2
/
+0
*
i964/blorp: Set up most aux surfaces up-front
Jason Ekstrand
2016-08-17
1
-0
/
+4
*
i965/blorp: Stop using the miptree in state setup for tex/rt surfaces
Jason Ekstrand
2016-08-17
1
-1
/
+2
*
i965/blorp: Remove unused fields from blorp_surface_info
Jason Ekstrand
2016-08-17
1
-16
/
+0
*
i965/blorp: Only do offset hacks for fake W-tiling and IMS
Jason Ekstrand
2016-08-17
1
-0
/
+6
*
i965/blorp: Add a z_offset field to blorp_surface_info
Jason Ekstrand
2016-08-17
1
-0
/
+3
*
i965/blorp: Get rid of brw_blorp_surface_info::width/height
Jason Ekstrand
2016-08-17
1
-12
/
+0
*
i965/blorp: Add an isl_view to blorp_surface_info
Jason Ekstrand
2016-08-17
1
-14
/
+2
*
i965/blorp: Move intratile offset calculations out of surface state setup
Jason Ekstrand
2016-08-17
1
-13
/
+2
*
i965/blorp: Get rid of brw_blorp_surface_info::array_layout
Jason Ekstrand
2016-08-17
1
-9
/
+0
*
i965/blorp: Use isl_msaa_layout instead of intel_msaa_layout
Jason Ekstrand
2016-08-17
1
-10
/
+4
*
i965/blorp: Use the ISL aux_layout for deciding whether to do an MCS fetch
Jason Ekstrand
2016-08-17
1
-0
/
+2
*
i965/blorp: Get rid of brw_blorp_surface_info::num_samples
Jason Ekstrand
2016-08-17
1
-2
/
+0
*
i965/blorp: Get rid of brw_blorp_surface_info::map_stencil_as_y_tiled
Jason Ekstrand
2016-08-17
1
-15
/
+0
*
i965/blorp: Remove compute_tile_offsets
Jason Ekstrand
2016-08-17
1
-5
/
+0
*
i965/blorp: Create the isl_surf up-front
Jason Ekstrand
2016-08-17
1
-0
/
+5
*
i965/blorp: Add a generic ISL-based surface state emit path
Jason Ekstrand
2016-07-15
1
-0
/
+6
*
i965: Remove trailing whitespace
Iago Toral Quiroga
2016-07-05
1
-1
/
+1
*
i965: Make inline function static
Iago Toral Quiroga
2016-07-05
1
-1
/
+1
*
i965/blorp: Remove support for push constants
Topi Pohjolainen
2016-07-04
1
-15
/
+0
*
i965/blorp: Fix the size requirement for vertex elements
Topi Pohjolainen
2016-07-04
1
-1
/
+2
*
i965/blorp: Load tranformation coordinates as vec4
Topi Pohjolainen
2016-07-04
1
-2
/
+1
*
i965/blorp: Organize pixel kill and blend/scaled inputs into vec4s
Topi Pohjolainen
2016-07-04
1
-8
/
+32
*
i965/blorp: Prepare for more than two vertex attributes
Topi Pohjolainen
2016-07-04
1
-0
/
+13
*
i965/blorp: Store input read mask
Topi Pohjolainen
2016-07-04
1
-0
/
+1
*
i965/blorp: Rename push constants to inputs
Topi Pohjolainen
2016-07-04
1
-4
/
+4
*
i965/blorp: Use prog data counters to guide sf/sbe setup
Topi Pohjolainen
2016-06-23
1
-1
/
+7
*
i965/blorp: Get rid of the blorp_prog_data_int() helper
Jason Ekstrand
2016-05-14
1
-2
/
+0
*
i965/blorp: Add a helper for compiling NIR shaders
Jason Ekstrand
2016-05-14
1
-0
/
+10
*
blorp: Add initial state setup support for SIMD8 dispatch
Jason Ekstrand
2016-05-14
1
-1
/
+7
*
i965/blorp: Add a param array to prog_data
Jason Ekstrand
2016-05-14
1
-0
/
+11
*
i965/blorp: Add a prog_data_init helper
Jason Ekstrand
2016-05-14
1
-0
/
+2
*
i965/blorp: Set full resolve for lossless compressed
Topi Pohjolainen
2016-05-12
1
-1
/
+4
*
i965/blorp: Make all of brw_blorp.h accessible to C
Jason Ekstrand
2016-04-26
1
-9
/
+8
*
i965/blorp: Turn brw_blorp_params into a C-style struct
Jason Ekstrand
2016-04-26
1
-21
/
+20
*
i965/blorp: Turn coord_transform into a C-style struct
Jason Ekstrand
2016-04-26
1
-7
/
+3
*
i965/blorp: Turn blorp_surface_info into a C-style struct
Jason Ekstrand
2016-04-26
1
-15
/
+17
*
i965/blorp: Roll mip_info into surface_info
Jason Ekstrand
2016-04-26
1
-19
/
+9
*
i965/blorp: Get rid of the blorp_blit_params class
Jason Ekstrand
2016-04-26
1
-20
/
+0
*
i965/blorp: Remove the hiz params class
Jason Ekstrand
2016-04-26
1
-17
/
+4
*
i965/blorp: Remove the arguments to brw_blorp_params()
Jason Ekstrand
2016-04-26
1
-3
/
+1
[next]