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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9
Plamena Manolova
2019-03-14
1
-1
/
+24
*
i965: remove scaling factors from P010, P012
Tapani Pälli
2019-03-14
1
-2
/
+2
*
i965: Reimplement all the PIPE_CONTROL rules.
Kenneth Graunke
2019-03-11
1
-136
/
+403
*
i965: Use genxml for emitting PIPE_CONTROL.
Kenneth Graunke
2019-03-11
7
-230
/
+362
*
i965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE.
Kenneth Graunke
2019-03-11
2
-2
/
+2
*
i965: Move some genX infrastructure to genX_boilerplate.h.
Kenneth Graunke
2019-03-11
4
-128
/
+174
*
isl: Add a swizzle parameter to isl_buffer_fill_state()
Kenneth Graunke
2019-03-07
1
-0
/
+1
*
intel/decoders: handle decoding MI_BBS from ring
Lionel Landwerlin
2019-03-07
1
-1
/
+1
*
intel/decoders: add address space indicator to get BOs
Lionel Landwerlin
2019-03-07
1
-1
/
+1
*
i965: stop calling nir_lower_returns()
Timothy Arceri
2019-03-06
1
-3
/
+1
*
glsl: use NIR function inlining for drivers that use glsl_to_nir()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
1
-4
/
+4
*
glsl/nir: Add a shared helper for building float64 shaders
Jason Ekstrand
2019-03-06
2
-50
/
+3
*
i965: Compile the fp64 program based on nir options
Jason Ekstrand
2019-03-06
1
-1
/
+2
*
nir: rename glsl_type_is_struct() -> glsl_type_is_struct_or_ifc()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
i965: Implement threaded GL support.
Kenneth Graunke
2019-03-05
3
-0
/
+51
*
i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0
Yevhenii Kolesnikov
2019-02-28
1
-6
/
+12
*
i965: fixed clamping in set_scissor_bits when the y is flipped
Eleni Maria Stea
2019-02-26
1
-1
/
+1
*
i965: Add support for sampling from XYUV images
Kasireddy, Vivek
2019-02-26
2
-0
/
+9
*
i965: re-emit index buffer state on a reset option change.
Andrii Simiklit
2019-02-20
3
-1
/
+13
*
i965: always enable EXT_float_blend
Ilia Mirkin
2019-02-18
1
-0
/
+1
*
i965: scale factor changes should trigger recompile
Lionel Landwerlin
2019-02-18
2
-1
/
+16
*
i965: Assert the execobject handles match for this device
Chris Wilson
2019-02-16
1
-0
/
+2
*
i965: Removed the field etc_format from the struct intel_mipmap_tree
Eleni Maria Stea
2019-02-15
3
-18
/
+1
*
i965: Enabled the OES_copy_image extension on Gen 7 GPUs
Eleni Maria Stea
2019-02-15
1
-4
/
+12
*
i965: Fixed the CopyImageSubData for ETC2 on Gen < 8
Eleni Maria Stea
2019-02-15
3
-18
/
+6
*
i965: Faking the ETC2 compression on Gen < 8 GPUs using two miptrees.
Eleni Maria Stea
2019-02-15
3
-69
/
+134
*
i965: Rename intel_mipmap_tree::r8stencil_* -> ::shadow_*
Nanley Chery
2019-02-15
3
-19
/
+19
*
drirc/i965: add option to disable 565 configs and visuals
Tapani Pälli
2019-02-15
1
-0
/
+13
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
10
-12
/
+12
*
i965: add P0x formats and propagate required scaling factors
Tapani Pälli
2019-02-12
3
-0
/
+17
*
intel/compiler: add scale_factors to sampler_prog_key_data
Tapani Pälli
2019-02-12
1
-0
/
+1
*
i965: Use info->textures_used instead of prog->SamplersUsed.
Kenneth Graunke
2019-02-11
2
-7
/
+7
*
i965: Drop unnecessary 'and' with prog->SamplerUnits
Kenneth Graunke
2019-02-11
1
-1
/
+1
*
nir: Gather texture bitmasks in gl_nir_lower_samplers_as_deref.
Kenneth Graunke
2019-02-11
1
-0
/
+2
*
i965: Call nir_lower_samplers for ARB programs.
Kenneth Graunke
2019-02-11
1
-0
/
+2
*
i965: consider a 'base level' when calculating width0, height0, depth0
Andrii Simiklit
2019-02-07
1
-1
/
+25
*
i965: skip bit6 swizzle detection in Gen8+
Caio Marcelo de Oliveira Filho
2019-02-04
1
-0
/
+14
*
i965: Set flag for EXT_texture_compression_s3tc_srgb
Gurchetan Singh
2019-02-01
1
-0
/
+1
*
android,autotools,i965: Fix location of float64_glsl.h
Dylan Baker
2019-01-31
2
-1
/
+3
*
intel/defines: Explicitly cast to uint32_t in SET_FIELD and SET_BITS
Jason Ekstrand
2019-01-29
1
-1
/
+1
*
i965: Set flag for EXT_sRGB
Gert Wollny
2019-01-28
1
-0
/
+1
*
i965: Always compile fp64 funcs when needed
Matt Turner
2019-01-26
1
-1
/
+2
*
i965: Drop mark_surface_used mechanism.
Kenneth Graunke
2019-01-13
3
-5
/
+7
*
blorp: Pass the batch to lookup/upload_shader instead of context
Kenneth Graunke
2019-01-10
1
-4
/
+4
*
blorp: Add blorp_get_surface_address to the driver interface.
Kenneth Graunke
2019-01-10
1
-0
/
+8
*
i965: Compile fp64 funcs only if we do not have 64-bit hardware support
Matt Turner
2019-01-10
1
-1
/
+1
*
intel/isl: move tiled_memcpy static libs from i965 to isl
Tapani Pälli
2019-01-10
14
-1459
/
+91
*
i965: Enable 64-bit GLSL extensions
Matt Turner
2019-01-09
1
-4
/
+4
*
i965: Compile fp64 software routines and lower double-ops
Matt Turner
2019-01-09
3
-1
/
+63
[next]