index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-06
dri/common: clear the loaderPrivate pointer in driDestroyDrawable
Nicolai Hähnle
1
-0
/
+12
2017-02-06
glx: guard swap-interval functions against destroyed drawables
Nicolai Hähnle
2
-3
/
+19
2017-02-06
glx/dri3: guard in_current_context against a disappeared drawable
Nicolai Hähnle
1
-0
/
+4
2017-02-06
glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion
Nicolai Hähnle
1
-0
/
+2
2017-02-06
anv/pipeline: set ThreadDispatchEnable conditionally
Juan A. Suarez Romero
1
-23
/
+26
2017-02-06
main/fboject: default_framebuffer allowed for GetFramebufferParameter
Alejandro Piñeiro
1
-7
/
+37
2017-02-06
main/fbobject: implement new 4.5 pnames for GetFramebufferParameter
Alejandro Piñeiro
1
-0
/
+18
2017-02-06
main/framebuffer: refactor _mesa_get_color_read_format/type
Alejandro Piñeiro
4
-22
/
+71
2017-02-03
radv: fix shared memory load/stores.
Dave Airlie
1
-0
/
+7
2017-02-03
radv/ac: correctly size shared memory usage.
Dave Airlie
1
-1
/
+1
2017-02-03
radv: fix compute shared memory stores since 64-bit.
Dave Airlie
1
-1
/
+3
2017-02-03
docs: replace URL in features.txt
Brian Paul
1
-2
/
+3
2017-02-03
mesa: whitespace fixes in context.c
Brian Paul
1
-31
/
+31
2017-02-03
anv/blorp: Disable resolves for transparent black clears
Nanley Chery
1
-2
/
+8
2017-02-03
anv/cmd_buffer: Don't temporarily enable CCS_E within a render pass
Nanley Chery
1
-2
/
+13
2017-02-03
mesa: Don't crash when destroying contexts created with no visual.
Kenneth Graunke
1
-1
/
+1
2017-02-03
winsys/amdgpu: avoid potential segfault in amdgpu_bo_map()
Samuel Pitoiset
1
-7
/
+10
2017-02-03
android: fix droid_create_image_from_prime_fd_yuv for YV12
Tapani Pälli
1
-1
/
+1
2017-02-03
ilo: EOL unmaintained older gallium intel driver
Edward O'Callaghan
120
-58007
/
+0
2017-02-03
ilo: EOL drop unmaintained gallium drv from buildsys
Edward O'Callaghan
11
-50
/
+6
2017-02-03
ilo: EOL unplumb unmaintained gallium drv from winsys
Edward O'Callaghan
5
-85
/
+0
2017-02-02
configure: libdrm is a single package
Ilia Mirkin
1
-16
/
+16
2017-02-02
st/mesa: MAX_VARYING is the max supported number of patch varyings, not min
Ilia Mirkin
1
-1
/
+1
2017-02-02
vbo: process buffer binding state changes on draw when recording
Ilia Mirkin
1
-0
/
+7
2017-02-03
radv/ac: move to using shared emit_ddxy code.
Dave Airlie
1
-68
/
+7
2017-02-03
radeonsi/ac: move most of emit_ddxy to shared code.
Dave Airlie
3
-71
/
+93
2017-02-03
radv/ac: use shared thread id code
Dave Airlie
1
-42
/
+2
2017-02-03
radeonsi/ac: move get thread id to shared code.
Dave Airlie
3
-56
/
+55
2017-02-03
radv/ac: migrate to using shared code for some load/store stuff.
Dave Airlie
1
-103
/
+28
2017-02-03
radeonsi/ac: move tbuffer store and buffer load to shared code.
Dave Airlie
3
-186
/
+238
2017-02-03
radeonsi/ac: move a bunch of load/store related things to common code.
Dave Airlie
4
-94
/
+114
2017-02-03
texgetimage: Add check for the effective target to GetTextureSubImage
Eduardo Lima Mitev
1
-0
/
+6
2017-02-03
Revert "radeonsi: decrease the number of texture slots to 24"
Marek Olšák
1
-1
/
+1
2017-02-03
configure.ac: explicitly require libdrm for dri classic drivers.
Dave Airlie
1
-0
/
+5
2017-02-02
intel/isl: Add a better comment for format_supports_ccs_e
Jason Ekstrand
1
-0
/
+6
2017-02-02
anv: Remove the finishme for CCS_E with storage images
Jason Ekstrand
1
-14
/
+7
2017-02-02
intel/isl: Assert that we don't use CCS for storage images
Jason Ekstrand
1
-0
/
+6
2017-02-02
intel/isl: Add a formats_are_ccs_e_compatible helper
Jason Ekstrand
3
-0
/
+41
2017-02-02
intel/isl: Add a format_supports_ccs_d helper
Jason Ekstrand
2
-0
/
+24
2017-02-02
intel/isl: Rename supports_lossless_compression to supports_ccs_e
Jason Ekstrand
7
-15
/
+11
2017-02-02
anv/pass: Store the depth-stencil attachment's last subpass index
Nanley Chery
1
-0
/
+1
2017-02-02
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
19
-33
/
+30
2017-02-02
mesa: Enable EXT_compressed_ETC1_RGB8_sub_texture
Plamena Manolova
2
-1
/
+1
2017-02-02
configure: Only require libdrm 2.4.75 for intel.
Vinson Lee
1
-2
/
+2
2017-02-02
anv: enable VK_KHR_shader_draw_parameters
Lionel Landwerlin
2
-0
/
+5
2017-02-02
anv: emit DrawID if needed
Lionel Landwerlin
3
-7
/
+63
2017-02-02
anv: always allocate a vertex element with vertexid or instanceid
Lionel Landwerlin
1
-12
/
+0
2017-02-02
anv: move BaseVertexID/BaseInstanceID vertex buffer index to 31
Lionel Landwerlin
3
-2
/
+4
2017-02-02
anv: limit vertex buffers to 31
Lionel Landwerlin
3
-4
/
+4
2017-02-01
android: fix llvm, elf dependencies for M, N releases
Mauro Rossi
3
-4
/
+14
[next]