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
*
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
*
glsl: add NV_viewport_array2 support
Ilia Mirkin
2020-04-15
1
-0
/
+6
*
compiler: add VARYING_SLOT_VIEWPORT_MASK
Ilia Mirkin
2020-04-15
2
-0
/
+3
*
meson: Specify the maximum required libdrm in dri.pc
Matt Turner
2020-04-13
1
-1
/
+1
*
tnl: Code formatting in t_rebase.c
Ian Romanick
2020-04-13
1
-60
/
+51
*
tnl: Code formatting in t_draw.c
Ian Romanick
2020-04-13
1
-140
/
+132
*
tnl: Silence unused parameter warnings in _tnl_split_inplace
Ian Romanick
2020-04-13
3
-10
/
+2
*
tnl: Silence unused parameter warnings in dump_draw_info
Ian Romanick
2020-04-13
1
-10
/
+4
*
tnl: Silence unused parameter warnings in _tnl_draw_prims
Ian Romanick
2020-04-13
6
-35
/
+17
*
tnl: Silence unused parameter 'attrib' warning in convert_half_to_float
Ian Romanick
2020-04-13
1
-8
/
+7
*
tnl: Don't dereference NULL obj pointer in t_rebase_prims
Ian Romanick
2020-04-13
1
-10
/
+13
*
tnl: Don't dereference NULL obj pointer in replay_init
Ian Romanick
2020-04-13
1
-8
/
+10
*
tnl: Don't dereference NULL obj pointer in bind_indices
Ian Romanick
2020-04-13
1
-14
/
+16
*
st/mesa: add NV_viewport_swizzle support
Ilia Mirkin
2020-04-12
2
-0
/
+12
[next]