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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context's driconf flags to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-8
/
+8
*
i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.
Eric Anholt
2013-06-26
1
-0
/
+22
*
i965/gen7+: Implement fast color clear operation in BLORP.
Paul Berry
2013-06-12
1
-0
/
+1
*
i965: Implement color clears using a simple shader in blorp.
Eric Anholt
2013-04-30
1
-0
/
+4
*
i965: Don't flush the batch at the end of blorp.
Eric Anholt
2013-04-30
1
-0
/
+19
*
intel: Replace checks for hiz_mt with intel_has*hiz()
Chad Versace
2013-04-10
1
-1
/
+1
*
i965/blorp: Add fields brw_blorp_mip_info::level,layer
Chad Versace
2013-04-10
1
-0
/
+4
*
i965/blorp: Align rectangle primitive for hiz ops
Chad Versace
2013-04-10
1
-0
/
+29
*
intel: Push face/level -> slice handling to the caller of get_image_offset().
Eric Anholt
2012-11-19
1
-1
/
+1
*
i965/blorp: Fix sRGB MSAA resolves.
Paul Berry
2012-09-24
1
-8
/
+6
*
i965/blorp: Add support for blits between SRGB and linear formats.
Kenneth Graunke
2012-09-20
1
-2
/
+3
*
intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.
Paul Berry
2012-09-12
1
-1
/
+2
*
intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.
Paul Berry
2012-09-12
1
-1
/
+2
*
i965/blorp: Account for offsets when emitting SURFACE_STATE.
Paul Berry
2012-09-12
1
-0
/
+25
*
i965/blorp: Don't create a dummy renderbuffer just to fetch image offsets.
Paul Berry
2012-09-12
1
-8
/
+1
*
i965/blorp: store x and y offsets in brw_blorp_mip_info.
Paul Berry
2012-09-12
1
-18
/
+12
*
i965/blorp: store surface width/height in brw_blorp_mip_info.
Paul Berry
2012-09-12
1
-2
/
+7
*
i965/msaa: Add an enum to describe MSAA layout.
Paul Berry
2012-07-11
1
-0
/
+1
*
i965/blorp: Implement logic for additional buffer formats.
Paul Berry
2012-06-07
1
-4
/
+33
*
i965/blorp: Refactor surface format determination.
Paul Berry
2012-06-07
1
-0
/
+2
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
1
-0
/
+1
*
i965/blorp: Emit sample index in SAMPLE_LD message when necessary
Paul Berry
2012-05-25
1
-5
/
+2
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
1
-1
/
+0
*
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2012-05-23
1
-0
/
+11
*
i965/blorp: Move exec() out of brw_blorp_params.
Paul Berry
2012-05-15
1
-3
/
+3
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-2
/
+8
*
i965/gen6+: Add code to perform blits on the render path ("blorp").
Paul Berry
2012-05-15
1
-1
/
+31
*
i965: Parameterize HiZ code to prepare for adding blitting.
Paul Berry
2012-05-15
1
-0
/
+108