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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IR
Timothy Arceri
2018-02-10
1
-2
/
+9
*
r600: add PIPE_SHADER_IR_NATIVE to supported shaders for cs
Timothy Arceri
2018-02-10
1
-3
/
+7
*
radeonsi/nir: add depth layout to scan pass
Timothy Arceri
2018-02-10
1
-0
/
+19
*
radeonsi/nir: add FRAG_RESULT_COLOR to scan pass
Timothy Arceri
2018-02-10
1
-0
/
+6
*
ac: convert nir_op_f2f32 src to a float
Timothy Arceri
2018-02-10
1
-0
/
+1
*
ac: fix some 64bit unpack asserts
Timothy Arceri
2018-02-10
1
-2
/
+2
*
Revert "i965: prevent potentially null pointer access"
Mark Janes
2018-02-09
1
-1
/
+1
*
egl/gbm: Ensure EGLConfigs match GBM surface format
Daniel Stone
2018-02-09
1
-4
/
+48
*
egl/gbm: Remove duplicate format table
Daniel Stone
2018-02-09
1
-18
/
+17
*
gbm/dri: Expose visuals table through gbm_dri_device
Daniel Stone
2018-02-09
2
-11
/
+19
*
gbm/dri: Add RGBA masks to GBM format table
Daniel Stone
2018-02-09
1
-9
/
+37
*
egl/wayland: Use an array for modifiers
Daniel Stone
2018-02-09
2
-72
/
+20
*
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
[next]