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
*
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
*
mesa: remove redundant _mesa_prim::is_indexed
Marek Olšák
2020-02-28
1
-1
/
+0
*
gallium: pass cso_velems_state into cso_context instead of pipe_vertex_element
Marek Olšák
2020-02-28
10
-46
/
+53
*
mesa: remove unused "indirect" parameter from Driver.Draw
Marek Olšák
2020-02-28
4
-9
/
+4
*
mesa/st: toggle EXT_texture_norm16 based on format support
Tapani Pälli
2020-02-26
1
-0
/
+12
*
gallium: Add a cap for enabling lowering of image load/store intrinsics.
Eric Anholt
2020-02-24
1
-0
/
+2
*
nir: Make image lowering optionally handle the !bindless case as well.
Eric Anholt
2020-02-24
1
-1
/
+1
*
glapi/copyimage: Implement CopyImageSubDataNV
Indrajit Kumar Das
2020-02-24
1
-0
/
+1
*
st/mesa: try to fix MSVC build failure due to ALWAYS_INLINE
Marek Olšák
2020-02-18
1
-1
/
+4
*
st/nir: Unify inputs_read/outputs_written before serializing NIR
Danylo Piliaiev
2020-02-18
1
-22
/
+19
*
st/mesa: simplify releasing the current attrib buffer
Marek Olšák
2020-02-14
1
-9
/
+13
*
st/mesa: make st_setup_current static
Marek Olšák
2020-02-14
2
-8
/
+1
*
st/mesa: change some loops from while to do..while in st_atom_array.c
Marek Olšák
2020-02-14
1
-4
/
+4
*
st/mesa: simplify determination whether a draw needs min/max index
Marek Olšák
2020-02-14
1
-5
/
+2
*
st/mesa: simplify determination whether a draw has user vertex buffers
Marek Olšák
2020-02-14
1
-3
/
+4
*
st/mesa: always inline the code setting non-64bit vertex elements
Marek Olšák
2020-02-14
1
-46
/
+63
*
mesa: translate into gallium vertex formats in mesa/main
Marek Olšák
2020-02-14
1
-261
/
+2
*
st: add support for INTEL_blackhole_render
Lionel Landwerlin
2020-02-13
2
-0
/
+4
*
st/mesa: optimize st_update_array with ALWAYSINLINE
Marek Olšák
2020-02-11
1
-2
/
+8
*
mesa: don't use bitfields in _mesa_prim
Marek Olšák
2020-02-11
1
-1
/
+0
*
mesa: remove unused _mesa_prim::is_indirect
Marek Olšák
2020-02-11
1
-1
/
+0
*
vbo: merge use_buffer_objects into vbo_CreateContext to skip the big malloc
Marek Olšák
2020-02-11
1
-7
/
+5
*
vbo: remove immediate mode code that doesn't do anything and simplify stuff
Marek Olšák
2020-02-11
1
-5
/
+0
*
mesa: import PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET handling
Marek Olšák
2020-02-11
4
-15
/
+4
*
mesa: remove FLUSH_CURRENT calls that have no effect
Marek Olšák
2020-02-11
1
-1
/
+1
*
mesa/st: Move the SYSTEM_VALUE -> TGSI_SEMANTIC map to tgsi_from_mesa.
Eric Anholt
2020-02-05
2
-93
/
+3
*
glsl,nir: Switch the enum representing shader image formats to PIPE_FORMAT.
Eric Anholt
2020-02-05
1
-4
/
+3
*
softpipe: Refactor pipe_get/put_tile_rgba_* paths.
Eric Anholt
2020-02-04
1
-5
/
+5
*
mesa/st: Use direct util_format_pack/unpack instead of u_tile.
Eric Anholt
2020-02-04
1
-8
/
+7
*
st/mesa: Handle the rest renderbuffer formats from OSMesa
Danylo Piliaiev
2020-02-04
1
-0
/
+5
*
st/mesa: use uint-result for sampling stencil buffers
Erik Faye-Lund
2020-02-04
1
-4
/
+5
*
mesa/st: random whitespace cleanup
Rob Clark
2020-01-29
1
-1
/
+1
*
compiler: add PERSP to the existing barycentric system values
Samuel Pitoiset
2020-01-29
1
-4
/
+4
*
mesa/st: Fix compiler warnings from INTEL_shader_integer_functions.
Eric Anholt
2020-01-28
1
-0
/
+7
*
util: Remove tmp argument from BITSET_FOREACH_SET macro
Matt Turner
2020-01-23
1
-2
/
+1
*
iris: Enable INTEL_shader_integer_functions2
Ian Romanick
2020-01-23
1
-0
/
+6
[next]