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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/spirv: Refactor variable deocration handling
Jason Ekstrand
2016-09-08
1
-15
/
+29
*
nir/spirv: Break variable decoration handling into a helper
Jason Ekstrand
2016-09-08
1
-74
/
+81
*
aubinator: only use program_invocation_short_name with glibc/cygwin
Jonathan Gray
2016-09-08
1
-1
/
+7
*
aubinator: include libgen.h for basename(3)
Jonathan Gray
2016-09-08
1
-0
/
+1
*
aubinator: stop using non portable error() function
Jonathan Gray
2016-09-08
1
-16
/
+30
*
egl: Fix up indentation on previous commit
Adam Jackson
2016-09-08
1
-2
/
+2
*
egl: Document why EGL_OPENGL{, _ES}_API are mostly identical
Adam Jackson
2016-09-08
1
-0
/
+10
*
anv: Link to libX11-xcb only when unneeded
Chad Versace
2016-09-08
1
-3
/
+5
*
swr: fixes for format mapping and texture sizing
Tim Rowley
2016-09-08
1
-2
/
+16
*
intel/blorp: Allow single slice converter to suppress number of layers
Topi Pohjolainen
2016-09-08
1
-3
/
+0
*
spirv/nir: Implement OpAtomicLoad/Store for shared variables
Lionel Landwerlin
2016-09-07
1
-1
/
+34
*
nir/spirv: Remove an erroneous "fall through" comment
Jason Ekstrand
2016-09-07
1
-1
/
+0
*
EGL: Combine the GL and GLES current contexts (v2)
Kyle Brenneman
2016-09-07
4
-107
/
+22
*
gbm: wire up fence extension
Rob Clark
2016-09-07
4
-1
/
+6
*
freedreno: reject imports with bogus pitch
Rob Clark
2016-09-07
3
-8
/
+7
*
gbm: add missing R8 and GR88 formats
Rob Clark
2016-09-07
2
-1
/
+13
*
spirv/nir: Add support for OpAtomicLoad/Store
Lionel Landwerlin
2016-09-07
1
-11
/
+113
*
radeonsi: skip redundant INDEX_TYPE writes
Marek Olšák
2016-09-07
3
-20
/
+32
*
radeonsi: add more unlikely() uses into si_draw_vbo
Marek Olšák
2016-09-07
1
-5
/
+5
*
radeonsi: skip draws with instance_count == 0
Marek Olšák
2016-09-07
1
-3
/
+13
*
gallium/radeon/winsyses: fix counting mapped memory
Marek Olšák
2016-09-07
2
-0
/
+16
*
nir: fix definition of pack_uvec2_to_uint
Ilia Mirkin
2016-09-06
1
-1
/
+1
*
mesa/formatquery: limit ES target support, fix core context support
Ilia Mirkin
2016-09-06
1
-7
/
+8
*
mapi: add gl32.h to the list of GLES3 headers for installation
Ilia Mirkin
2016-09-06
1
-0
/
+1
*
main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integer
Ilia Mirkin
2016-09-06
1
-1
/
+7
*
nir/spirv: Use fill_common_atomic_sources for image atomics
Jason Ekstrand
2016-09-06
1
-56
/
+43
*
nir/spirv: Use the correct sources for CompareExchange on images
Jason Ekstrand
2016-09-06
1
-2
/
+2
*
nir/spirv: Swap the argument order for AtomicCompareExchange
Jason Ekstrand
2016-09-06
1
-2
/
+2
*
vbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k dwords
Tim Rowley
2016-09-06
1
-1
/
+1
*
glsl: Add positional argument specifiers.
Vinson Lee
2016-09-06
1
-5
/
+5
*
util: (trivial) add <stdint.h> include to slab.c
Roland Scheidegger
2016-09-06
1
-0
/
+1
*
glsl: Add .gitignore for make check warnings test
Jason Ekstrand
2016-09-06
1
-0
/
+1
*
anv/pipeline: Lower indirect outputs when EmitNoIndirectOutput is set
Jason Ekstrand
2016-09-06
1
-0
/
+2
*
Android: glsl: add rules to generate ir_expression*.h header files
Rob Herring
2016-09-06
6
-9
/
+45
*
st/omx/dec: enable hevc omx decode support
Leo Liu
2016-09-06
2
-1
/
+25
*
st/omx/dec/h265: get the reference list for uvd
Leo Liu
2016-09-06
1
-0
/
+39
*
st/omx/dec/h265: add short term reference picture sets
Leo Liu
2016-09-06
1
-4
/
+110
*
st/omx/dec/h265: add slice header
Leo Liu
2016-09-06
2
-2
/
+216
*
st/omx/dec/h265: add picture parameter sets
Leo Liu
2016-09-06
1
-0
/
+98
*
st/omx/dec/h265: add sequence parameter sets
Leo Liu
2016-09-06
2
-0
/
+297
*
st/omx/dec: add initial omx hevc support
Leo Liu
2016-09-06
3
-0
/
+160
*
st/omx/dec: set dst rect to match src size
Leo Liu
2016-09-06
1
-2
/
+11
*
gallium: switch drivers to the slab allocator in src/util
Marek Olšák
2016-09-06
30
-353
/
+82
*
util: import the slab allocator from gallium
Marek Olšák
2016-09-06
3
-0
/
+244
*
loader/dri3: Always use at least two back buffers
Michel Dänzer
2016-09-06
1
-3
/
+1
*
glsl: Fix locations of variables in patch qualified interface blocks.
Kenneth Graunke
2016-09-05
1
-2
/
+4
*
mesa: Fix types in _mesa_get_color_read_format().
Kenneth Graunke
2016-09-05
1
-1
/
+1
*
amd/addrlib: move addrlib from amdgpu winsys to common code
Dave Airlie
2016-09-06
26
-28
/
+65
*
gallium/util: move endian detect into a separate file
Dave Airlie
2016-09-06
3
-39
/
+73
*
radeon: move radeon_family/chip_class defintions to common
Dave Airlie
2016-09-06
3
-85
/
+115
[next]