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/main: Fix multisample texture initialize
Illia Iorin
2019-04-05
1
-13
/
+25
*
glsl: remember which SSBOs are not read-only and pass it to gallium
Marek Olšák
2019-04-04
2
-1
/
+7
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
2
-3
/
+3
*
st/mesa: Fix GL_MAP_COLOR with glDrawPixels GL_COLOR_INDEX
Danylo Piliaiev
2019-04-04
1
-2
/
+32
*
st/nir: run st_nir_opts after 64bit ops lowering
Tapani Pälli
2019-04-04
1
-1
/
+1
*
gallium: implement ARB/KHR_parallel_shader_compile
Marek Olšák
2019-04-01
1
-1
/
+58
*
mesa: implement ARB/KHR_parallel_shader_compile
Marek Olšák
2019-04-01
8
-0
/
+44
*
meson: strip rpath from megadrivers
Eric Engestrom
2019-04-01
1
-0
/
+3
*
i965: perf: update render basic configs for big core gen9/gen10
Lionel Landwerlin
2019-04-01
8
-23
/
+24
*
i965: perf: add ring busyness metric for cfl gt2
Lionel Landwerlin
2019-04-01
1
-1
/
+165
*
i965: perf: enable Icelake metrics
Lionel Landwerlin
2019-03-31
3
-3
/
+11
*
i965: perf: add Icelake metrics
Lionel Landwerlin
2019-03-31
1
-0
/
+11899
*
i965: perf: sklgt2: drop programming of an unused NOA register
Lionel Landwerlin
2019-03-31
1
-11
/
+6
*
i965: perf: hsw: drop register programming not needed on HSW
Lionel Landwerlin
2019-03-31
1
-2
/
+1
*
i965: perf: chv: fixup counters names
Lionel Landwerlin
2019-03-31
1
-25
/
+25
*
i965: perf: add PMA stall metrics
Lionel Landwerlin
2019-03-31
10
-10
/
+1140
*
i965: perf: sklgt2: update memory write config
Lionel Landwerlin
2019-03-31
1
-7
/
+49
*
i965: perf: sklgt2: update compute metrics config
Lionel Landwerlin
2019-03-31
1
-8
/
+2
*
i965: perf: sklgt2: update a priority for register programming
Lionel Landwerlin
2019-03-31
1
-2
/
+2
*
nir: add lower_all_io_to_elements
Rob Clark
2019-03-30
1
-0
/
+1
*
i965,iris/blorp: do not blit 0-sizes
Sergii Romantsov
2019-03-30
1
-1
/
+9
*
i965/blorp: Remove unused parameter from blorp_surf_for_miptree.
Rafael Antognolli
2019-03-28
1
-24
/
+12
*
st/mesa: Fix blitting from GL_DEPTH_STENCIL to GL_STENCIL_INDEX
Kenneth Graunke
2019-03-28
1
-0
/
+1
*
st/nir: Free the GLSL IR after linking.
Kenneth Graunke
2019-03-28
1
-0
/
+4
*
st/glsl_to_nir: Calculate num_uniforms from NumParameterValues
Kristian H. Kristensen
2019-03-27
1
-5
/
+5
*
i965,iris,anv: Make alpha to coverage work with sample mask
Danylo Piliaiev
2019-03-25
1
-6
/
+12
*
st/mesa: fix texture deletion context mix-up issues (v2)
Brian Paul
2019-03-25
1
-12
/
+39
*
android: static link with libexpat with Android O+
Kishore Kadiyala
2019-03-25
1
-1
/
+9
*
st/mesa: fix warnings about implicit conversion on enumeration type
Tapani Pälli
2019-03-25
2
-2
/
+2
*
st/mesa: fix compilation warning on storage_flags_to_buffer_flags
Tapani Pälli
2019-03-25
1
-1
/
+1
*
spirv: Add an execution environment to the options
Caio Marcelo de Oliveira Filho
2019-03-23
1
-0
/
+1
*
mesa/st: use ESSL cap top enable gpu_shader5
Rob Clark
2019-03-22
1
-3
/
+14
*
mesa: Fix GL_NUM_DEVICE_UUIDS_EXT
Józef Kucia
2019-03-22
1
-0
/
+3
*
gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.
Kenneth Graunke
2019-03-19
1
-15
/
+19
*
i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch
Anuj Phogat
2019-03-19
2
-0
/
+10
*
st/mesa: stop using pipe_sampler_view_release()
Brian Paul
2019-03-17
2
-5
/
+4
*
st/mesa: implement "zombie" shaders list
Brian Paul
2019-03-17
3
-20
/
+166
*
st/mesa: implement "zombie" sampler views (v2)
Brian Paul
2019-03-17
5
-4
/
+131
*
mesa: Add assert to _mesa_primitive_restart_index.
Mathias Fröhlich
2019-03-15
1
-0
/
+3
*
vbo: Fix GL_PRIMITIVE_RESTART_FIXED_INDEX in display list compiles.
Mathias Fröhlich
2019-03-15
1
-5
/
+9
*
vbo: Fix basevertex handling in display list compiles.
Mathias Fröhlich
2019-03-15
1
-5
/
+12
*
mesa: Use mapping tools in debug prints.
Mathias Fröhlich
2019-03-15
1
-45
/
+12
*
mesa: Remove _ae_{,un}map_vbos and dependencies.
Mathias Fröhlich
2019-03-15
2
-100
/
+0
*
mesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un}map_arrays
Mathias Fröhlich
2019-03-15
2
-13
/
+11
*
mesa: Use _mesa_array_element in dlist save.
Mathias Fröhlich
2019-03-15
1
-4
/
+19
*
mesa: Factor out _mesa_array_element.
Mathias Fröhlich
2019-03-15
2
-19
/
+32
*
mesa: Implement helper functions to map and unmap a VAO.
Mathias Fröhlich
2019-03-15
2
-0
/
+102
*
st/mesa: Let NIR lower UBO and SSBO access when we have it
Jason Ekstrand
2019-03-15
2
-1
/
+11
*
i965: Stop setting LowerBuferInterfaceBlocks
Jason Ekstrand
2019-03-15
1
-0
/
+4
*
mesa/st: Fix leaks of TGSI tokens in VP variants.
Eric Anholt
2019-03-14
1
-14
/
+20
[next]