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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
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
1
-0
/
+3
*
iris: fix decode_get_bo callback
Lionel Landwerlin
2019-03-07
1
-1
/
+3
*
virgl: remove unused variable
Erik Faye-Lund
2019-03-07
1
-1
/
+0
*
virgl: remove unused variable
Erik Faye-Lund
2019-03-07
1
-1
/
+0
*
virgl: remove unused variable
Erik Faye-Lund
2019-03-07
1
-1
/
+0
*
virgl: remove unused variables
Erik Faye-Lund
2019-03-07
1
-3
/
+0
*
iris: fix decoder call
Lionel Landwerlin
2019-03-07
1
-1
/
+1
*
iris: add support for tgsi_to_nir
Andre Heider
2019-03-07
1
-3
/
+8
*
iris: Fix MOCS for blits and clears
Kenneth Graunke
2019-03-06
5
-20
/
+27
*
radeonsi/nir: stop calling nir_lower_returns()
Timothy Arceri
2019-03-06
1
-1
/
+0
*
glsl: use NIR function inlining for drivers that use glsl_to_nir()
Timothy Arceri
2019-03-06
2
-4
/
+4
*
glsl/freedreno/panfrost: pass gl_context to the standalone compiler
Timothy Arceri
2019-03-06
2
-3
/
+8
*
iris: setup EdgeFlag Vertex Element when needed.
Jose Maria Casanova Crespo
2019-03-06
3
-15
/
+86
*
nir/lower_doubles: Inline functions directly in lower_doubles
Jason Ekstrand
2019-03-06
1
-1
/
+1
*
tgsi_to_nir: Set correct location for uniforms.
Timur Kristóf
2019-03-05
1
-0
/
+1
*
tgsi_to_nir: Improve interpolation modes.
Timur Kristóf
2019-03-05
1
-15
/
+21
*
tgsi_to_nir: use sampler variables and derefs
Kenneth Graunke
2019-03-05
1
-10
/
+79
*
tgsi_to_nir: Support FACE and POSITION properly.
Timur Kristóf
2019-03-05
1
-12
/
+68
*
tgsi_to_nir: Extract ttn_emulate_tgsi_front_face into its own function.
Timur Kristóf
2019-03-05
1
-14
/
+20
*
tgsi_to_nir: Restructure system value loads.
Timur Kristóf
2019-03-05
1
-10
/
+6
*
tgsi_to_nir: Produce optimized NIR for a given pipe_screen.
Timur Kristóf
2019-03-05
8
-13
/
+153
*
freedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
Timur Kristóf
2019-03-05
12
-19
/
+37
*
tgsi_to_nir: Split to smaller functions.
Timur Kristóf
2019-03-05
1
-26
/
+56
*
tgsi_to_nir: Make the TGSI IF translation code more readable.
Timur Kristóf
2019-03-05
1
-4
/
+5
*
tgsi_to_nir: Fix TGSI LIT translation by using flt.
Timur Kristóf
2019-03-05
1
-3
/
+3
*
tgsi_to_nir: Fix the TGSI ARR translation by converting the result to int.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
nir: Add ability for shaders to use window space coordinates.
Timur Kristóf
2019-03-05
2
-0
/
+5
*
st/nine: Ignore multisample quality level if no ms
Axel Davy
2019-03-04
1
-0
/
+4
*
st/nine: Ignore window size if error
Axel Davy
2019-03-04
1
-1
/
+8
[next]