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
*
mesa: allow BlendBarrier to be used without support for full fb fetch
Ilia Mirkin
2017-01-16
1
-1
/
+2
*
glsl: avoid treating fb fetches as output reads to be lowered
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
radv/meta: split color renderpass creation out.
Dave Airlie
2017-01-17
1
-38
/
+49
*
radv: Support multiple devices.
Bas Nieuwenhuizen
2017-01-16
2
-44
/
+19
*
radv: Get physical device from radv_device instead of the instance.
Bas Nieuwenhuizen
2017-01-16
9
-49
/
+50
*
nvc0: true up exposing of the HW_METRIC_QUERY_GROUP for maxwell
Ilia Mirkin
2017-01-16
1
-2
/
+2
*
radv/ac: use ctx->voidt in more places. (v2)
Dave Airlie
2017-01-17
1
-11
/
+11
*
radv/meta: consolidate the depth stencil clear renderpasses
Dave Airlie
2017-01-17
2
-41
/
+48
*
nv50/ir: handle new DDIV op which will be used for double divisions
Ilia Mirkin
2017-01-16
1
-0
/
+3
*
tgsi: add DDIV instruction
Nicolai Hähnle
2017-01-16
4
-1
/
+17
*
radeonsi: fix R600_DEBUG=nooptvariant
Nicolai Hähnle
2017-01-16
1
-1
/
+1
*
i965: Make BLORP disable the NP Z PMA stall fix.
Kenneth Graunke
2017-01-16
1
-0
/
+4
*
i965: Enable OpenGL 4.5 on Haswell.
Kenneth Graunke
2017-01-16
2
-2
/
+2
*
radeonsi: implement GL_FIXED vertex format
Marek Olšák
2017-01-16
3
-7
/
+20
*
radeonsi: implement 32-bit SNORM/UNORM/SSCALED/USCALED vertex formats
Marek Olšák
2017-01-16
3
-18
/
+90
*
radeonsi: make fix_fetch 64-bit
Marek Olšák
2017-01-16
6
-9
/
+18
*
gallium/hud: avoid buffer overrun
Thomas Hindoe Paaboel Andersen
2017-01-16
1
-2
/
+4
*
gallium/radeon: add GPU-shaders-busy HUD query
Marek Olšák
2017-01-16
4
-1
/
+31
*
gallium/radeon: make the GPU load / GRBM_STATUS monitoring extensible
Marek Olšák
2017-01-16
3
-32
/
+53
*
radeonsi: show average results per frame for perf counters in HUD
Marek Olšák
2017-01-16
1
-1
/
+1
*
gallium/hud: disable queries during HUD draw calls
Marek Olšák
2017-01-16
3
-1
/
+29
*
gallium/hud: increase the vertex buffer size for background quads
Marek Olšák
2017-01-16
1
-1
/
+1
*
st/va: delay calling begin_frame until we have all parameters
Nayan Deshmukh
2017-01-16
1
-3
/
+3
*
i965: Use align1 mode for barrier messages.
Kenneth Graunke
2017-01-15
1
-0
/
+3
*
nvc0/ir: emit FMZ flag when requested on FFMA
Ilia Mirkin
2017-01-15
1
-0
/
+4
*
nir/gcm: fix a bug with metadata handling
Connor Abbott
2017-01-14
1
-3
/
+3
*
radv: generate entrypoints from vk.xml
Lionel Landwerlin
2017-01-14
2
-60
/
+56
*
anv: generate entry points from vk.xml
Lionel Landwerlin
2017-01-14
2
-65
/
+71
*
vulkan: add API registry
Lionel Landwerlin
2017-01-14
2
-1
/
+4906
*
radv: make device extension setup dynamic
Andres Rodriguez
2017-01-14
2
-65
/
+130
*
radv: rename global extension properties structs
Andres Rodriguez
2017-01-14
1
-14
/
+14
*
radv: use a winsys context per-queue, instead of per device v2
Andres Rodriguez
2017-01-14
3
-21
/
+22
*
nir: optimise min/max fadd combos
Timothy Arceri
2017-01-14
2
-0
/
+26
*
i965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.
Kenneth Graunke
2017-01-13
11
-70
/
+52
*
anv: remove some unused macros and functions
Grazvydas Ignotas
2017-01-13
2
-34
/
+0
*
anv: Default PointSize to 1.0 if not written by the shader
Jason Ekstrand
2017-01-13
1
-2
/
+10
*
anv/pipeline: Replace get_fs_input_map with get_last_vue_prog_data
Jason Ekstrand
2017-01-13
3
-22
/
+10
*
i965/vec4: Fix mapping attributes
Juan A. Suarez Romero
2017-01-13
2
-23
/
+11
*
anv: Move nir_lower_wpos_center after dead variable elimination.
Kenneth Graunke
2017-01-13
1
-3
/
+3
*
i965: Fix textureGather with RG32I/UI on Gen7.
Kenneth Graunke
2017-01-13
2
-8
/
+37
*
radv: Support loader interface version 3.
Bas Nieuwenhuizen
2017-01-13
1
-0
/
+45
*
mesa/get: Remove unused extra_ARB_viewport_array
Boyan Ding
2017-01-13
1
-1
/
+0
*
xlib: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-74
/
+74
*
radeon: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
3
-17
/
+17
*
nouveau: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-3
/
+3
*
glX_proto_send.py: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-1
/
+1
*
loader/dri3: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
1
-39
/
+39
*
egl/dri2: Unify the style of function pointer calls in structs
Boyan Ding
2017-01-13
6
-35
/
+34
*
i915: Add XRGB8888 format to intel_screen_make_configs
Derek Foreman
2017-01-13
1
-1
/
+2
*
gbm/drm: Pick the oldest available buffer in get_back_bo
Derek Foreman
2017-01-13
1
-2
/
+4
[next]