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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/program: use nir_lower_clip_disable instead of nir_lower_clip_vs condition...
Mike Blumenkrantz
2020-07-03
1
-16
/
+22
*
mesa: update fallthrough comment so gcc can see it
Timothy Arceri
2020-07-02
1
-1
/
+1
*
mesa: fix unintended fallthrough in glIsEnabled()
Timothy Arceri
2020-07-02
1
-0
/
+2
*
mesa: add missing fallthrough comment to teximage.c
Timothy Arceri
2020-07-02
1
-0
/
+1
*
mesa/vbo: add some missing fallthrough comments
Timothy Arceri
2020-07-02
1
-0
/
+3
*
radeon: add missing fallthrough comments
Timothy Arceri
2020-07-02
1
-0
/
+3
*
mesa: add fallthrough comments to COPY_SZ_4V()
Timothy Arceri
2020-07-02
1
-8
/
+8
*
mesa: add fallthrough comments to get.c
Timothy Arceri
2020-07-02
1
-0
/
+86
*
mesa: add fallthrough comments to glformats.c
Timothy Arceri
2020-07-02
1
-0
/
+3
*
mesa: fix fallthrough in glformats
Timothy Arceri
2020-07-02
1
-3
/
+4
*
i965: add and fix fallthrough comments
Timothy Arceri
2020-07-02
4
-6
/
+6
*
i965: Explicitly cast value to uint64_t
Emmanuel
2020-07-01
1
-4
/
+4
*
st/mesa: do not clear NewDriverState for inactive states
Pierre-Eric Pelloux-Prayer
2020-07-01
1
-1
/
+1
*
mesa/get: fix enum16 big-endian getting.
Dave Airlie
2020-07-01
1
-9
/
+10
*
mesa/swrast: use logf2 instead of util_fast_log2
Dylan Baker
2020-06-30
2
-3
/
+3
*
st/glsl_to_nir: disable st_nir_lower_builtin() when packing supported
Timothy Arceri
2020-06-30
1
-6
/
+5
*
mesa: add _mesa_program_state_value_size() helper
Timothy Arceri
2020-06-30
2
-0
/
+11
*
mesa: remove _mesa prefix from static function
Timothy Arceri
2020-06-30
1
-8
/
+7
*
glsl,driconf: add allow_glsl_120_subset_in_110 for SPECviewperf13
Marek Olšák
2020-06-23
2
-0
/
+8
*
glthread: handle ARB_vertex_attrib_binding
Marek Olšák
2020-06-23
4
-26
/
+403
*
glthread: rename non_vbo_attrib_mask -> user_buffer_mask, attribs -> buffers
Marek Olšák
2020-06-23
3
-106
/
+106
*
util: rename xmlpool.h to driconf.h
Eric Engestrom
2020-06-22
12
-12
/
+12
*
driconf: drop now unused translation facility
Eric Engestrom
2020-06-22
9
-25
/
+24
*
mesa: Add PrimitiveRestartFixedIndex to gl_constants
Neil Roberts
2020-06-22
4
-2
/
+16
*
intel/compiler: Always apply sample mask on Vulkan.
Arcady Goldmints-Orlov
2020-06-19
1
-0
/
+2
*
st/mesa: make texture views inherit compressed_data storage
Pierre-Eric Pelloux-Prayer
2020-06-19
2
-6
/
+27
*
mesa/main: fix inverted condition
Erik Faye-Lund
2020-06-18
1
-1
/
+1
*
st/mesa: lower images when needed
Karol Herbst
2020-06-18
1
-0
/
+3
*
st/mesa: account for "loose", per-mipmap level textures in CopyImageSubData
Danylo Piliaiev
2020-06-18
1
-2
/
+4
*
i965: replace all dup() with os_dupfd_cloexec()
Eric Engestrom
2020-06-18
2
-3
/
+5
*
st_glsl_to_nir: fix potential use after free
Timothy Arceri
2020-06-17
1
-2
/
+14
*
mesa/gles3: add support for GL_EXT_shader_group_vote
Dave Airlie
2020-06-16
1
-0
/
+1
*
i965: drop dead #include "config.h"
Eric Engestrom
2020-06-13
1
-4
/
+0
*
i965: Work around incorrect usage of glDrawRangeElements in UE4
Danylo Piliaiev
2020-06-09
1
-0
/
+20
*
i965: fix export of GEM handles
Lionel Landwerlin
2020-06-04
4
-5
/
+152
*
i965: don't forget to set screen on duped image
Lionel Landwerlin
2020-06-04
1
-0
/
+1
*
mesa: Fix NetBSD compiler macro.
Vinson Lee
2020-06-03
1
-1
/
+1
*
i965: call brw_nir_lower_uniforms() after uniform linking is complete
Timothy Arceri
2020-06-03
1
-2
/
+1
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
2
-8
/
+12
*
gallium: add shader caps INT16 and FP16_DERIVATIVES
Marek Olšák
2020-06-02
1
-3
/
+4
*
glsl: lower mediump partial derivatives
Marek Olšák
2020-06-02
1
-0
/
+1
*
glsl: lower mediump integer types to int16 and uint16
Marek Olšák
2020-06-02
2
-2
/
+3
*
glsl: handle int16 and uint16 types and add instructions for mediump
Marek Olšák
2020-06-02
2
-0
/
+8
*
meson: use gnu_symbol_visibility argument
Dylan Baker
2020-06-01
9
-23
/
+27
*
glthread: don't upload for glDraw inside a display list and always sync
Marek Olšák
2020-05-30
2
-17
/
+54
*
intel: Add helper to calculate GPGPU_WALKER::RightExecutionMask
Caio Marcelo de Oliveira Filho
2020-05-27
1
-5
/
+2
*
iris, i965: Update limits for ARB_compute_variable_group_size
Caio Marcelo de Oliveira Filho
2020-05-27
1
-15
/
+6
*
iris, i965: Drop max_variable_local_size
Caio Marcelo de Oliveira Filho
2020-05-27
1
-9
/
+0
*
i965: Use new helper functions to pick SIMD variant for CS
Caio Marcelo de Oliveira Filho
2020-05-27
4
-31
/
+43
*
i965: Use SATURATE
Alyssa Rosenzweig
2020-05-26
1
-1
/
+1
[next]