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
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0
Yevhenii Kolesnikov
2019-03-05
1
-6
/
+12
*
i965: fixed clamping in set_scissor_bits when the y is flipped
Eleni Maria Stea
2019-02-26
1
-1
/
+1
*
dri: meson: do not prefix user provided dri-drivers-path
Sergii Romantsov
2019-02-25
1
-1
/
+1
*
i965: re-emit index buffer state on a reset option change.
Andrii Simiklit
2019-02-25
3
-1
/
+13
*
android,autotools,i965: Fix location of float64_glsl.h
Dylan Baker
2019-01-30
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
*
glsl: Create file to contain software fp64 functions
Matt Turner
2019-01-09
1
-0
/
+1
*
radeon: fix printf format specifier.
Maya Rashish
2019-01-09
1
-1
/
+1
*
spirv: Sort supported capabilities
Jason Ekstrand
2019-01-07
1
-5
/
+5
*
i965: add CS stall on VF invalidation workaround
Lionel Landwerlin
2019-01-04
2
-2
/
+2
*
i965: include draw_params/derived_draw_params for VF cache workaround
Lionel Landwerlin
2019-01-04
1
-5
/
+18
*
i965: limit VF caching workaround to gen8/9/10
Lionel Landwerlin
2019-01-04
2
-2
/
+4
*
i965: Don't override subslice count to 4 on Gen11.
Kenneth Graunke
2018-12-17
1
-1
/
+1
*
i965/gen9: Add workarounds for object preemption.
Rafael Antognolli
2018-12-14
1
-0
/
+63
*
i965/gen10+: Enable object level preemption.
Rafael Antognolli
2018-12-14
4
-1
/
+36
*
genxml: Consistently use a numeric "MOCS" field
Kenneth Graunke
2018-12-14
1
-7
/
+7
*
i965/compute: Emit GPGPU_WALKER in genX_state_upload
Jordan Justen
2018-12-12
3
-130
/
+105
*
i965/genX_state: Add register access functions
Jordan Justen
2018-12-12
1
-0
/
+31
*
i965: Flip arguments to load_register_reg helpers.
Kenneth Graunke
2018-12-09
5
-9
/
+10
*
i965: Delete dead brw_meta_resolve_color prototype.
Kenneth Graunke
2018-12-09
1
-7
/
+0
*
intel/blorp: Expand blorp_address::offset to be 64 bits.
Kenneth Graunke
2018-12-07
3
-3
/
+3
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
1
-1
/
+0
*
i965: Fix -Wswitch on INTEL_COPY_STREAMING_LOAD
Chad Versace
2018-12-03
1
-1
/
+3
*
i965: Set the FBO error state INCOMPLETE_ATTACHMENT only for SRGB_R8
Gert Wollny
2018-11-28
1
-3
/
+10
*
i965: Explicitely handle swizzles for MESA_FORMAT_R_SRGB8
Gert Wollny
2018-11-28
1
-3
/
+7
*
i965/icl: Set use full ways in L3CNTLREG
Anuj Phogat
2018-11-26
2
-0
/
+2
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
5
-49
/
+51
*
nouveau: Use gl_array_attribute::_ElementSize.
Mathias Fröhlich
2018-11-21
1
-1
/
+1
*
i965: Do NIR shader cloning in the caller.
Kenneth Graunke
2018-11-20
6
-6
/
+7
*
i965: Use a 'nir' temporary rather than poking at brw_program
Kenneth Graunke
2018-11-20
6
-22
/
+25
*
i965/batch: avoid reverting batch buffer if saved state is an empty
Andrii Simiklit
2018-11-20
5
-2
/
+13
*
i965:use FRAMEBUFFER_UNSUPPORTED instead of FRAMEBUFFER_INCOMPLETE_DIMENSIONS
Gert Wollny
2018-11-19
1
-1
/
+1
*
i965: Add support for and expose EXT_texture_sRGB_R8
Gert Wollny
2018-11-19
2
-0
/
+2
*
i965: Force zero swizzles for unused components in GL_RED and GL_RG
Gert Wollny
2018-11-19
1
-0
/
+4
*
i965: be more specific about FBO completeness errors
Gert Wollny
2018-11-19
1
-19
/
+23
*
i915: Delete swizzling detection logic.
Kenneth Graunke
2018-11-17
4
-31
/
+0
*
i965: Fix calculation of layers array length for isl_view
Danylo Piliaiev
2018-11-15
1
-15
/
+18
*
i965: avoid 'unused variable' warnings
Andrii Simiklit
2018-11-14
2
-3
/
+3
*
i965: add support for sampling from AYUV
Lionel Landwerlin
2018-11-12
2
-0
/
+9
*
i965: Lift restriction in external textures for EGLImage support
Aditya Swarup
2018-11-08
3
-15
/
+0
*
i965/batch/debug: Allow log be dumped before assert
Sergii Romantsov
2018-11-05
1
-1
/
+1
[next]