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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
8
-7
/
+682
*
virgl: Add support for passing GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Gert Wollny
2018-05-10
1
-1
/
+2
*
r600: fix constant buffer bounds.
Dave Airlie
2018-05-10
2
-2
/
+2
*
i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROL
Jason Ekstrand
2018-05-09
2
-1
/
+3
*
radv: handle arrays in the fmask descriptor.
Dave Airlie
2018-05-10
1
-1
/
+1
*
gallium/tests: Fix assignment of EXTRA_DIST
Matt Turner
2018-05-09
1
-3
/
+1
*
main: fail texture_storage() call if the size is not okay
Xiong, James
2018-05-10
1
-0
/
+1
*
main: return 0 length when the queried program object's not linked
Xiong, James
2018-05-10
1
-1
/
+1
*
i965: Shut up unused variable warnings.
Kenneth Graunke
2018-05-09
1
-6
/
+7
*
src/intel/Makefile.vulkan.am: add missing MKDIR_GEN
Ross Burton
2018-05-09
1
-0
/
+2
*
mesa: fix error handling in get_framebuffer_parameteriv
Rhys Perry
2018-05-09
1
-31
/
+41
*
anv: emit pixel scoreboard stall before ISP disable
Lionel Landwerlin
2018-05-09
1
-1
/
+8
*
i965: require pixel scoreboard stall prior to ISP disable
Lionel Landwerlin
2018-05-09
1
-1
/
+8
*
intel/isl: Allow CCS_E on 1010102 formats
Jason Ekstrand
2018-05-09
1
-11
/
+0
*
intel/blorp: Allow CCS copies of 1010102 formats
Jason Ekstrand
2018-05-09
1
-0
/
+6
*
intel/blorp: Add support for more format bitcasting
Jason Ekstrand
2018-05-09
2
-23
/
+95
*
intel/blorp: Use nir_format_bitcast_uint_vec_unmasked
Jason Ekstrand
2018-05-09
1
-41
/
+16
*
nir/format_convert: Add code for bitcasting vectors
Jason Ekstrand
2018-05-09
1
-0
/
+53
*
intel/blorp: Use ISL instead of bitcast_color_value_to_uint
Jason Ekstrand
2018-05-09
1
-73
/
+10
*
intel/isl: Add format conversion code
Jason Ekstrand
2018-05-09
5
-2
/
+224
*
intel/isl/format: Get rid of the ALPHA colorspace
Jason Ekstrand
2018-05-09
2
-8
/
+8
*
intel/isl/format: Add field locations informations to channel_layout
Jason Ekstrand
2018-05-09
2
-2
/
+13
*
intel/isl/format: Add a column for channel order to the table
Jason Ekstrand
2018-05-09
2
-281
/
+282
*
i965/blorp: Remove a pile of blorp_blit restrictions
Jason Ekstrand
2018-05-09
1
-30
/
+33
*
i965/blorp: Allow blorp blits for 16x MSAA
Jason Ekstrand
2018-05-09
1
-4
/
+0
*
anv: Allow blitting to/from any supported format
Jason Ekstrand
2018-05-09
2
-7
/
+6
*
intel/blorp: Support the RGB workaround on more formats
Jason Ekstrand
2018-05-09
1
-20
/
+53
*
intel/blorp: Silently convert RGBX destination formats to RGBA
Jason Ekstrand
2018-05-09
1
-0
/
+4
*
intel/isl: Add some helpers for working with RGBX formats
Jason Ekstrand
2018-05-09
2
-0
/
+43
*
intel/blorp: Handle more exotic destination formats
Jason Ekstrand
2018-05-09
2
-0
/
+54
*
intel/blorp: Include nir_format_convert.h in blorp_blit.c
Jason Ekstrand
2018-05-09
1
-19
/
+1
*
nir/format_convert: Add a function to pack RGB9_E5 formats
Jason Ekstrand
2018-05-09
1
-0
/
+64
*
nir/format_convert: Add pack/unpack for R11F_G11F_B10F
Jason Ekstrand
2018-05-09
1
-0
/
+38
*
nir/format_convert: Add linear <-> sRGB helpers
Jason Ekstrand
2018-05-09
1
-0
/
+26
*
nir: Add the start of a format conversion helper header
Jason Ekstrand
2018-05-09
3
-0
/
+108
*
intel/blorp: Add swizzle support for all hardware
Jason Ekstrand
2018-05-09
2
-1
/
+69
*
intel/isl: Add a helper for inverting swizzles
Jason Ekstrand
2018-05-09
2
-0
/
+32
*
intel/isl: Add a helper for composing swizzles
Jason Ekstrand
2018-05-09
2
-0
/
+38
*
intel/isl: Add an isl_swizzle_supports_rendering helper
Jason Ekstrand
2018-05-09
3
-32
/
+71
*
i965/surface_state: Use an identity swizzle pre-Haswell
Jason Ekstrand
2018-05-09
1
-0
/
+6
*
blorp: Handle the RGB workaround more like other workarounds
Jason Ekstrand
2018-05-09
1
-30
/
+30
*
i965: silence unused variable
Lionel Landwerlin
2018-05-09
1
-1
/
+0
*
intel: devinfo: silence coverity warning
Lionel Landwerlin
2018-05-09
1
-0
/
+1
*
dri3: Only update number of back buffers in loader_dri3_get_buffers
Michel Dänzer
2018-05-09
1
-8
/
+11
*
anv: ignore pColorBlendState if all color attachments of the subpass are unused
Samuel Iglesias Gonsálvez
2018-05-09
2
-3
/
+13
*
mesa: remove hard-coded OpenGL 3.2 compat limit
Timothy Arceri
2018-05-09
1
-8
/
+0
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
5
-3
/
+10
*
mesa: dont call _mesa_override_glsl_version() in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-3
/
+0
*
mesa: dont set GLSLVersion in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-1
/
+0
*
pipe-loader: Free driver_name in error path
Jan Vesely
2018-05-08
1
-0
/
+1
[next]