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: optimize glPush/PopClientAttrib by removing malloc overhead
Marek Olšák
2020-04-30
4
-137
/
+46
*
i965: remove unused variable
Marcin Ślusarz
2020-04-29
1
-2
/
+0
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
3
-2
/
+32
*
i965: Use correct constant for max_variable_local_size
Caio Marcelo de Oliveira Filho
2020-04-29
1
-1
/
+1
*
st/mesa: expose more SPIR-V capabilities
Marek Olšák
2020-04-29
1
-0
/
+12
*
mesa: report GL_INVALID_OPERATION for invalid glTextureBuffer target
Marek Olšák
2020-04-29
1
-9
/
+9
*
mesa: Follow OpenGL conversion rules for values that exceed storage size
Dylan Baker
2020-04-29
1
-4
/
+33
*
mesa/st: call _mesa_initialize() early
Erik Faye-Lund
2020-04-27
1
-0
/
+2
*
mesa/main: one_time_init() -> _mesa_initialize()
Erik Faye-Lund
2020-04-27
2
-3
/
+6
*
mesa/main: Do not pass context to one_time_init
Erik Faye-Lund
2020-04-27
1
-6
/
+6
*
mesa/main: do not init remap-table per api
Erik Faye-Lund
2020-04-27
1
-3
/
+0
*
mesa/main: do not pass context to one-time extension init
Erik Faye-Lund
2020-04-27
3
-7
/
+7
*
mesa/main: do not store unrecognized extensions in context
Erik Faye-Lund
2020-04-27
2
-19
/
+18
*
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
[prev]
[next]