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
...
*
egl/wayland: Remove has_format enum
Daniel Stone
2018-02-09
1
-19
/
+14
*
egl/wayland: Add bpp to visual map
Daniel Stone
2018-02-09
1
-24
/
+12
*
egl/wayland: Use visual map for DRIImage<->FourCC map
Daniel Stone
2018-02-09
1
-14
/
+11
*
egl/wayland: Use visual map for format advertisement
Daniel Stone
2018-02-09
1
-39
/
+36
*
egl/wayland: Use visual map for buffer_from_image
Daniel Stone
2018-02-09
1
-21
/
+19
*
egl/wayland: Use visual map for config->format lookup
Daniel Stone
2018-02-09
1
-25
/
+36
*
egl/wayland: Add format enums to visual map
Daniel Stone
2018-02-09
1
-0
/
+13
*
egl/wayland: Use proper enum type in visual definition
Daniel Stone
2018-02-09
1
-1
/
+1
*
egl/wayland: Widen channel masks to bpp
Daniel Stone
2018-02-09
1
-5
/
+20
*
egl/wayland: Hoist format <-> EGLConfig definition up
Daniel Stone
2018-02-09
1
-16
/
+17
*
egl/wayland: Fix ARGB/XRGB transposition in config map
Daniel Stone
2018-02-09
1
-2
/
+2
*
st/mesa: generate blend state according to the number of enabled color buffers
Marek Olšák
2018-02-09
4
-9
/
+16
*
st/mesa: don't translate blend state when color writes are disabled
Marek Olšák
2018-02-09
1
-4
/
+6
*
st/mesa: don't translate blend state when it's disabled for a colorbuffer
Marek Olšák
2018-02-09
1
-3
/
+4
*
i965: prevent potentially null pointer access
Lionel Landwerlin
2018-02-09
1
-1
/
+1
*
st/va: Make the vendor string more descriptive
Mark Thompson
2018-02-09
2
-1
/
+6
*
st/va: Enable vaExportSurfaceHandle()
Mark Thompson
2018-02-09
2
-2
/
+8
*
disk cache: move path creation back to constructor
Tapani Pälli
2018-02-09
1
-86
/
+76
*
ac/nir: compute correct number of user SGPRs on GFX9
Samuel Pitoiset
2018-02-09
1
-10
/
+29
*
st/mesa: Initialize tex_target in compile_tgsi_instruction
Michel Dänzer
2018-02-09
1
-1
/
+1
*
glsl/linker: remove ubo explicit binding handling
Alejandro Piñeiro
2018-02-09
1
-56
/
+2
*
mesa: Only update enabled VAO gl_vertex_array entries.
Mathias Fröhlich
2018-02-09
2
-15
/
+22
*
gallium: Mute arrays for several meta like callbacks.
Mathias Fröhlich
2018-02-09
5
-5
/
+18
*
mesa: Fix VAO buffer object tracking.
Mathias Fröhlich
2018-02-09
1
-0
/
+2
*
radeonsi/nir: gather some missing fs info
Timothy Arceri
2018-02-09
1
-0
/
+5
*
ac: pass struct ac_llvm_context to emit_membar()
Timothy Arceri
2018-02-09
1
-3
/
+3
*
radeonsi: copy the NIR enablement debug bit to the shader cache flags
Marek Olšák
2018-02-09
1
-1
/
+2
*
intel/blorp: Use isl_aux_op instead of blorp_hiz_op
Jason Ekstrand
2018-02-08
10
-71
/
+44
*
intel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
Jason Ekstrand
2018-02-08
8
-55
/
+36
*
anv: Allow fast-clearing the first slice of a multi-slice image
Jason Ekstrand
2018-02-08
2
-12
/
+23
*
anv/cmd_buffer: Rework aux tracking
Jason Ekstrand
2018-02-08
4
-171
/
+360
*
anv/cmd_buffer: Move the mi_alu helper higher up
Jason Ekstrand
2018-02-08
1
-17
/
+19
*
anv/image: Simplify some verbose commennts
Jason Ekstrand
2018-02-08
1
-10
/
+3
*
anv: Use blorp_ccs_ambiguate instead of fast-clears
Jason Ekstrand
2018-02-08
2
-50
/
+40
*
anv/cmd_buffer: Re-arrange the logic around UNDEFINED fast-clears
Jason Ekstrand
2018-02-08
1
-17
/
+14
*
anv/cmd_buffer: Pull the undefined layout condition into the if
Jason Ekstrand
2018-02-08
1
-9
/
+4
*
intel/blorp: Add a CCS ambiguation pass
Jason Ekstrand
2018-02-08
2
-0
/
+158
*
anv: Only fast clear single-slice images
Jason Ekstrand
2018-02-08
1
-17
/
+17
*
anv/cmd_buffer: Add a mark_image_written helper
Jason Ekstrand
2018-02-08
5
-0
/
+119
*
anv/blorp: Add src/dst_level helper variables in CmdCopyImage
Jason Ekstrand
2018-02-08
1
-8
/
+6
*
anv/cmd_buffer: Add an anv_genX_call macro
Jason Ekstrand
2018-02-08
1
-15
/
+25
*
anv/cmd_buffer: Generalize transition_color_buffer
Jason Ekstrand
2018-02-08
1
-12
/
+47
*
anv/cmd_buffer: Recurse in transition_color_buffer instead of falling through
Jason Ekstrand
2018-02-08
1
-9
/
+9
*
anv/image: Support color aspects in layout_to_aux_usage
Jason Ekstrand
2018-02-08
1
-19
/
+29
*
anv/image: Add a helper for determining when fast clears are supported
Jason Ekstrand
2018-02-08
2
-0
/
+83
*
anv/image: Update a comment
Jason Ekstrand
2018-02-08
1
-1
/
+1
*
anv/blorp: Rework HiZ ops to look like MCS and CCS
Jason Ekstrand
2018-02-08
3
-26
/
+34
*
anv/blorp: Support ISL_AUX_USAGE_HIZ in surf_for_anv_image
Jason Ekstrand
2018-02-08
1
-16
/
+6
*
anv/blorp: Rework image clear/resolve helpers
Jason Ekstrand
2018-02-08
3
-104
/
+166
*
intel/isl: Codify AUX operations in an enum
Jason Ekstrand
2018-02-08
1
-25
/
+49
[prev]
[next]