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
*
swr/rast: Change DS memory allocation
Tim Rowley
2017-10-19
2
-2
/
+3
*
swr/rast: Fix indentation
Tim Rowley
2017-10-19
1
-1
/
+1
*
swr/rast: Miscellaneous viewport array code changes
Tim Rowley
2017-10-19
5
-38
/
+71
*
swr/rast: Minor changes for os-x
Tim Rowley
2017-10-19
1
-2
/
+4
*
gallium: add more exceptions to tgsi_util_get_inst_usage_mask
Tim Rowley
2017-10-19
1
-0
/
+12
*
tgsi: fix tgsi_util_get_inst_usage_mask
Roland Scheidegger
2017-10-19
1
-6
/
+6
*
st/osmesa: include u_inlines.h for pipe_resource_reference
Michel Dänzer
2017-10-18
1
-0
/
+1
*
st/mesa: Initialize textures array in st_framebuffer_validate
Michel Dänzer
2017-10-18
5
-12
/
+5
*
llvmpipe: handle shader sample mask output
Roland Scheidegger
2017-10-18
1
-2
/
+24
*
meson: Add support for the vc5 driver.
Eric Anholt
2017-10-17
4
-2
/
+111
*
meson: Add support for the pl111 driver.
Eric Anholt
2017-10-17
3
-1
/
+38
*
meson: Add support for the vc4 driver.
Eric Anholt
2017-10-17
4
-2
/
+146
*
radeonsi: if there's just const buffer 0, set it in place of CONST/SSBO pointer
Marek Olšák
2017-10-17
4
-13
/
+87
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
2
-19
/
+19
*
radeonsi: handle 64-bit loads earlier in fetch_constant
Marek Olšák
2017-10-17
1
-16
/
+10
*
radeonsi: add si_descriptors::gpu_address and remove buffer_offset
Marek Olšák
2017-10-17
3
-14
/
+18
*
radeonsi: unify code for extracting a buffer address from a descriptor
Marek Olšák
2017-10-17
1
-4
/
+7
*
radeonsi: remove atom parameter from si_upload_descriptors
Marek Olšák
2017-10-17
1
-8
/
+4
*
radeonsi: pack si_descriptors better again
Marek Olšák
2017-10-17
1
-2
/
+2
*
radeonsi: emit dirty consecutive pointers in one SET_SH_REG packet
Marek Olšák
2017-10-17
1
-27
/
+39
*
radeonsi: split si_emit_shader_pointer
Marek Olšák
2017-10-17
1
-11
/
+23
*
radeonsi: generalize the SI_VS_SHADER_POINTER_MASK macro
Marek Olšák
2017-10-17
3
-4
/
+4
*
radeonsi/gfx9: use SPI_SHADER_USER_DATA_COMMON
Marek Olšák
2017-10-17
1
-13
/
+13
*
radeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9] for HS and GS
Marek Olšák
2017-10-17
2
-39
/
+16
*
radeonsi: add GFX-IB-size query to the HUD
Marek Olšák
2017-10-17
7
-0
/
+11
*
winsys/amdgpu: disable CPU caching for GFX & SDMA IBs
Marek Olšák
2017-10-17
1
-4
/
+9
*
winsys/amdgpu: don't do read-modify-write on command buffers
Marek Olšák
2017-10-17
2
-4
/
+16
*
broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode.
Eric Anholt
2017-10-17
1
-0
/
+1
*
broadcom/vc4: Skip BO labeling when in simulator mode.
Eric Anholt
2017-10-17
2
-1
/
+5
*
broadcom/vc5: Don't forget to set the RT format for 1555 textures.
Eric Anholt
2017-10-17
1
-2
/
+2
*
st/va: Return correct width and height for encode/decode support
Mark Thompson
2017-10-17
1
-10
/
+30
*
st/va: Fix config entrypoint handling
Mark Thompson
2017-10-17
1
-6
/
+12
*
st/va: Disable vaExportSurfaceHandle()
Mark Thompson
2017-10-17
2
-2
/
+2
*
meson: build llvmpipe
Dylan Baker
2017-10-16
3
-1
/
+121
*
meson: build softpipe
Dylan Baker
2017-10-16
3
-1
/
+94
*
meson: build nouveau (gallium) driver
Dylan Baker
2017-10-16
4
-1
/
+261
*
meson: build radeonsi gallium driver
Dylan Baker
2017-10-16
3
-3
/
+91
*
meson: build gallium winsys for dri, null, and wrapper
Dylan Baker
2017-10-16
6
-7
/
+123
*
meson: build radeonsi
Dylan Baker
2017-10-16
5
-0
/
+237
*
meson: Build gallium dri state tracker
Dylan Baker
2017-10-16
2
-0
/
+58
*
meson: build gallium helper drivers
Dylan Baker
2017-10-16
5
-0
/
+116
*
meson: Build gallium pipe-loader
Dylan Baker
2017-10-16
3
-0
/
+67
*
meson: Build gallium auxiliary
Dylan Baker
2017-10-16
2
-0
/
+551
*
svga: format the version string like the rest of mesa
Eric Engestrom
2017-10-16
1
-5
/
+5
*
svga: fix format_conversion_table breakage
Brian Paul
2017-10-16
1
-2
/
+7
*
a2xx: add support for a few 16-bit color rendering formats
Ilia Mirkin
2017-10-15
2
-1
/
+11
*
freedreno/a20x: Enable rendering to RGBA/RGBX
Wladimir J. van der Laan
2017-10-15
1
-1
/
+3
*
freedreno/a20x: Fix rendering to BGRX
Wladimir J. van der Laan
2017-10-15
1
-0
/
+1
*
etnaviv: rework TS enable to be a derived state
Lucas Stach
2017-10-14
3
-5
/
+43
*
etnaviv: skip unused vertex attributes when assigning VS inputs
Lucas Stach
2017-10-14
1
-0
/
+4
[next]