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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno: make texture state an array
Rob Clark
2017-04-18
10
-39
/
+45
*
freedreno/ir3: refactor out helpers for comparing shader keys
Rob Clark
2017-04-18
4
-79
/
+63
*
util/queue: don't hang at exit
Rob Clark
2017-04-18
1
-1
/
+10
*
vc4: Enable V3D 2.6.
Eric Anholt
2017-04-18
1
-1
/
+1
*
st/mesa: add st_convert_sampler()
Samuel Pitoiset
2017-04-18
2
-12
/
+36
*
mesa/glthread: add async support to ARB_viewport_array functions
Bartosz Tomczyk
2017-04-18
1
-5
/
+5
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
11
-62
/
+60
*
anv/cmd_buffer: Disable CCS on BDW input attachments
Nanley Chery
2017-04-17
2
-30
/
+13
*
anv: blorp: flush memory after copy
Lionel Landwerlin
2017-04-17
1
-2
/
+2
*
radv: enable timestampComputeAndGraphics
Grazvydas Ignotas
2017-04-17
1
-1
/
+1
*
freedreno: fix crash if ctx torn down with no rendering
Rob Clark
2017-04-17
1
-1
/
+1
*
freedreno/ir3: add 'high' register class
Rob Clark
2017-04-17
3
-67
/
+131
*
freedreno: extract helper for stage->sb for a4xx+
Rob Clark
2017-04-17
5
-28
/
+29
*
freedreno/{a4xx,a5xx}: switch to CP_LOAD_STATE4
Rob Clark
2017-04-17
5
-127
/
+124
*
freedreno: update generated headers
Rob Clark
2017-04-17
8
-213
/
+794
*
configure.ac: print deprecation warning as needed
Emil Velikov
2017-04-17
1
-1
/
+2
*
docs: add news item and link release notes for 17.0.4
Emil Velikov
2017-04-17
2
-0
/
+7
*
docs: add sha256 checksums for 17.0.4
Emil Velikov
2017-04-17
1
-1
/
+2
*
docs: add release notes for 17.0.4
Emil Velikov
2017-04-17
1
-0
/
+148
*
docs: add 17.2.0-devel release notes template, bump version
Emil Velikov
2017-04-17
2
-1
/
+65
*
configure.ac: deprecate --with-egl-platforms over --with-platforms
17.1-branchpoint
Emil Velikov
2017-04-17
4
-10
/
+31
*
configure: remove egl platforms check
Emil Velikov
2017-04-17
1
-4
/
+0
*
travis: remove unneeded dri3/present proto requirement
Emil Velikov
2017-04-17
1
-10
/
+0
*
configure: remove unneeded dri3/present proto requirements
Emil Velikov
2017-04-17
1
-7
/
+0
*
EGL: Implement the libglvnd interface for EGL (v3)
Kyle Brenneman
2017-04-17
16
-32
/
+3501
*
android: add marshal_generated c and h files to generated sources
Tapani Pälli
2017-04-17
1
-1
/
+3
*
configure.ac: honour --disable-libunwind if the .pc file is present
Emil Velikov
2017-04-17
1
-1
/
+2
*
docs: document the C++14 SWR requirement
Emil Velikov
2017-04-17
1
-1
/
+1
*
winsys/amdgpu: init buffer_indices_hashlist with memset()
Samuel Pitoiset
2017-04-17
1
-8
/
+2
*
winsys/amdgpu: simplify amdgpu_cs_add_buffer() a bit
Samuel Pitoiset
2017-04-17
1
-4
/
+3
*
i965/drm: Delete NULL check in brw_bo_unmap().
Kenneth Graunke
2017-04-16
1
-3
/
+0
*
intel/decoder: Fix is_header_field starting condition.
Kenneth Graunke
2017-04-16
1
-1
/
+1
*
i965/drm: Remove dead return in brw_bo_busy()
Kenneth Graunke
2017-04-16
1
-3
/
+1
*
android: amd/addrlib: trivial fix for gfx9 support
Mauro Rossi
2017-04-17
1
-0
/
+2
*
nir: Add GLSL_TYPE_[U]INT64 to some switch statements
Jason Ekstrand
2017-04-16
2
-0
/
+4
*
gallium/radeon: always flush asynchronously and wait after begin_new_cs
Marek Olšák
2017-04-17
2
-4
/
+11
*
radeonsi: remove local variable 'mod' from si_compile_tgsi_shader
Marek Olšák
2017-04-17
1
-5
/
+2
*
radeonsi: add si_shader_selector::vs_needs_prolog
Marek Olšák
2017-04-17
3
-7
/
+10
*
radeonsi: don't set VGT_GS_MODE as part of the GS state
Marek Olšák
2017-04-17
1
-2
/
+0
*
radeonsi: don't allow user indices with indirect draws
Marek Olšák
2017-04-17
1
-4
/
+4
*
radeonsi: merge two if (indirect) statements
Marek Olšák
2017-04-17
1
-27
/
+25
*
radeonsi: don't mark non-dirty textures with CMASK as compressed
Marek Olšák
2017-04-17
1
-2
/
+3
*
docs: Document interaction Fixes tag and stable branches.
Bas Nieuwenhuizen
2017-04-15
1
-0
/
+4
*
glsl: don't run the GLSL pre-processor when we are skipping compilation
Timothy Arceri
2017-04-15
2
-9
/
+20
*
glsl: delay optimisations on individual shaders when cache is available
Timothy Arceri
2017-04-15
4
-78
/
+96
*
anv: Add the pci_id into the shader cache UUID
Jason Ekstrand
2017-04-14
1
-5
/
+15
*
etnaviv: native fence fd support
Philipp Zabel
2017-04-15
7
-7
/
+83
*
docs: mark GL_ARB_vertex_attrib_64bit and OpenGL 4.2 as supported by i965/gen7+
Francisco Jerez
2017-04-14
2
-4
/
+7
*
i965: enable OpenGL 4.2 in Ivybridge
Juan A. Suarez Romero
2017-04-14
2
-2
/
+2
*
i965: enable ARB_shader_precision in gen7+
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
[next]