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_blit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/blorp: Use flat inputs instead of uniforms
Topi Pohjolainen
2016-07-04
1
-11
/
+13
*
i965/blorp: Load tranformation coordinates as vec4
Topi Pohjolainen
2016-07-04
1
-14
/
+10
*
i965/blorp: Rename LOAD_UNIFORM to LOAD_INPUT
Topi Pohjolainen
2016-07-04
1
-9
/
+9
*
i965/blorp: Organize pixel kill and blend/scaled inputs into vec4s
Topi Pohjolainen
2016-07-04
1
-26
/
+32
*
i965/blorp: Rename push constants to inputs
Topi Pohjolainen
2016-07-04
1
-12
/
+12
*
i965/blorp: Only set src_z for gen8+ 3D textures
Jason Ekstrand
2016-06-22
1
-2
/
+9
*
blorp: Fix 16x multisample scaled blits
Anuj Phogat
2016-06-02
1
-7
/
+10
*
i965: Use blorp for all stencil blits
Jason Ekstrand
2016-05-14
1
-4
/
+0
*
i965/blorp: Add support for 16x MSAA
Jason Ekstrand
2016-05-14
1
-1
/
+76
*
i965/blorp: Get rid of the blorp_prog_data_int() helper
Jason Ekstrand
2016-05-14
1
-6
/
+2
*
i965/blorp: Delete the old blorp shader emit code
Jason Ekstrand
2016-05-14
1
-1280
/
+8
*
i965/blorp: Stop doing f2i(i2f(sample_id))
Jason Ekstrand
2016-05-14
1
-13
/
+23
*
i965/blorp: Refactor coordinate munging
Jason Ekstrand
2016-05-14
1
-30
/
+29
*
i965/blorp: Add bilinear blending support to the NIR path
Jason Ekstrand
2016-05-14
1
-6
/
+114
*
i965/blorp: Add support for averaging resolves to the NIR path
Jason Ekstrand
2016-05-14
1
-18
/
+145
*
i965/blorp: Add MSAA encode/decode support to the NIR path
Jason Ekstrand
2016-05-14
1
-9
/
+194
*
i965/blorp: Add support for W-[de]tiling to the NIR path
Jason Ekstrand
2016-05-14
1
-2
/
+123
*
i965/blorp: Add support for discard-based bounds checks to the NIR path
Jason Ekstrand
2016-05-14
1
-1
/
+18
*
i965/blorp: Add initial support for NIR-based blit shaders
Jason Ekstrand
2016-05-14
1
-24
/
+405
*
i965/blorp: Refactor getting the blit kernel into a helper
Jason Ekstrand
2016-05-14
1
-13
/
+22
*
blorp: Add initial state setup support for SIMD8 dispatch
Jason Ekstrand
2016-05-14
1
-1
/
+1
*
i965/blorp: Add a prog_data_init helper
Jason Ekstrand
2016-05-14
1
-1
/
+1
*
i965/blorp: Simplify the sample layout calculation
Jason Ekstrand
2016-05-14
1
-17
/
+7
*
i965: Set render state for lossless compressed
Topi Pohjolainen
2016-05-12
1
-0
/
+3
*
i965/blorp: Do not resolve lossless compressed blit sources
Topi Pohjolainen
2016-05-12
1
-1
/
+1
*
i965/blorp: Prepare blits for lossless compression
Topi Pohjolainen
2016-05-12
1
-5
/
+21
*
i965: Deferred allocation of mcs for lossless compressed
Topi Pohjolainen
2016-05-12
1
-0
/
+2
*
i965/blorp: Don't blend integer values during MSAA resolves
Jason Ekstrand
2016-05-10
1
-11
/
+19
*
i965/blorp: Turn brw_blorp_params into a C-style struct
Jason Ekstrand
2016-04-26
1
-1
/
+2
*
i965/blorp: Turn coord_transform into a C-style struct
Jason Ekstrand
2016-04-26
1
-10
/
+13
*
i965/blorp: Turn blorp_surface_info into a C-style struct
Jason Ekstrand
2016-04-26
1
-2
/
+4
*
i965/blorp: Get rid of the blorp_blit_params class
Jason Ekstrand
2016-04-26
1
-147
/
+131
*
i965/blorp: Refactor to get rid of the get_wm_prog virtual function
Jason Ekstrand
2016-04-26
1
-10
/
+2
*
i965/blorp: Add support for 2x msaa
Topi Pohjolainen
2016-04-22
1
-7
/
+7
*
i965/blorp: Add support for encoding/decoding interleaved 2x msaa
Topi Pohjolainen
2016-04-22
1
-8
/
+36
*
i965/blorp: Re-introduce clear programs
Topi Pohjolainen
2016-04-21
1
-2
/
+2
*
i965/blorp: Reduce scope for generator and its inputs
Topi Pohjolainen
2016-04-21
1
-13
/
+10
*
i965/blorp: Enable blits on gen8
Topi Pohjolainen
2016-04-21
1
-3
/
+3
*
i965/blorp: Prepare stencil sampling for gen8
Topi Pohjolainen
2016-04-21
1
-2
/
+2
*
i965/blorp: Add check for supported sample numbers
Topi Pohjolainen
2016-04-21
1
-0
/
+10
*
i965/blorp: Add support for sampling 3D textures
Topi Pohjolainen
2016-04-21
1
-4
/
+14
*
i965/blorp: Add support for source swizzle
Topi Pohjolainen
2016-04-21
1
-4
/
+14
*
i965/blorp: Prepare sampling for gen9
Topi Pohjolainen
2016-04-21
1
-2
/
+14
*
i965/blorp: Prepare render target write for gen8
Topi Pohjolainen
2016-04-21
1
-1
/
+1
*
i965/blorp: Make BlitFramebuffer() do sRGB encoding in ES 3.x.
Kenneth Graunke
2016-03-21
1
-1
/
+4
*
i965/blorp: Refactor sRGB encoding/decoding.
Kenneth Graunke
2016-03-21
1
-4
/
+14
*
i965: Add a few assertions on lossless compression
Topi Pohjolainen
2016-02-16
1
-0
/
+5
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
1
-1
/
+1
*
i965: remove trailing spaces in various files
Iago Toral Quiroga
2015-11-25
1
-1
/
+1
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-1
/
+0
[next]