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
...
*
autotools: don't build libGLES*.so with GLVND
Eric Engestrom
2019-03-08
1
-2
/
+8
*
meson: don't build libGLES*.so with GLVND
Eric Engestrom
2019-03-08
1
-5
/
+7
*
pipebuffer: s/PB_ALL_USAGE_FLAGS/PB_USAGE_ALL/
Brian Paul
2019-03-08
1
-1
/
+1
*
svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
Brian Paul
2019-03-08
1
-1
/
+1
*
svga: refactor draw_vgpu10() function
Brian Paul
2019-03-08
1
-105
/
+141
*
st/mesa: whitespace, formatting fixes in st_cb_flush.c
Brian Paul
2019-03-08
1
-14
/
+19
*
st/mesa: move, clean-up shader variant key decls/inits
Brian Paul
2019-03-08
2
-10
/
+7
*
winsys/svga: use new pb_usage_flags enum type
Brian Paul
2019-03-08
3
-6
/
+26
*
pipebuffer: whitespace fixes in pb_buffer.h
Brian Paul
2019-03-08
1
-52
/
+49
*
pipebuffer: use new pb_usage_flags enum type
Brian Paul
2019-03-08
11
-32
/
+45
*
svga: add svga shader type in the shader variant
Charmaine Lee
2019-03-08
10
-31
/
+33
*
gallium/util: add some const qualifiers in u_bitmask.c
Brian Paul
2019-03-08
1
-6
/
+10
*
gallium/util: whitespace cleanups in u_bitmask.[ch]
Brian Paul
2019-03-08
2
-84
/
+85
*
nir/linker: fix ARRAY_SIZE query with xfb varyings
Alejandro Piñeiro
2019-03-08
1
-1
/
+2
*
nir/linker: Fix TRANSFORM_FEEDBACK_BUFFER_INDEX
Antia Puentes
2019-03-08
1
-1
/
+11
*
nir/linker: use nir_gather_xfb_info
Alejandro Piñeiro
2019-03-08
1
-186
/
+54
*
nir/xfb: handle arrays and AoA of basic types
Alejandro Piñeiro
2019-03-08
1
-10
/
+32
*
nir_types: add glsl_type_is_struct helper
Alejandro Piñeiro
2019-03-08
2
-0
/
+7
*
nir/xfb: sort varyings too
Alejandro Piñeiro
2019-03-08
1
-2
/
+17
*
nir/xfb: adding varyings on nir_xfb_info and gather_info
Alejandro Piñeiro
2019-03-08
4
-12
/
+49
*
nir_types: add glsl_varying_count helper
Alejandro Piñeiro
2019-03-08
2
-0
/
+7
*
nir/xfb: add component_offset at nir_xfb_info
Alejandro Piñeiro
2019-03-08
2
-0
/
+4
*
Revert "radv: execute external subpass barriers after ending subpasses"
Samuel Pitoiset
2019-03-08
1
-2
/
+2
*
intel/error2aub: support older style engine names
Lionel Landwerlin
2019-03-08
1
-6
/
+14
*
intel/error2aub: deal with GuC log buffer
Lionel Landwerlin
2019-03-08
1
-0
/
+1
*
intel/error2aub: add a verbose option
Lionel Landwerlin
2019-03-08
1
-2
/
+16
*
intel/error2aub: write GGTT buffers into the aub file
Lionel Landwerlin
2019-03-08
3
-12
/
+149
*
intel/error2aub: store engine last ring buffer head/tail pointers
Lionel Landwerlin
2019-03-08
1
-0
/
+22
*
intel/error2aub: annotate buffer with their address space
Lionel Landwerlin
2019-03-08
1
-11
/
+26
*
intel/error2aub: parse other buffer types
Lionel Landwerlin
2019-03-08
1
-13
/
+22
*
intel/error2aub: strenghten batchbuffer identifier marker
Lionel Landwerlin
2019-03-08
1
-2
/
+2
*
intel/error2aub: identify buffers by engine
Lionel Landwerlin
2019-03-08
1
-24
/
+60
*
intel/error2aub: build a list of BOs before writing them
Lionel Landwerlin
2019-03-08
1
-37
/
+87
*
iris: Wire up EGL_IMG_context_priority
Chris Wilson
2019-03-07
4
-3
/
+19
*
iris: Export a copy_region helper that doesn't flush
Kenneth Graunke
2019-03-07
2
-16
/
+48
*
iris: Spruce up "are we using this engine?" checks for flushing
Kenneth Graunke
2019-03-07
2
-12
/
+12
*
radeonsi/nir: Only set window_space_position for vertex shaders.
Timur Kristóf
2019-03-08
1
-2
/
+4
*
nir/builder: Add a build_deref_array_imm helper
Jason Ekstrand
2019-03-07
8
-18
/
+26
*
nir/builder: Cast array indices in build_deref_follower
Jason Ekstrand
2019-03-07
1
-1
/
+7
*
nir/builder: Emit better code for iadd/imul_imm
Jason Ekstrand
2019-03-07
2
-5
/
+24
*
freedreno/a6xx: perfcntrs
Rob Clark
2019-03-07
5
-1
/
+1019
*
freedreno/a6xx: fix border-color swizzles
Rob Clark
2019-03-07
1
-2
/
+9
*
freedreno/a6xx: refactor fd6_tex_swiz()
Rob Clark
2019-03-07
4
-34
/
+61
*
freedreno/a6xx: remove astc_srgb workaround
Rob Clark
2019-03-07
4
-45
/
+2
*
freedreno: fix ir3_cmdline build
Rob Clark
2019-03-07
2
-0
/
+3
*
iris: Drop PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Kenneth Graunke
2019-03-07
1
-1
/
+0
*
iris: Properly support alpha and luminance-alpha formats
Kenneth Graunke
2019-03-07
4
-85
/
+117
*
iris: Defer uploading sampler state tables until draw time
Kenneth Graunke
2019-03-07
3
-20
/
+44
*
iris: Plumb through ISL_SWIZZLE_IDENTITY in buffer surface emitters
Kenneth Graunke
2019-03-07
1
-6
/
+8
*
isl: Add a swizzle parameter to isl_buffer_fill_state()
Kenneth Graunke
2019-03-07
6
-4
/
+15
[prev]
[next]