index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
6
-13
/
+13
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
6
-11
/
+11
*
i965/nir: fixup for new foreach_block()
Connor Abbott
2016-04-28
6
-80
/
+69
*
nir: rename lower_flrp to lower_flrp32
Samuel Iglesias Gonsálvez
2016-04-28
1
-1
/
+1
*
i965/blorp/gen8: Fix blitting of interleaved msaa surfaces
Topi Pohjolainen
2016-04-27
1
-2
/
+16
*
i965: Enable ARB_texture_stencil8 and OES_texture_stencil8 on Gen8+.
Kenneth Graunke
2016-04-26
3
-7
/
+2
*
i965: Fix MapTextureImage for multi-slice/level stencil buffers.
Kenneth Graunke
2016-04-26
1
-2
/
+2
*
i965: Move TCS output indirect_offset.file check out a level.
Kenneth Graunke
2016-04-26
1
-42
/
+46
*
i965/fs: Reduce the response length of sampler messages on Skylake.
Kenneth Graunke
2016-04-26
4
-5
/
+28
*
i965/fs: Use inst->regs_written for rlen for texture instructions
Jason Ekstrand
2016-04-26
2
-9
/
+3
*
i965/fs: Properly report regs_written from SAMPLEINFO
Jason Ekstrand
2016-04-26
2
-2
/
+9
*
i965/blorp: Set regs_written on texturing instructions
Jason Ekstrand
2016-04-26
1
-0
/
+1
*
i965: Don't force a header for texture offsets of 0.
Kenneth Graunke
2016-04-26
1
-1
/
+3
*
i965/blorp: Convert state setup to C
Jason Ekstrand
2016-04-26
4
-4
/
+3
*
i965/blorp: Make state setup C-safe
Jason Ekstrand
2016-04-26
3
-4
/
+4
*
i965/blorp: Convert brw_blorp.cpp to a C file
Jason Ekstrand
2016-04-26
2
-5
/
+2
*
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
7
-80
/
+71
*
i965/blorp: Turn coord_transform into a C-style struct
Jason Ekstrand
2016-04-26
2
-17
/
+16
*
i965/blorp: Turn blorp_surface_info into a C-style struct
Jason Ekstrand
2016-04-26
7
-69
/
+69
*
i965/blorp: Roll mip_info into surface_info
Jason Ekstrand
2016-04-26
2
-37
/
+17
*
i965/blorp: Get rid of the blorp_blit_params class
Jason Ekstrand
2016-04-26
2
-167
/
+131
*
i965/blorp: Remove the hiz params class
Jason Ekstrand
2016-04-26
2
-37
/
+42
*
i965/blorp: Remove the clear params classes
Jason Ekstrand
2016-04-26
1
-132
/
+83
*
i965/blorp: Remove the arguments to brw_blorp_params()
Jason Ekstrand
2016-04-26
2
-9
/
+5
*
i965/blorp: Refactor to get rid of the get_wm_prog virtual function
Jason Ekstrand
2016-04-26
7
-97
/
+58
*
i965/meta: initialize values to avoid random behaviour on error path
Juha-Pekka Heikkila
2016-04-26
1
-1
/
+1
*
meta: Avoid random memory access on error
Juha-Pekka Heikkila
2016-04-26
1
-1
/
+1
*
mesa: Remove every double semi-colon
Jakob Sinclair
2016-04-26
1
-1
/
+1
*
i965: Unroll SIMD16 DDY_FINE on Sandybridge.
Kenneth Graunke
2016-04-25
1
-1
/
+5
*
i965: Mark URB reads as volatile.
Kenneth Graunke
2016-04-25
1
-0
/
+3
*
i965: Make a few tessellation related functions non-static.
Kenneth Graunke
2016-04-25
3
-47
/
+51
*
i965/tex_image: Flush certain subnormal ASTC channel values
Nanley Chery
2016-04-23
1
-0
/
+87
*
i965/blorp: Enable for buffer resolves
Topi Pohjolainen
2016-04-23
1
-1
/
+1
*
i965/blorp: Enable for normal color clears
Topi Pohjolainen
2016-04-23
1
-0
/
+9
*
i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+
Topi Pohjolainen
2016-04-23
1
-7
/
+26
*
i965/blorp: Do not trigger re-emission of base state address
Topi Pohjolainen
2016-04-23
2
-2
/
+0
*
i965/blorp: Reconfigure base state address only if needed
Topi Pohjolainen
2016-04-23
3
-3
/
+7
*
i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bits
Topi Pohjolainen
2016-04-23
2
-5
/
+2
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
62
-46
/
+179
*
i965: Introduce state flag for blorp
Topi Pohjolainen
2016-04-23
2
-0
/
+3
*
i965/blorp/gen6: Use normal base state address setup
Topi Pohjolainen
2016-04-23
3
-54
/
+5
*
i965: Remove pointers to non-existing atoms
Topi Pohjolainen
2016-04-23
1
-8
/
+0
*
i965: Disable KHR_texture_compression_astc_hdr on Gen9
Nanley Chery
2016-04-22
2
-4
/
+3
*
i965: Disable channel expressions for scalar GS, TCS, TES.
Kenneth Graunke
2016-04-22
1
-1
/
+3
*
i965/blorp: Add support for 2x msaa
Topi Pohjolainen
2016-04-22
2
-10
/
+9
*
i965/blorp: Add support for encoding/decoding interleaved 2x msaa
Topi Pohjolainen
2016-04-22
1
-8
/
+36
*
i965: don't lower mod() in glsl ir
Samuel Iglesias Gonsálvez
2016-04-22
1
-1
/
+0
*
i965/surface_state: Use libisl functions for image format lowering
Jason Ekstrand
2016-04-21
3
-120
/
+12
[next]