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
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog_to_nir: fix write from vps to FOG
Karol Herbst
2019-03-08
1
-1
/
+7
*
st/mesa: init hash keys with memset(), not designated initializers
Brian Paul
2019-03-08
2
-5
/
+17
*
st/mesa: whitespace, formatting fixes in st_cb_flush.c
Brian Paul
2019-03-08
1
-14
/
+19
*
st/mesa: move, clean-up shader variant key decls/inits
Brian Paul
2019-03-08
2
-10
/
+7
*
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
*
st/glsl: start spilling out common st glsl conversion code
Timothy Arceri
2019-03-06
7
-122
/
+222
*
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
2
-2
/
+2
*
st/nir: Move 64-bit lowering later
Jason Ekstrand
2019-03-06
1
-2
/
+5
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
2
-23
/
+8
*
glsl/nir: Add a shared helper for building float64 shaders
Jason Ekstrand
2019-03-06
3
-99
/
+5
*
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
2
-4
/
+4
*
glsl: rename record_location_offset() -> struct_location_offset()
Timothy Arceri
2019-03-06
2
-2
/
+2
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
3
-8
/
+8
*
nir: Add multiplier argument to nir_lower_uniforms_to_ubo.
Timur Kristóf
2019-03-05
2
-2
/
+2
*
nir: Move nir_lower_uniforms_to_ubo to compiler/nir.
Timur Kristóf
2019-03-05
6
-105
/
+2
*
i965: Implement threaded GL support.
Kenneth Graunke
2019-03-05
3
-0
/
+51
*
glsl: [u/i]mulExtended optimization for GLSL
Sagar Ghuge
2019-03-04
2
-0
/
+2
*
st/mesa: whitespace fixes in st_texture.h
Brian Paul
2019-03-04
1
-9
/
+13
*
st/mesa: line wrapping, whitespace fixes in st_cb_texture.c
Brian Paul
2019-03-04
1
-2
/
+4
*
st/mesa: whitespace fixes in st_sampler_view.c
Brian Paul
2019-03-04
1
-6
/
+10
*
st/mesa: Invalidate the gallium array atom only if needed.
Mathias Fröhlich
2019-03-04
1
-2
/
+4
*
mesa: Track buffer object use also for VAO usage.
Mathias Fröhlich
2019-03-04
4
-4
/
+15
*
mesa: Expose EXT_texture_query_lod and add support for its use shaders
Gert Wollny
2019-03-03
1
-0
/
+1
*
st/mesa: add support for lowering fp64/int64 for nir drivers
Dave Airlie
2019-03-02
1
-1
/
+98
*
st/nir: count num_uniforms for FS bultin shader
Caio Marcelo de Oliveira Filho
2019-02-27
1
-0
/
+2
*
glsl: fix shader cache for packed param list
Timothy Arceri
2019-02-28
2
-0
/
+7
*
i965: Fix allow_higher_compat_version workaround limited by OpenGL 3.0
Yevhenii Kolesnikov
2019-02-28
1
-6
/
+12
*
mesa: fix display list corner case assertion
Brian Paul
2019-02-26
1
-0
/
+2
*
st/mesa: whitespace/formatting fixes in st_cb_texture.c
Brian Paul
2019-02-26
1
-32
/
+58
*
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
*
nir: use nir_variable_create instead of open-coding the logic
Tapani Pälli
2019-02-26
1
-6
/
+4
*
st/mesa: Reduce array updates due to current changes.
Mathias Fröhlich
2019-02-26
2
-1
/
+10
*
dri: meson: do not prefix user provided dri-drivers-path
Sergii Romantsov
2019-02-25
1
-1
/
+1
*
mesa/core: Enable EXT_depth_clamp for GLES >= 2.0
Gert Wollny
2019-02-25
2
-4
/
+5
*
mesa: Fix RGBBuffers for renderbuffers with sized internal formats
Kenneth Graunke
2019-02-25
1
-1
/
+4
*
st/mesa: remove unused header-file
Erik Faye-Lund
2019-02-24
3
-43
/
+0
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
7
-32
/
+9
*
st/mesa: always unmap the uploader in st_atom_array.c
Marek Olšák
2019-02-20
1
-8
/
+6
*
i965: re-emit index buffer state on a reset option change.
Andrii Simiklit
2019-02-20
3
-1
/
+13
*
st/nir: use NIR for asm programs
Timothy Arceri
2019-02-19
2
-1
/
+61
*
st/mesa: Copy VP TGSI tokens if they exist, even for NIR shaders.
Kenneth Graunke
2019-02-19
1
-2
/
+8
*
mesa: Align doubles to a 64-bit starting boundary, even if packing.
Kenneth Graunke
2019-02-19
1
-2
/
+6
*
compiler: Make is_64bit(GL_*) helper more broadly available
Kenneth Graunke
2019-02-19
1
-0
/
+31
*
i965: always enable EXT_float_blend
Ilia Mirkin
2019-02-18
1
-0
/
+1
*
st/mesa: enable GL_EXT_float_blend when possible
Ilia Mirkin
2019-02-18
1
-0
/
+10
[next]