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
*
mesa: Skip 3-byte array formats in _mesa_array_format_flip_channels
Michel Dänzer
2020-04-27
1
-1
/
+1
*
mesa: replace GLenum target with gl_shader_stage in NewProgram
Marek Olšák
2020-04-27
11
-64
/
+51
*
mesa: extend _mesa_bind_vertex_buffer to take ownership of the buffer reference
Marek Olšák
2020-04-27
6
-17
/
+28
*
mesa: add offset_is_int32 param into _mesa_bind_vertex_buffer for glthread
Marek Olšák
2020-04-27
6
-17
/
+21
*
mesa: add Const.BufferCreateMapUnsynchronizedThreadSafe & MESA_MAP_THREAD_SAFE
Marek Olšák
2020-04-27
4
-0
/
+14
*
glthread: reduce dereferences of the next batch
Marek Olšák
2020-04-27
3
-4
/
+9
*
glthread: use 32-bit align instead of 64-bit ALIGN
Marek Olšák
2020-04-27
1
-1
/
+1
*
mesa: remove exec="dynamic" from Draw functions that are not really dynamic
Marek Olšák
2020-04-27
4
-115
/
+151
*
mesa: reset primitive restart state in glClientAttribDefaultEXT
Marek Olšák
2020-04-27
1
-0
/
+9
*
mesa: replace _NEW_EVAL with vbo_exec_update_eval_maps
Marek Olšák
2020-04-27
9
-34
/
+52
*
st/mesa: Treat vertex inputs absent in inputMapping as zero in mesa_to_tgsi
Danylo Piliaiev
2020-04-27
1
-2
/
+6
*
st/nir: Fix assigning PointCoord location with !PIPE_CAP_TEXCOORD
Connor Abbott
2020-04-25
1
-0
/
+2
*
spirv: Use nir_const_value for spec constants
Jason Ekstrand
2020-04-24
1
-2
/
+2
*
mesa: add support for AlphaToCoverageDitherControlNV
Indrajit Kumar Das
2020-04-23
9
-0
/
+55
*
gallium: add # of MRT to blend state
Rob Clark
2020-04-23
2
-0
/
+3
*
mesa/st: avoid u_vbuf for GLES
Rob Clark
2020-04-23
1
-2
/
+14
*
mesa: avoid redundant VBO updates
Rob Clark
2020-04-23
2
-15
/
+15
*
mesa: enable GL_EXT_draw_instanced for gles2
Simon Zeni
2020-04-23
1
-1
/
+1
*
meta,i965: Rip GL_EXT_texture_multisample_blit_scaled support out of meta
Jason Ekstrand
2020-04-22
6
-318
/
+1
*
mesa/gallium: do not use enum for bit-allocated member
Erik Faye-Lund
2020-04-21
1
-1
/
+1
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
201
-838
/
+866
*
dri/nouveau: replace assert with unreachable
Dylan Baker
2020-04-21
1
-1
/
+3
*
mesa: move ADD_POINTERS to macros.h
Dylan Baker
2020-04-21
1
-0
/
+1
*
mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
Dylan Baker
2020-04-21
15
-30
/
+41
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
16
-93
/
+95
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
63
-0
/
+65
*
Replace IS_INF_OR_NAN with util_is_inf_or_nan
Dylan Baker
2020-04-21
10
-27
/
+28
*
replace IROUND with util functions
Dylan Baker
2020-04-21
10
-78
/
+79
*
Replace IROUND_POS with _mesa_roundevenf
Dylan Baker
2020-04-21
3
-14
/
+11
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
6
-46
/
+47
*
replace LOG2 with util_fast_log2
Dylan Baker
2020-04-21
2
-3
/
+3
*
replace _mesa_logbase2 with util_logbase2
Dylan Baker
2020-04-21
5
-10
/
+10
*
replace _mesa_next_pow_two_* with util_next_power_of_two_*
Dylan Baker
2020-04-21
1
-1
/
+1
*
replace _mesa_is_pow_two with util_is_power_of_two_*
Dylan Baker
2020-04-21
8
-27
/
+27
*
st/mesa: Re-assign vs in locations after updating nir info for ffvp/ARB_vp
Danylo Piliaiev
2020-04-21
1
-0
/
+1
*
mesa: fix crash in find_value
Pierre-Eric Pelloux-Prayer
2020-04-21
1
-1
/
+5
*
glsl: Hard-code noise to zero in builtin_functions.cpp
Jason Ekstrand
2020-04-21
4
-24
/
+0
*
st/glsl_to_nir: make use of nir linker for linking uniforms
Timothy Arceri
2020-04-21
1
-10
/
+9
*
i965/bufmgr: Add support for MMAP_OFFSET ioctl.
Rafael Antognolli
2020-04-20
1
-1
/
+38
*
i965/bufmgr: Factor out GEM_MMAP ioctl from mmap_cpu and mmap_wc.
Rafael Antognolli
2020-04-20
1
-26
/
+29
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
4
-4
/
+4
*
st/mesa: Update shader info of ffvp/ARB_vp after translation to NIR
Danylo Piliaiev
2020-04-17
1
-3
/
+20
*
mesa: add interaction between compute derivatives and variable local sizes
Ilia Mirkin
2020-04-17
1
-0
/
+31
*
st/mesa: properly guard fallback_copy_texsubimage aginst failed maps
Karol Herbst
2020-04-17
1
-1
/
+10
*
vbo: avoid including wingdi.h on win32
Erik Faye-Lund
2020-04-16
1
-0
/
+3
*
mesa: fixup cast expression
Erik Faye-Lund
2020-04-16
1
-1
/
+1
*
st/mesa: fix a crash due to passing a draw vertex shader into the driver
Marek Olšák
2020-04-16
1
-1
/
+2
*
mesa/st: initialize all winsys_handle fields for memory objects
Tapani Pälli
2020-04-16
1
-7
/
+11
*
st/mesa: add support for GL_NV_viewport_array2
Ilia Mirkin
2020-04-15
3
-1
/
+6
*
mesa: add NV_viewport_array2 enable, attach to glsl
Ilia Mirkin
2020-04-15
2
-0
/
+2
[next]