index
:
~jljusten/mesa-archive
1d-array-issue
9.0-for-precise
allow-3.2-override
amd_vertex_shader_layer
anv-l3
anv-l3-v1
aubinator
aubinator-error-decode
bdw-aux-hiz
bdw-aux-hiz-v1
bdw-aux-hiz-v2
bdw-aux-surf
bdw-cms
bdw-more-hiz
braswell
bsw-krh-fast-batch
coarse-bo-locks
code-gen-api-exec+gl-core-sanity
context-tests
core-context
cpu-10
cs
cs+ils
cs+ils-1
cs+ps
cs-13
cs-16
cs-17
cs-18
cs-27
cs-29
cs-30
cs-33
cs-34
cs-35
cs-40
cs-gen8
cs-gen8-junk
cs-global-id-v1
cs-global-id-v2
cs-indirect-dispatch-v1
cs-local-index-v1
cs-num-work-groups-v1
cs-old
cs-parse-shared-vars-v1
cs-parse-shared-vars-v2
cs-shader-barrier-funcs-v1
cs-shader-barrier-funcs-v3
cs-shared-variables-v1
cs-shared-variables-v2
cs-shared-variables-v3
cs-simd32+ids
dont-zerofill-ralloc
early-extension-override
env-lri
es31-cts-failure
es31-gen8-v1
for-upstream
fs-to-scalar
gen6-layered
gen6-layered-1
gen6-layered-2
gen6-layered-3
gen6-layered-4
gen6-layered-5
gen6-layered-6
gen6-layered-7
gen6-layered-8
gen6-layered-9
gen6-layered-v3
gen6-z16-hiz-workaround
genxml-reg
gl-core-sanity
gles3-fmt
gles3-syncobj
global-id-temp
glsl-nir-shared-vars
gregory-sso
gs-inv-id
gs-inv-id-v3
gs-inv-id-v4
hsw-cs-cross-thread-constants
hsw-cs-cross-thread-constants-v1
hsw-cs-cross-thread-constants-v2
hsw-cs-cross-thread-constants-v3
hsw-cs-cross-thread-constants-v4
i965-barrier-v1
i965-barrier-v2
i965-cs
i965-cs-atomic-counters-v1
i965-cs-prog-v1
i965-cs-prog-v2
i965-dispatch-compute-v1
i965-get-program-binary
i965-get-program-binary-v1
i965-get-program-binary-v2
i965-l3-partitioning
i965-local-inv-id-v1
i965-pipelines
i965-pipelines-v1
i965-pipelines-v2
i965-pipelines-v3
i965-primitive-restart
i965-qbo
i965-qbo-hsw
i965-qbo-v1
i965-qbo-v2
i965-shader-cache
i965-shader-cache-v1
i965-shader-cache-v2
i965-shader-cache-v2.5
i965-shader-cache-v3
i965-shader-cache-v3.5
i965-workgroup-id-v1
igalia-ssbo-wip
instanced_arrays
interface-blocks
ivb-full-depth-buffer
ivb-layered-color-renderbuffer
ivb-sim
llvm-wip
lrp-opt
map-state-to-atoms
maxubo
megadriver_stub_compat
mesa-9.1-precise
mesa-9.1-quantal
non-miptree-hiz
non-miptree-hiz-v1
partial-fast-depth-clear
pbo+blit+atoms
pipe_stats
primitive-restart-xfb
rgb10_a2ui
rm-blorp-offsets
show-hiz-size
shrink-hiz-buf
simd32
snb-blit
snb-blorp-clears
split-blorp-blit
split-blorp-blit-v-1
split-blorp-blit-v1
split-blorp-blit-v2
sw-primitive-restart
ubuntu-precise
ue4
unused-varyings
version-gles3-dispatch
vk-gen7
jljusten's mesa archive repo (old and merged branches)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-30
dri: Add a new capabilities for drivers that can't share buffers
Giovanni Campagna
1
-1
/
+16
2014-07-02
xmlconfig/dri: bool -> unsigned char
Dave Airlie
1
-2
/
+1
2014-07-01
dri: remove GL types from config queries
Dave Airlie
1
-3
/
+4
2014-06-27
dri/image: add blitImage to the specification
Axel Davy
1
-1
/
+23
2014-06-27
glxext: Send the Drawable's ID in the GLX_BufferSwapComplete event
Jasper St. Pierre
1
-1
/
+1
2014-06-26
i965: Include marketing names for Broadwell GPUs.
Kenneth Graunke
1
-18
/
+18
2014-05-20
Import eglextchromium.h from Chromium.
Sarah Sharp
2
-0
/
+61
2014-05-02
radeonsi: add Mullins pci ids.
Samuel Li
1
-0
/
+17
2014-05-02
Regenerate gl_mangle.h.
Petri Latvala
1
-6
/
+365
2014-04-29
clover: Update OpenCL headers to version 1.2 from Khronos.
Francisco Jerez
10
-300
/
+1218
2014-04-28
mesa: remove unused #pragma export on/off lines
Brian Paul
1
-17
/
+0
2014-04-28
dri_interface: Update __DRItexBufferExtensionRec to version 3
Emil Velikov
1
-1
/
+1
2014-04-18
mesa: update glext.h to version 20140313
Petri Latvala
1
-6
/
+76
2014-04-01
include/GLES3: add OpenGL ES 3.1 Headers
Jordan Justen
3
-4
/
+1273
2014-03-28
i965: Add Cherryview support.
Kenneth Graunke
1
-0
/
+4
2014-03-19
c11/threads: don't include assert.h if the assert macro is already defined
Brian Paul
2
-0
/
+4
2014-03-19
loader: add special logic to distinguish nouveau from nouveau_vieux
Ilia Mirkin
1
-81
/
+0
2014-03-17
egl: Update to revision 24567 of eglext.h
Chad Versace
1
-443
/
+517
2014-03-12
Add the EGL_MESA_configless_context extension
Neil Roberts
1
-0
/
+5
2014-03-07
glx: Update glxext.h to revision 25407
Adel Gadllah
1
-3
/
+29
2014-03-04
c11/threads: Don't implement thrd_current on Windows.
José Fonseca
1
-2
/
+32
2014-03-04
c11/threads: Fix nano to milisecond conversion.
José Fonseca
1
-1
/
+1
2014-03-03
NV_vdpau_interop: fix IsSurfaceNV return type
Grigori Goronzy
1
-1
/
+1
2014-02-23
dri_interface: note introduction of __DRIdri2LoaderExtension members
Emil Velikov
1
-0
/
+4
2014-02-23
dri_interface: note introduction of various __DRItexBufferExtension members
Emil Velikov
1
-0
/
+4
2014-02-23
dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::pu...
Emil Velikov
1
-0
/
+2
2014-02-20
i965: Enable Broadwell support.
Kenneth Graunke
1
-2
/
+0
2014-02-03
mesa: change GL_ALL_ATTRIB_BITS to 0xFFFFFFFF
Brian Paul
1
-1
/
+1
2014-01-31
i965: Add (disabled) Broadwell PCI IDs.
Kenneth Graunke
1
-0
/
+20
2014-01-30
dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
Keith Packard
1
-0
/
+1
2014-01-28
c11: Add missing stdlib.h include.
José Fonseca
1
-0
/
+1
2014-01-27
glx: Update glxext.h to revision 24777.
Matt Turner
1
-2
/
+11
2014-01-26
haiku: change atomic int to non-volatile
Alexander von Gluck IV
1
-5
/
+5
2014-01-24
c11: Do not use pthread_mutex_timedlock on NetBSD.
Vinson Lee
1
-1
/
+1
2014-01-23
gles3: Update gl3.h to revision 24614.
Matt Turner
1
-1022
/
+900
2014-01-23
gles2: Update gl2ext.h to revision 24614.
Matt Turner
1
-1516
/
+1091
2014-01-23
gles2: Update gl2.h to revision 24614.
Matt Turner
1
-338
/
+243
2014-01-23
c11: Fix missing pthread_mutex_timedlock declaration warnings on MacOSX.
José Fonseca
1
-1
/
+7
2014-01-23
c11: Update docs/license.html and include verbatim copy of Boost license.
José Fonseca
3
-3
/
+66
2014-01-23
c11: Import threads.h emulation library.
José Fonseca
3
-0
/
+992
2014-01-18
pci_ids: no not include loader.h
Emil Velikov
1
-1
/
+4
2014-01-18
loader: introduce the loader util lib
Emil Velikov
1
-13
/
+11
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
2
-2
/
+2
2014-01-06
mesa: Remove GLXContextID typedef from glxext.h.
Vinson Lee
1
-1
/
+0
2013-12-29
Revert "mesa: Remove GLXContextID typedef from glx.h."
Kenneth Graunke
1
-0
/
+1
2013-12-24
r600g: fix SUMO2 pci id
Alex Deucher
1
-1
/
+1
2013-12-16
Haiku: Add in public GL kit headers
Alexander von Gluck IV
4
-0
/
+307
2013-12-13
mesa: update glext.h to version 20131212
Brian Paul
1
-7
/
+61
2013-12-13
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
1
-1
/
+8
2013-12-04
mesa: Remove GL_MESA_texture_array cruft from gl.h
Ian Romanick
1
-33
/
+0
[next]