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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Hard code CS scratch_ids_per_subslice for Cherryview
Jordan Justen
2018-03-20
1
-17
/
+27
*
st/mesa: expose 0 shader binary formats for compat profiles for Qt
Marek Olšák
2018-03-20
4
-6
/
+14
*
i965: Fix KHR_blend_equation_advanced with some render targets.
Francisco Jerez
2018-03-20
1
-1
/
+3
*
i965: perf: ensure reading config IDs from sysfs isn't interrupted
Lionel Landwerlin
2018-03-20
1
-1
/
+2
*
i965: Fix aux-surface size check
Daniel Stone
2018-03-20
2
-3
/
+12
*
meson: use a custom target instead of a generator for i965 oa
Dylan Baker
2018-03-20
1
-11
/
+10
*
mesa: add missing switch case for EXTRA_VERSION_40 in check_extra()
Brian Paul
2018-03-20
1
-0
/
+5
*
meson: fix test source name for static glapi
Dylan Baker
2018-03-20
1
-1
/
+1
*
mesa: don't clamp just based on ARB_viewport_array extension
Gurchetan Singh
2018-02-28
1
-3
/
+2
*
i965/gen10: Remove warning message.
Rafael Antognolli
2018-02-28
1
-7
/
+0
*
i965: Fix bugs in intel_from_planar
Daniel Stone
2018-02-28
1
-27
/
+29
*
i965: perf: use drmIoctl() instead of ioctl()
Lionel Landwerlin
2018-02-28
1
-2
/
+2
*
i965: Support 0 ARB_get_program_binary formats for compat profiles
Jordan Justen
2018-02-23
1
-1
/
+8
*
osx: ld doesn't support --build-id
Jon Turney
2018-02-05
1
-1
/
+1
*
mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.
Eric Anholt
2018-02-05
1
-6
/
+0
*
i965: Bump official kernel requirement to Linux v3.9.
Kenneth Graunke
2018-02-05
1
-2
/
+2
*
i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8
Andres Gomez
2018-02-05
1
-5
/
+27
*
meson: libdrm shouldn't appear in Requires.private: if it wasn't found
Jon Turney
2018-02-05
1
-1
/
+6
*
st/shader_cache: restore num_tgsi_tokens when loading from cache
Timothy Arceri
2018-02-05
1
-9
/
+16
*
i965/gen10: Use CS Stall instead of WriteImmediate.
Rafael Antognolli
2018-02-05
1
-6
/
+4
*
i965: Create new program cache bo when clearing the program cache
Jordan Justen
2018-02-05
1
-0
/
+1
*
i965: Call prepare_external after implicit window-system MSAA resolves
Jason Ekstrand
2018-02-05
1
-0
/
+15
*
i965: fix disk_cache leak when destroying context
Tapani Pälli
2018-02-05
1
-0
/
+3
*
i965: fix prog_data leak in brw_disk_cache
Tapani Pälli
2018-02-05
1
-0
/
+2
*
meson: fix missing dependencies
Greg V
2018-01-26
1
-1
/
+1
*
vbo: fix incorrect min/max_index values in display list draw call
Brian Paul
2018-01-26
3
-3
/
+8
*
radeon: remove left over dead code
Eric Engestrom
2018-01-26
1
-6
/
+0
*
i965/gen10: Ignore push constant packets during context restore.
Rafael Antognolli
2018-01-26
3
-0
/
+54
*
mesa: Fix function pointers initialization in status tracker
Eleni Maria Stea
2018-01-26
1
-2
/
+2
*
i965/draw: Set NEW_AUX_STATE when draw aux changes
Jason Ekstrand
2018-01-26
1
-1
/
+4
*
i965: Replace draw_aux_buffer_disabled with draw_aux_usage
Jason Ekstrand
2018-01-26
4
-35
/
+27
*
i965/surface_state: Drop brw_aux_surface_disabled
Jason Ekstrand
2018-01-26
1
-20
/
+0
*
i965/miptree: Add an aux_disabled parameter to render_aux_usage
Jason Ekstrand
2018-01-26
5
-8
/
+17
*
i965/miptree: Take an aux_usage in prepare/finish_render
Jason Ekstrand
2018-01-26
4
-16
/
+8
*
i965: Don't try to disable render aux buffers for compute
Topi Pohjolainen
2018-01-26
1
-2
/
+4
*
automake: small cleanup after the meson.build inclusion
18.0-branchpoint
Emil Velikov
2018-01-23
1
-2
/
+2
*
i965: Drop render_target_start from binding table struct.
Kenneth Graunke
2018-01-22
1
-6
/
+4
*
i965: make brw_context::num_samples unsigned int
Emil Velikov
2018-01-22
1
-1
/
+1
*
st/mesa: provide static inline st_init_vdpau_functions
Emil Velikov
2018-01-22
2
-6
/
+8
*
i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
Chris Wilson
2018-01-22
1
-1
/
+3
*
i965: Set tiling on BOs imported with modifiers
Jason Ekstrand
2018-01-21
1
-1
/
+10
*
i965/bufmgr: Add a create_from_prime_tiled function
Jason Ekstrand
2018-01-21
2
-8
/
+35
*
i965/miptree: Use the tiling from the modifier instead of the BO
Jason Ekstrand
2018-01-21
1
-4
/
+5
*
i965/miptree: Add an explicit tiling parameter to create_for_bo
Jason Ekstrand
2018-01-21
6
-10
/
+24
*
mesa: Only require independent blending for GLES 3.2.
Eric Anholt
2018-01-21
1
-1
/
+1
*
i965: Delete completely bogus comment
Kenneth Graunke
2018-01-20
1
-5
/
+0
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
12
-7
/
+22
*
i965: Avoid problems from referencing orphaned BOs after growing.
Kenneth Graunke
2018-01-19
2
-24
/
+105
*
i965: Rename 'aux' to 'prog_data' in program cache.
Kenneth Graunke
2018-01-19
1
-15
/
+16
*
mesa/program: Fix -Wunused-param warning
Gert Wollny
2018-01-19
4
-6
/
+4
[next]