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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/wgl: add support for WGL_ARB_make_current_read
Brian Paul
2017-03-31
8
-16
/
+107
*
stw/wgl: add null context check in wglBindTexImageARB()
Brian Paul
2017-03-31
1
-0
/
+6
*
radeonsi: decompress DCC in set_sampler_view instead of create_sampler_view (v2)
Marek Olšák
2017-03-31
3
-6
/
+16
*
radeonsi: decompress DCC in set_framebuffer_state instead of create_surface (v2)
Marek Olšák
2017-03-31
3
-6
/
+49
*
st/glsl_to_tgsi: fix 64-bit integer bit shifts
Nicolai Hähnle
2017-03-31
1
-5
/
+15
*
tgsi: fix printing of 64-bit integer immediates
Nicolai Hähnle
2017-03-31
3
-5
/
+11
*
intel: genxml: fix out of tree builds
Lionel Landwerlin
2017-03-31
1
-2
/
+2
*
gbm/dri: Check dri extension version before flush after unmap
Thomas Hellstrom
2017-03-31
1
-2
/
+3
*
radeonsi: implement ARB_shader_group_vote
Nicolai Hähnle
2017-03-31
2
-1
/
+85
*
radeonsi: enable ARB_shader_clock
Nicolai Hähnle
2017-03-31
1
-1
/
+1
*
radeonsi: emit TGSI_OPCODE_CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+21
*
st/mesa: implement ARB_shader_clock
Nicolai Hähnle
2017-03-31
2
-1
/
+11
*
tgsi: add CLOCK opcode
Ilia Mirkin
2017-03-31
3
-2
/
+16
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
17
-0
/
+17
*
glsl: fix clockARB builtin function
Nicolai Hähnle
2017-03-31
1
-1
/
+1
*
anv: change BLOCK_POOL_MEMFD_SIZE to 1GB
Tapani Pälli
2017-03-31
1
-2
/
+2
*
android: add libmesa_genxml as dep to libmesa_isl
Tapani Pälli
2017-03-31
1
-1
/
+2
*
mesa: remove MESA_GLSL=opt
Timothy Arceri
2017-03-31
2
-10
/
+7
*
mesa: remove MESA_GLSL=no_opts env option
Timothy Arceri
2017-03-31
4
-15
/
+9
*
mesa: move FLUSH_VERTICES() call to meta
Timothy Arceri
2017-03-31
3
-15
/
+13
*
mesa/vbo: remove redundant _mesa_is_bufferobj() calls
Timothy Arceri
2017-03-31
1
-10
/
+4
*
mesa/glthread: add async support to ARB_gpu_shader_int64 uniform functions
Timothy Arceri
2017-03-31
1
-16
/
+16
*
mesa/glthread: add async support to ARB_gpu_shader_fp64 uniform functions
Timothy Arceri
2017-03-31
1
-13
/
+13
*
aubinator: enable snb/ilk through --gen
Lionel Landwerlin
2017-03-31
1
-0
/
+2
*
intel: genxml: compress all gen files into one
Lionel Landwerlin
2017-03-31
5
-62
/
+58
*
radv: Use the guard band.
Bas Nieuwenhuizen
2017-03-30
3
-13
/
+90
*
radv: Prepare for not using the guard band for lines & points.
Bas Nieuwenhuizen
2017-03-30
3
-0
/
+32
*
radv: Drop the default viewport when 0 viewports are given.
Bas Nieuwenhuizen
2017-03-30
1
-17
/
+2
*
radv: Set proper viewport & scissor for meta draws.
Bas Nieuwenhuizen
2017-03-30
6
-75
/
+214
*
mesa: Fix trailing whitespace in polygon.c
Lyude
2017-03-30
1
-3
/
+3
*
mesa: Fix gross indenting in _mesa_PolygonMode()
Lyude
2017-03-30
1
-5
/
+4
*
r300: Fix indenting in r300_get_param()
Lyude
2017-03-30
1
-3
/
+3
*
vc4: Fix indenting in vc4_screen_get_param()
Lyude
2017-03-30
1
-3
/
+3
*
intel: Add INTEL_CFLAGS to aubinator CFLAGS.
Kenneth Graunke
2017-03-30
1
-1
/
+2
*
nir: Add support for 8 and 16-bit types
Jason Ekstrand
2017-03-30
3
-2
/
+24
*
nir/constant_expressions: Don't switch on bit size when not needed
Jason Ekstrand
2017-03-30
1
-14
/
+23
*
nir/constant_expressions: Pull the guts out into a helper block
Jason Ekstrand
2017-03-30
1
-98
/
+101
*
i965: Stop using legacy dri_bufmgr_* and intel_* names.
Kenneth Graunke
2017-03-30
10
-14
/
+18
*
intel: automake: move INTEL_CFLAGS as applicable
Emil Velikov
2017-03-30
2
-1
/
+1
*
intel: android: remove libdrm_intel requirement
Emil Velikov
2017-03-30
3
-12
/
+6
*
Partially revert "amd/addrlib: silence warnings" to fix builds with DEBUG
Marek Olšák
2017-03-30
3
-6
/
+6
*
ddebug: implement clear_texture
Marek Olšák
2017-03-30
2
-0
/
+34
*
radeonsi: fix an unused-variable warning in a release build
Marek Olšák
2017-03-30
1
-3
/
+1
*
vdpau: fix a maybe-uninitialized warning
Marek Olšák
2017-03-30
1
-1
/
+1
*
softpipe: fix a maybe-uninitialized warning
Marek Olšák
2017-03-30
1
-1
/
+1
*
gallivm: fix a maybe-uninitialized warning
Marek Olšák
2017-03-30
1
-1
/
+1
*
gallium/radeon: s/dcc_disable/disable_dcc/
Marek Olšák
2017-03-30
4
-9
/
+9
*
radeonsi: handle incompatible DCC formats in resource_copy_region
Marek Olšák
2017-03-30
1
-0
/
+5
*
radeonsi: remove a workaround for inexact *8_SNORM blits
Marek Olšák
2017-03-30
1
-3
/
+1
*
gallium/radeon: add and use a new helper vi_dcc_enabled
Marek Olšák
2017-03-30
5
-14
/
+16
[next]