index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mapi
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-11
meson: Use consistent style for tests
Dylan Baker
4
-17
/
+21
2018-01-11
meson: Use consistent style
Dylan Baker
3
-6
/
+12
2018-01-06
mesa: Tidy up the 4.6 section of GL4x.xml
Neil Roberts
1
-5
/
+10
2018-01-05
mesa: Add GL4.6 aliases of functions from GL_ARB_indirect_parameters
Neil Roberts
1
-0
/
+22
2017-12-15
glapi: add GL_EXT_disjoint_timer_query
Tapani Pälli
2
-2
/
+18
2017-12-12
mesa: add GL_ARB_gl_spirv boilerplate
Nicolai Hähnle
6
-0
/
+39
2017-12-08
mesa: add GL_PROGRAM_BINARY_FORMAT_MESA enum
Jordan Justen
1
-1
/
+6
2017-11-30
meson: fix generated source inclusion on macOS and Windows
Dylan Baker
1
-1
/
+1
2017-11-27
gl_table.py: add extern C guard for the generated glapitable.h
Emil Velikov
1
-0
/
+8
2017-11-24
mapi: Teach es{1,2}api/ABI-check shared library names on Cygwin
Jon Turney
2
-8
/
+18
2017-11-23
meson: add variable for mapi_abi.py instead of going back up the tree
Eric Engestrom
5
-4
/
+6
2017-11-23
meson: reorder subdirs to avoid directly including more than one level
Eric Engestrom
2
-1
/
+3
2017-11-22
meson: replace with_*dri with with_dri_platform
Dylan Baker
1
-1
/
+1
2017-11-15
mapi: Use correct shared libraries suffix on macOS.
Vinson Lee
2
-2
/
+12
2017-11-09
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
1
-7
/
+5
2017-11-07
meson: drop GLESv1 .so version back to 1.0.0
Eric Engestrom
1
-1
/
+1
2017-11-07
meson: standardize .so version to major.minor.patch
Eric Engestrom
3
-2
/
+3
2017-11-02
es2api/ABI-check: Add es3.x symbols
Dylan Baker
1
-8
/
+125
2017-11-01
mapi: fix .so path in ABI-check
Eric Engestrom
2
-2
/
+2
2017-10-31
meson: pass correct args to gles2 ABI test
Eric Engestrom
1
-1
/
+4
2017-10-31
meson: pass correct args to gles1 ABI test
Eric Engestrom
1
-1
/
+4
2017-10-31
gles2: fail symbol check if lib is missing
Eric Engestrom
1
-1
/
+9
2017-10-31
gles1: fail symbol check if lib is missing
Eric Engestrom
1
-1
/
+9
2017-10-27
scons: fix scons build to find generated glapitable.h
Brian Paul
1
-0
/
+1
2017-10-27
meson: build classic osmesa
Dylan Baker
1
-1
/
+1
2017-10-27
meson: Add generated files to non-shared glapi
Dylan Baker
1
-0
/
+3
2017-10-27
glapi: include generated headers without path
Dylan Baker
3
-4
/
+4
2017-10-27
meson: fix glprocs.h generator
Dylan Baker
1
-3
/
+3
2017-10-25
gles2: support for GL_EXT_occlusion_query_boolean
Harish Krupo
1
-0
/
+51
2017-10-13
mapi/shared-glapi/test: rework glapitable.h handling
Emil Velikov
2
-3
/
+4
2017-10-13
Revert "make: Fix test to be meson compatible"
Emil Velikov
2
-3
/
+1
2017-10-12
mapi: Update extension number of MESA_tile_raster_order.
Eric Anholt
1
-2
/
+1
2017-10-11
meson: fix glx test
Dylan Baker
1
-0
/
+1
2017-10-10
mesa: Implement a new GL_MESA_tile_raster_order extension.
Eric Anholt
2
-0
/
+14
2017-10-09
meson: build glx
Dylan Baker
1
-0
/
+2
2017-10-09
meson: Build i965 and dri stack
Dylan Baker
6
-0
/
+537
2017-10-09
make: Fix test to be meson compatible
Dylan Baker
2
-1
/
+3
2017-10-02
egl/dri: link directly to libglapi.so
Emil Velikov
1
-0
/
+3
2017-09-27
meson: Add build Intel "anv" vulkan driver
Dylan Baker
1
-0
/
+19
2017-08-26
mapi/gen: remove shebang from the marshal generator scripts
Emil Velikov
3
-3
/
+0
2017-08-25
mesa: Implement GL_ARB_polygon_offset_clamp
Adam Jackson
1
-0
/
+9
2017-08-25
mesa: add KHR_no_error support to glBindBufferOffsetEXT()
Samuel Pitoiset
1
-1
/
+1
2017-08-25
mesa: add KHR_no_error support to glTransformFeedbackVaryings()
Samuel Pitoiset
1
-1
/
+1
2017-08-25
mesa: add KHR_no_error support to glResumeTransformFeedback()
Samuel Pitoiset
1
-1
/
+1
2017-08-25
mesa: add KHR_no_error support to glPauseTransformFeedback()
Samuel Pitoiset
1
-1
/
+1
2017-08-25
mesa: add KHR_no_error support to glEndTransformFeedback()
Samuel Pitoiset
1
-1
/
+1
2017-08-25
mesa: add KHR_no_error support to glBeginTransformFeedback()
Samuel Pitoiset
1
-1
/
+1
2017-08-25
mesa: add KHR_no_error support to glBindTransformFeedback()
Samuel Pitoiset
1
-1
/
+1
2017-08-24
include: Sync Khronos headers for OpenGL 4.6
Adam Jackson
1
-47
/
+214
2017-08-24
Revert "include: Sync Khronos headers for OpenGL 4.6"
Adam Jackson
1
-214
/
+47
[next]