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
*
meson: Enable SSE4.1 optimizations
Dylan Baker
2017-11-22
1
-3
/
+11
*
i965: Support decoding INTERFACE_DESCRIPTOR_DATA with INTEL_DEBUG=bat
Jordan Justen
2017-11-21
1
-0
/
+24
*
mesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for CompressedTexImage3D
Juan A. Suarez Romero
2017-11-21
1
-1
/
+19
*
st/glsl_to_nir: don't generate nir twice for gs
Timothy Arceri
2017-11-21
1
-8
/
+2
*
i965: Optimize bucket index calculation
Aravindan Muthukumar
2017-11-20
1
-8
/
+39
*
st/mesa: use asynchronous flushes in st_finish
Nicolai Hähnle
2017-11-20
1
-1
/
+1
*
st/mesa: implement st_server_wait_sync properly
Nicolai Hähnle
2017-11-20
1
-2
/
+24
*
i965: Mark BOs as external when we export their handle
Jason Ekstrand
2017-11-17
3
-1
/
+11
*
i965/bufmgr: Add a helper to mark a BO as external
Jason Ekstrand
2017-11-17
1
-6
/
+11
*
i965: Revert Gen8 aspect of VF PIPE_CONTROL workaround.
Kenneth Graunke
2017-11-17
1
-1
/
+5
*
i965: Rewrite disassembly annotation code
Matt Turner
2017-11-17
1
-1
/
+1
*
i965: Remove DWord length from MI_FLUSH_DW definition
Anuj Phogat
2017-11-17
1
-1
/
+1
*
mesa/main/texcompress_s3tc_tmp.h: Fix two -Wparam-unused warnings.
Gert Wollny
2017-11-17
1
-2
/
+2
*
st/mesa: use enum types instead of int/unsigned (v3)
Brian Paul
2017-11-16
4
-12
/
+23
*
st/mesa: don't move ssbo after atomic buffers if we support hw atomics
Dave Airlie
2017-11-17
2
-9
/
+13
*
i965: Upload invariant state once at the start of the batch on Gen4-5.
Kenneth Graunke
2017-11-16
4
-13
/
+3
*
meson: Add dridriverdir variable to dri.pc.
Rafael Antognolli
2017-11-16
1
-0
/
+1
*
i915: add missing extensions.h include
Emil Velikov
2017-11-16
2
-0
/
+2
*
mesa: return 'unrecognized' extensions in glGetStringi
Emil Velikov
2017-11-16
1
-0
/
+13
*
mesa: rework the way we manage extra_extensions
Emil Velikov
2017-11-16
2
-43
/
+39
*
mesa: pass the ctx to _mesa_one_time_init_extension_overrides
Emil Velikov
2017-11-16
3
-3
/
+3
*
mesa: call atexit() only as needed
Emil Velikov
2017-11-16
1
-3
/
+1
*
mesa: remove unnecessary 'sort by year' for the GL extensions
Emil Velikov
2017-11-16
1
-50
/
+3
*
mesa: reuse set_extension() for _mesa_extension_override_disables
Emil Velikov
2017-11-16
1
-4
/
+3
*
mesa: drop unnecessary coping of extra_extensions
Emil Velikov
2017-11-16
1
-11
/
+6
*
mesa: remove duplicate 'disabled extensions' list
Emil Velikov
2017-11-16
1
-7
/
+1
*
mesa: call _mesa_make_extension_string only as needed
Emil Velikov
2017-11-16
2
-2
/
+2
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
12
-20
/
+24
*
i965: remove ARB_compute_shader extension override
Emil Velikov
2017-11-16
1
-2
/
+1
*
i965: use _mesa_is_desktop_gl helper
Emil Velikov
2017-11-16
1
-1
/
+1
*
i965: Implement another VF cache invalidate workaround on Gen8+.
Kenneth Graunke
2017-11-16
1
-8
/
+33
*
st/mesa: whitespace fixes in st_manager.c
Brian Paul
2017-11-15
1
-5
/
+31
*
st/mesa: whitespace clean-ups in st_context.c
Brian Paul
2017-11-15
1
-31
/
+46
*
st/mesa: move st_manager_destroy() earlier in file
Brian Paul
2017-11-15
1
-13
/
+15
*
st/mesa: move st_init_driver_flags() earlier in file
Brian Paul
2017-11-15
1
-61
/
+62
*
i965: Drop some reserved space remnants.
Kenneth Graunke
2017-11-15
2
-4
/
+1
*
i965: Fold ABO state upload code into the SSBO/UBO state upload code.
Kenneth Graunke
2017-11-15
10
-189
/
+16
*
i965: Use nir_lower_atomics_to_ssbos and delete ABO compiler code.
Kenneth Graunke
2017-11-15
3
-11
/
+8
*
i965: Make a better helper function for UBO/SSBO/ABO surface handling.
Kenneth Graunke
2017-11-15
3
-94
/
+37
*
st/glsl_to_tgsi: use tgsi_get_gl_varying_semantic() for gs/tes outputs
Timothy Arceri
2017-11-15
1
-91
/
+5
*
st/glsl_to_tgsi: make use of tgsi_get_gl_varying_semantic()
Timothy Arceri
2017-11-15
1
-71
/
+11
*
i965: Make use of brw_load_register_imm32() helper function
Anuj Phogat
2017-11-14
5
-40
/
+19
*
i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DW
Anuj Phogat
2017-11-14
2
-5
/
+19
*
i965: Program DWord Length in MI_FLUSH_DW
Anuj Phogat
2017-11-14
2
-2
/
+2
*
mesa/st: add missing copyright headers to memoryobjects files
Andres Rodriguez
2017-11-14
2
-0
/
+48
*
mesa: minor tidy up for memory object error strings
Andres Rodriguez
2017-11-14
1
-16
/
+14
*
i965: implement (un)mapImage
Julien Isorce
2017-11-14
1
-2
/
+63
*
i965: Track the depth and render caches separately
Jason Ekstrand
2017-11-13
5
-22
/
+26
*
i965/blorp: Add more destination flushing
Jason Ekstrand
2017-11-13
1
-1
/
+6
*
i965: Add more precise cache tracking helpers
Jason Ekstrand
2017-11-13
6
-13
/
+49
[next]