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
*
i965/chv: Display proper branding
Ben Widawsky
2016-03-11
3
-5
/
+31
*
i965/chv: Update lower min for CS threads
Ben Widawsky
2016-03-11
1
-1
/
+1
*
i965/chv: Check that compute threads are above threshold
Ben Widawsky
2016-03-11
2
-0
/
+9
*
i965/chv: Use kernel provided info for max_cs_threads
Ben Widawsky
2016-03-11
1
-1
/
+8
*
i965: Query and store GPU properties from kernel
Ben Widawsky
2016-03-11
2
-1
/
+31
*
st/mesa: check that the image unit is valid in st_bind_images
Nicolai Hähnle
2016-03-11
1
-1
/
+2
*
radeonsi: Lazily re-set sampler views after disabling DCC
Bas Nieuwenhuizen
2016-03-11
2
-5
/
+8
*
st/mesa: remove ST_NEW_MESA flag (v2)
Marek Olšák
2016-03-11
4
-6
/
+4
*
r600g: clear compressed_depthtex/colortex_mask when binding buffer texture
Nicolai Hähnle
2016-03-11
1
-12
/
+12
*
st/mesa: add GL_ARB_shader_atomic_counter_ops support
Ilia Mirkin
2016-03-10
2
-7
/
+57
*
mesa: add GL_ARB_shader_atomic_counter_ops support
Ilia Mirkin
2016-03-10
6
-0
/
+118
*
nvc0: add support for TGSI FMA ops
Ilia Mirkin
2016-03-10
2
-1
/
+7
*
radeonsi: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
2016-03-10
3
-2
/
+51
*
radeonsi: move si_decompress_textures to si_blit.c
Nicolai Hähnle
2016-03-10
3
-23
/
+23
*
r600g: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
2016-03-10
1
-0
/
+30
*
gallium/radeon: notify all contexts when cmasks are enabled/disabled
Nicolai Hähnle
2016-03-10
2
-0
/
+10
*
i965: Set a proper _BaseFormat for window system renderbuffers in ES.
Kenneth Graunke
2016-03-10
1
-1
/
+1
*
glcpp: Fix locations when encounting "#<NEWLINE>".
Kenneth Graunke
2016-03-10
2
-1
/
+4
*
gallium/swr: remove use of BYTE from swr driver
Tim Rowley
2016-03-10
4
-14
/
+14
*
nvc0: expose SM35 perf counters to AMD_performance_monitor
Samuel Pitoiset
2016-03-10
1
-2
/
+2
*
nvc0: add driver metrics for SM35 (GK110)
Samuel Pitoiset
2016-03-10
1
-1
/
+20
*
nvc0: add MP performance counters for SM35 (GK110)
Samuel Pitoiset
2016-03-10
3
-17
/
+204
*
nvc0: explode config of Kepler hardware SM events
Samuel Pitoiset
2016-03-10
1
-78
/
+477
*
nvc0: rework the driver metrics infrastructure
Samuel Pitoiset
2016-03-10
3
-157
/
+172
*
nvc0: rework the MP counters infrastructure
Samuel Pitoiset
2016-03-10
4
-268
/
+243
*
egl: clean up typedef madness in the backend API
Marek Olšák
2016-03-10
2
-155
/
+155
*
glsl: report correct number of allowed vertex inputs and fragment outputs
Iago Toral Quiroga
2016-03-10
1
-3
/
+4
*
nouveau: Fix clang reserved-user-defined-literal error.
Vinson Lee
2016-03-09
1
-1
/
+1
*
mesa: Make glGetInteger64v convert float/doubles to 32-bit integers.
Kenneth Graunke
2016-03-09
1
-6
/
+6
*
gallium/radeon: use explicit drm_major, drm_minor check
Emil Velikov
2016-03-09
1
-1
/
+2
*
egl/x11: check the return value of xcb_dri2_get_buffers_reply()
Emil Velikov
2016-03-09
1
-0
/
+3
*
gallium: do not wrap header inclusion in
Emil Velikov
2016-03-09
9
-19
/
+28
*
egl: remove remnants of MESA_drm_display
Emil Velikov
2016-03-09
2
-10
/
+0
*
egl: remove final pieces of KHR_vg_parent_image
Emil Velikov
2016-03-09
2
-2
/
+0
*
glapi: remove the final function offset tags
Emil Velikov
2016-03-09
4
-30
/
+30
*
winsys/amdgpu/addrlib: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-2
/
+2
*
mesa/main: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-4
/
+2
*
i915: limit extern "C" hack only for libdrm headers
Emil Velikov
2016-03-09
1
-7
/
+6
*
xmesa: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-4
/
+4
*
util/sha: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-2
/
+2
*
egl/wayland: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-4
/
+4
*
gbm: do not wrap header inclusion in extern "C"
Emil Velikov
2016-03-09
1
-5
/
+5
*
st/mesa: shader image atoms must be before framebuffer update
Nicolai Hähnle
2016-03-09
1
-6
/
+6
*
gallivm: special case TGSI_OPCODE_STORE
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
tgsi: set correct output mode for RESQ
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
gallium: add CAPs returning PCI device location
Marek Olšák
2016-03-09
16
-0
/
+76
*
winsys/amdgpu: get PCI info
Marek Olšák
2016-03-09
2
-2
/
+21
*
radeonsi: set amdgpu metadata before exporting a texture
Marek Olšák
2016-03-09
6
-2
/
+78
*
radeonsi: extract the texture descriptor computation into its own function
Nicolai Hähnle
2016-03-09
1
-164
/
+186
*
radeonsi: extract the buffer descriptor computation into its own function
Nicolai Hähnle
2016-03-09
1
-25
/
+48
[next]