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
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: tools: Fix aubinator_error's fprintf call (format-security)
Kai Wasserbäch
2018-08-25
1
-1
/
+1
*
intel/batch_decoder: Print blend states properly
Jason Ekstrand
2018-08-25
1
-1
/
+16
*
intel/batch_decoder: Fix dynamic state printing
Jason Ekstrand
2018-08-25
1
-2
/
+2
*
intel/decoder: Print ISL formats for vertex elements
Jason Ekstrand
2018-08-25
1
-1
/
+2
*
intel/decoder: Clean up field iteration and fix sub-dword fields
Jason Ekstrand
2018-08-25
1
-16
/
+16
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
19
-3
/
+22
*
intel: decoder: unify MI_BB_START field naming
Lionel Landwerlin
2018-08-24
3
-7
/
+7
*
docs: Update calendar, news, relnotes for 18.1.7
Dylan Baker
2018-08-24
3
-7
/
+7
*
docs: Add mesa 18.1.7 notes
Dylan Baker
2018-08-24
1
-1
/
+2
*
docs: Add mesa 18.1.7 docs
Dylan Baker
2018-08-24
1
-0
/
+103
*
docs: update calendar 18.2.0-rc4 is out, extend to 18.2.0-rc5
Andres Gomez
2018-08-24
1
-2
/
+2
*
docs/relnotes: Mark NV_fragment_shader_interlock support in i965
Kevin Rogovin
2018-08-24
1
-0
/
+1
*
egl/drm: use gbm_dri_bo() wrapper
Emil Velikov
2018-08-24
1
-2
/
+2
*
egl/drm: use gbm_dri_surface() wrapper
Emil Velikov
2018-08-24
1
-3
/
+3
*
egl/drm: use gbm_dri_device() wrapper
Emil Velikov
2018-08-24
1
-1
/
+1
*
egl/android: simplify device open/probe
Emil Velikov
2018-08-24
1
-34
/
+18
*
egl/android: remove drmVersion::name NULL check
Emil Velikov
2018-08-24
1
-5
/
+0
*
egl/android: remove droid_probe_driver()
Emil Velikov
2018-08-24
1
-18
/
+0
*
egl/android: use strcmp with drmVersion::name
Emil Velikov
2018-08-24
1
-1
/
+1
*
egl/android: use drmDevice instead of the manual /dev/dri iteration
Emil Velikov
2018-08-24
1
-16
/
+12
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
27
-37
/
+39
*
Revert "travis: use python3 for the autoconf builds"
Emil Velikov
2018-08-24
1
-11
/
+1
*
Revert "mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES"
Kenneth Graunke
2018-08-24
2
-5
/
+2
*
Revert recent changes about not including compute in combined limits.
Kenneth Graunke
2018-08-24
3
-27
/
+26
*
gallivm: don't use saturated unsigned add/sub intrinsics for llvm 8.0
Roland Scheidegger
2018-08-24
1
-27
/
+60
*
st/mesa: expose KHR_texture_compression_astc_sliced_3d
Marek Olšák
2018-08-24
3
-3
/
+6
*
st/mesa: expose EXT_disjoint_timer_query
Marek Olšák
2018-08-24
2
-0
/
+2
*
mesa: expose EXT_vertex_attrib_64bit
Marek Olšák
2018-08-24
4
-0
/
+74
*
mesa: expose AMD_query_buffer_object
Marek Olšák
2018-08-24
2
-0
/
+2
*
mesa: expose AMD_multi_draw_indirect
Marek Olšák
2018-08-24
3
-0
/
+22
*
mesa: expose AMD_gpu_shader_int64
Marek Olšák
2018-08-24
9
-12
/
+261
*
mesa: expose ARB_post_depth_coverage in the Compatibility profile
Marek Olšák
2018-08-24
2
-1
/
+2
*
intel/nir: Enable nir_opt_find_array_copies
Jason Ekstrand
2018-08-23
2
-13
/
+28
*
nir: Add an array copy optimization
Jason Ekstrand
2018-08-23
4
-0
/
+415
*
intel/nir: Use nir_shrink_vec_array_vars
Jason Ekstrand
2018-08-23
1
-0
/
+1
*
nir: Add a array-of-vector variable shrinking pass
Jason Ekstrand
2018-08-23
2
-0
/
+718
*
intel/nir: Use the new structure and array splitting passes
Jason Ekstrand
2018-08-23
1
-0
/
+2
*
nir: Add an array splitting pass
Jason Ekstrand
2018-08-23
2
-0
/
+584
*
nir: Add a structure splitting pass
Jason Ekstrand
2018-08-23
4
-0
/
+278
*
nir/types: Add array_or_matrix helpers
Jason Ekstrand
2018-08-23
2
-0
/
+17
*
i965: don't include compute resources in "Combined" limits
Kenneth Graunke
2018-08-23
1
-11
/
+11
*
radeonsi: increase the maximum UBO size to 2 GB
Marek Olšák
2018-08-23
1
-1
/
+1
*
radeonsi: bump MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
2
-3
/
+3
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
19
-1
/
+39
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
19
-1
/
+40
*
tgsi/ureg: don't call tgsi_sanity when it's too slow
Marek Olšák
2018-08-23
1
-1
/
+12
*
st/mesa: fix up uniform limits to be able to expose large UBOs
Marek Olšák
2018-08-23
1
-8
/
+23
*
st/mesa: don't include compute resources in "Combined" limits
Marek Olšák
2018-08-23
1
-6
/
+3
*
st/mesa: set ctx->Const.SubPixelBits
Marek Olšák
2018-08-23
1
-0
/
+1
*
glsl: fix error checking against MAX_UNIFORM_LOCATIONS
Marek Olšák
2018-08-23
1
-2
/
+6
[next]