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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace imports memory functions with utils memory functions
Dylan Baker
2020-04-21
2
-0
/
+2
*
replace malloc macros in imports.h with u_memory.h versions
Dylan Baker
2020-04-21
4
-0
/
+5
*
replace IFLOOR with util_ifloor
Dylan Baker
2020-04-21
1
-2
/
+2
*
replace _mesa_logbase2 with util_logbase2
Dylan Baker
2020-04-21
1
-1
/
+1
*
st/mesa: Re-assign vs in locations after updating nir info for ffvp/ARB_vp
Danylo Piliaiev
2020-04-21
1
-0
/
+1
*
glsl: Hard-code noise to zero in builtin_functions.cpp
Jason Ekstrand
2020-04-21
2
-12
/
+0
*
st/glsl_to_nir: make use of nir linker for linking uniforms
Timothy Arceri
2020-04-21
1
-10
/
+9
*
Fix promotion of floats to doubles
Albert Astals Cid
2020-04-18
1
-1
/
+1
*
st/mesa: Update shader info of ffvp/ARB_vp after translation to NIR
Danylo Piliaiev
2020-04-17
1
-3
/
+20
*
st/mesa: properly guard fallback_copy_texsubimage aginst failed maps
Karol Herbst
2020-04-17
1
-1
/
+10
*
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
*
st/mesa: add NV_viewport_swizzle support
Ilia Mirkin
2020-04-12
2
-0
/
+12
*
mesa: precompute _mesa_primitive_restart_index during state changes
Marek Olšák
2020-04-06
2
-3
/
+2
*
mesa: remove no longer needed _mesa_is_bufferobj function
Marek Olšák
2020-04-06
5
-8
/
+8
*
mesa: don't ever bind NullBufferObj to glBindBuffer(Base,Range) slots
Marek Olšák
2020-04-06
2
-2
/
+2
*
mesa/st: release variants for active programs before unref
Tapani Pälli
2020-04-06
3
-6
/
+22
*
mesa/st: unbind shader state before deleting it
Tapani Pälli
2020-04-06
1
-0
/
+6
*
st/mesa: Fall back on R3G3B2 for R3_G3_B2
Icecream95
2020-03-31
1
-2
/
+3
*
meson: inline `inc_common`
Eric Engestrom
2020-03-28
1
-4
/
+4
*
mesa: don't use <> for including internal headers
Marek Olšák
2020-03-27
2
-6
/
+6
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
29
-30
/
+30
*
mesa: allow out-of-order drawing to optimize immediate mode if it's safe
Marek Olšák
2020-03-26
1
-0
/
+2
*
glsl_to_tgsi: set shader_info::writes_memory
Marek Olšák
2020-03-26
1
-0
/
+8
*
glsl: Add an IR lowering pass to convert mediump operations to 16-bit
Neil Roberts
2020-03-24
1
-0
/
+6
*
st/mesa: fix use of uninitialized memory due to st_nir_lower_builtin
Marek Olšák
2020-03-23
1
-1
/
+1
*
vbo,gallium: make glBegin/End buffer size configurable by drivers
Marek Olšák
2020-03-21
1
-0
/
+3
*
mesa: put gl_thread_state inside gl_context to remove pointer indirection
Marek Olšák
2020-03-20
1
-2
/
+2
*
st/mesa: disallow deferred flush if there are multiple contexts
Pierre-Eric Pelloux-Prayer
2020-03-18
1
-1
/
+2
*
nir/glsl: gather bitmask of images used by program
Tapani Pälli
2020-03-16
1
-0
/
+1
*
st/mesa: Fix signed integer overflow when using util_throttle_memory_usage
Danylo Piliaiev
2020-03-16
1
-3
/
+3
*
mesa: don't unroll glMultiDrawElements with user indices for gallium
Marek Olšák
2020-03-11
1
-0
/
+3
*
st/mesa: keep serialized NIR instead of nir_shader in st_program
Marek Olšák
2020-03-11
4
-8
/
+79
*
gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cache
Marek Olšák
2020-03-10
6
-24
/
+68
*
st/mesa: fix a possible crash with selection and feedback modes
Marek Olšák
2020-03-09
1
-1
/
+1
*
st/mesa: flush the bitmap cache before st/dri and vbo flushes
Marek Olšák
2020-03-09
2
-2
/
+7
*
glsl: Add ir_unop_f2fmp
Neil Roberts
2020-03-09
1
-0
/
+1
*
glsl: Add b2f16 and f162b conversion operations
Neil Roberts
2020-03-09
1
-0
/
+2
*
glsl: Add IR conversion ops for 16-bit float types
Neil Roberts
2020-03-09
1
-0
/
+2
*
mesa: remove _mesa_index_buffer::index_size in favor of index_size_shift
Marek Olšák
2020-03-04
2
-3
/
+3
*
mesa: replace some index_size multiplications and divisions with shifts
Marek Olšák
2020-03-04
2
-4
/
+4
*
gallium: add PIPE_CAP_PSIZ_CLAMPED
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+2
*
gallium: add PIPE_CAP_VIEWPORT_TRANSFORM_LOWERED
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+5
*
gallium: add PIPE_CAP_PACKED_STREAM_OUTPUT
Louis-Francis Ratté-Boulianne
2020-03-03
1
-0
/
+3
*
st/mesa: allow TXB2/TXL2 to work with cube array shadow textures
Ilia Mirkin
2020-03-02
1
-8
/
+18
*
mesa/st: fix formats required for EXT_texture_norm16
Tapani Pälli
2020-03-02
1
-7
/
+0
*
mesa: fix 11 warnings
Marek Olšák
2020-02-27
1
-1
/
+1
*
nir: fix 5 warnings
Marek Olšák
2020-02-27
1
-1
/
+1
*
mesa: move num_instances and base_instance out of _mesa_prim
Marek Olšák
2020-02-28
4
-7
/
+12
[next]