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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radv: fix MSAA on SI gpus.
Dave Airlie
2017-08-07
1
-3
/
+7
*
radv: add separate fmask tile swizzle counter.
Dave Airlie
2017-08-07
3
-3
/
+11
*
radv: fix f16->f32 denorm handling for SI/CIK. (v2)
Dave Airlie
2017-08-07
1
-2
/
+16
*
etnaviv: Add support for R8_UNORM textures
Wladimir J. van der Laan
2017-08-06
1
-1
/
+1
*
etnaviv: Implement ICACHE
Wladimir J. van der Laan
2017-08-06
6
-18
/
+95
*
etnaviv: Unified uniforms support
Wladimir J. van der Laan
2017-08-06
3
-4
/
+36
*
etnaviv: Update headers from rnndb
Wladimir J. van der Laan
2017-08-06
1
-5
/
+9
*
fix GL_ARB_spirv_extensions name
Ilia Mirkin
2017-08-06
1
-1
/
+1
*
radv: Use the correct channel for alpha in resolve srgb conversion.
Bas Nieuwenhuizen
2017-08-06
1
-1
/
+1
*
radv: Only convert linear->srgb in compute resolves.
Bas Nieuwenhuizen
2017-08-06
5
-79
/
+54
*
radv: Don't use SRGB format for image stores during resolve.
Bas Nieuwenhuizen
2017-08-06
2
-1
/
+24
*
radeonsi: enable support for EXT_memory_object
Andres Rodriguez
2017-08-06
1
-1
/
+1
*
radv: generate the same driver UUID as radeonsi
Andres Rodriguez
2017-08-06
2
-1
/
+9
*
radv: generate same device UUID as radeonsi
Andres Rodriguez
2017-08-06
1
-7
/
+4
*
mesa: hook up queries for NUM_TILING_TYPES and TILING_TYPES
Andres Rodriguez
2017-08-06
3
-0
/
+47
*
radeonsi: hook up device/driver UUID queries
Andres Rodriguez
2017-08-06
1
-0
/
+14
*
ac/gpu: add driver/device UUID query helpers
Andres Rodriguez
2017-08-06
2
-0
/
+32
*
mesa: hook up UUID queries for driver and device
Andres Rodriguez
2017-08-06
5
-0
/
+73
*
gallium: introduce device/driver UUID queries
Andres Rodriguez
2017-08-06
4
-0
/
+63
*
mesa: implement glGetUnsignedByte{v|i_v}
Andres Rodriguez
2017-08-06
1
-0
/
+174
*
mesa/st: expose EXT_memory_object and EXT_memory_object_fd
Andres Rodriguez
2017-08-06
3
-0
/
+6
*
mesa: hook up (Named)BufferStorageMem api
Timothy Arceri
2017-08-06
1
-20
/
+65
*
mesa/st: implement memory objects as a backend for buffer objects
Andres Rodriguez
2017-08-06
2
-17
/
+61
*
radeonsi: add basic memory object support
Dave Airlie
2017-08-06
2
-0
/
+122
*
radeonsi: factor out metadata import
Andres Rodriguez
2017-08-06
1
-27
/
+36
*
mesa/st: implement memory objects as a backend for texture storage
Dave Airlie
2017-08-06
2
-12
/
+106
*
mesa/st: factor out st_AllocTextureStorage into a helper
Andres Rodriguez
2017-08-06
1
-7
/
+19
*
mesa: hook up memory object multisamples tex(ture)storage api
Andres Rodriguez
2017-08-06
3
-28
/
+103
*
mesa: hook up memoryobject tex(ture)storage api
Andres Rodriguez
2017-08-06
4
-32
/
+191
*
mesa/st: start adding memory object support
Dave Airlie
2017-08-06
4
-0
/
+93
*
gallium: introduce memory object
Dave Airlie
2017-08-06
4
-0
/
+153
*
mesa: add support for memory object parameters
Andres Rodriguez
2017-08-06
2
-1
/
+53
*
mesa: add support for memory object creation/import/delete
Andres Rodriguez
2017-08-06
6
-2
/
+233
*
mapi: add EXT_external_objects and EXT_external_objects_fd
Andres Rodriguez
2017-08-06
13
-1
/
+820
*
clover/device: Move device_version into core and add device_clc_version
Aaron Watry
2017-08-05
3
-2
/
+14
*
radv: avoid GPU hangs if someone does a resolve with non-multisample src (v2)
Dave Airlie
2017-08-05
1
-0
/
+5
*
loader: drop the [gs]et_swap_interval callbacks
Emil Velikov
2017-08-04
4
-44
/
+7
*
egl/x11: don't leak xfixes_query in the error path
Emil Velikov
2017-08-04
1
-0
/
+1
*
loader: rework xmlconfig dependency
Emil Velikov
2017-08-04
6
-19
/
+16
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
24
-293
/
+128
*
i965: Convert reloc.target_handle into an index for I915_EXEC_HANDLE_LUT
Kenneth Graunke
2017-08-04
1
-2
/
+2
*
i965: Use a C99 initializer for new validation list entries.
Kenneth Graunke
2017-08-04
1
-10
/
+7
*
i965: Simplify some bo != batch->bo special cases.
Kenneth Graunke
2017-08-04
1
-27
/
+19
*
i965: Use I915_EXEC_BATCH_FIRST when available.
Kenneth Graunke
2017-08-04
4
-10
/
+33
*
i965: Move add_exec_bo()
Chris Wilson
2017-08-04
1
-53
/
+53
*
i965: Ignore reloc read/write domains
Chris Wilson
2017-08-04
1
-11
/
+7
*
i965: Use I915_EXEC_NO_RELOC
Chris Wilson
2017-08-04
1
-7
/
+33
*
i965: Initialize flags to 0 and |= in new flags.
Kenneth Graunke
2017-08-04
1
-3
/
+3
*
i965: Make add_exec_bo return the validation list index.
Kenneth Graunke
2017-08-04
1
-4
/
+5
*
i965: Track last location of bo used for the batch
Chris Wilson
2017-08-04
3
-2
/
+27
[prev]
[next]