index
:
~jeremyhu/mesa
10.4-darwin-build-fixes
10.5-darwin-build-fixes
10.6-darwin-build-fixes
11.1
7.8
PR-575
darwin-build-fixes
darwin-master
master
master-darwin-build-fixes
mesa_7_7_branch
libGL for GLX on XQuartz
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-20
mesa: Reduce libGL.so binary size by about 15%
11.1
Arlie Davis
1
-16
/
+41
2016-01-20
applegl: Provide requirements of _SET_DrawBuffers
Jon TURNEY
2
-1
/
+7
2016-01-20
darwin: Suppress type conversion warnings for GLhandleARB
Jon TURNEY
1
-3
/
+3
2016-01-20
glext.h: Add missing include of stddef.h for ptrdiff_t
Jeremy Huddleston Sequoia
1
-0
/
+1
2016-01-13
docs: add sha256 checksums for 11.1.1
Emil Velikov
1
-1
/
+2
2016-01-13
docs: add release notes for 11.1.1
Emil Velikov
1
-0
/
+196
2016-01-13
Update version to 11.1.1
Emil Velikov
1
-1
/
+1
2016-01-08
mesa: Add KBL PCI IDs and platform information.
Sarah Sharp
2
-0
/
+82
2016-01-08
st/mesa: check state->mesa in early return check in st_validate_state()
Brian Paul
1
-1
/
+1
2016-01-08
nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.
Kenneth Graunke
3
-0
/
+3
2016-01-08
nvc0: scale up inter_bo size so that it's 16M for a 4K video
Ilia Mirkin
1
-2
/
+5
2016-01-08
nv50,nvc0: fix crash when increasing bsp bo size for h264
Ilia Mirkin
2
-4
/
+4
2016-01-08
st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)
Marek Olšák
5
-19
/
+25
2016-01-08
program: add _mesa_reserve_parameter_storage
Marek Olšák
2
-15
/
+36
2016-01-08
nv50,nvc0: make sure there's pushbuf space and that we ref the bo early
Ilia Mirkin
4
-6
/
+5
2016-01-08
nvc0: Set winding order regardless of domain.
Kenneth Graunke
1
-2
/
+4
2016-01-08
glsl: Fix varying struct locations when varying packing is disabled.
Kenneth Graunke
1
-11
/
+2
2016-01-08
glsl: only update doubles inputs for vertex inputs.
Dave Airlie
1
-1
/
+4
2016-01-08
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
5
-11
/
+30
2016-01-08
glsl/fp64: add helper for dual slot double detection.
Dave Airlie
2
-9
/
+9
2016-01-08
glsl: pass stage into mark function
Dave Airlie
1
-4
/
+4
2016-01-08
drirc: Disable ARB_blend_func_extended for Heaven 4.0/Valley 1.0.
Kenneth Graunke
1
-0
/
+8
2016-01-08
nv50/ir: float(s32 & 0xff) = float(u8), not s8
Ilia Mirkin
1
-0
/
+3
2016-01-08
r600: fix constant buffer size programming
Grazvydas Ignotas
2
-2
/
+2
2016-01-08
nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion
Ilia Mirkin
1
-0
/
+2
2016-01-08
gallium/radeon: fix regression in a number of driver queries
Nicolai Hähnle
1
-3
/
+3
2016-01-08
glx/dri3: a drawable might not be bound at wait time
Ilia Mirkin
1
-2
/
+4
2016-01-08
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
1
-0
/
+1
2016-01-08
vc4: Keep sample mask writes from being reordered after TLB writes
Eric Anholt
1
-1
/
+2
2016-01-08
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
Rob Herring
1
-1
/
+1
2016-01-08
gallium/radeon: only dispose locally created target machine in radeon_llvm_co...
Nicolai Hähnle
1
-2
/
+3
2016-01-08
mesa: Don't leak ATIfs instructions in DeleteFragmentShader
Miklós Máté
1
-1
/
+1
2016-01-08
configura.ac: fix test for SSE4.1 assembler support
Oded Gabbay
1
-2
/
+3
2016-01-08
configure: check for python2.7 for PYTHON2
Jonathan Gray
1
-1
/
+1
2016-01-08
configure.ac: use pkg-config for libelf
Jonathan Gray
3
-6
/
+16
2016-01-08
nv50: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
1
-0
/
+5
2016-01-08
nv50,nvc0: free memory allocated by performance metrics
Samuel Pitoiset
6
-4
/
+22
2016-01-08
nvc0: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
1
-0
/
+1
2016-01-08
i965: Fix crash when calling glViewport with no surface bound
Neil Roberts
1
-2
/
+4
2016-01-08
vc4: Warn instead of abort()ing on exec ioctl failures.
Eric Anholt
1
-3
/
+5
2016-01-08
meta/generate_mipmap: Work-around GLES 1.x problem with GL_DRAW_FRAMEBUFFER
Ian Romanick
1
-4
/
+13
2016-01-08
glsl: assign varying locations to tess shaders when doing SSO
Ilia Mirkin
1
-4
/
+4
2016-01-08
cherry-ignore: don't pick a specific i965 formats patch
Emil Velikov
1
-0
/
+3
2016-01-08
i965: Add B8G8R8X8_SRGB to the alpha format override
Neil Roberts
1
-0
/
+4
2016-01-08
i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format
Neil Roberts
1
-0
/
+1
2016-01-08
gk104/ir: simplify and fool-proof texbar algorithm
Ilia Mirkin
2
-83
/
+56
2016-01-08
nv50/ir: can't have predication and immediates
Ilia Mirkin
1
-0
/
+3
2016-01-08
gallium/radeon: fix Hyper-Z hangs by programming PA_SC_MODE_CNTL_1 correctly
Marek Olšák
3
-5
/
+18
2016-01-08
radeonsi: apply the streamout workaround to Fiji as well
Marek Olšák
1
-1
/
+3
2016-01-08
radeonsi: don't call of u_prims_for_vertices for patches and rectangles
Marek Olšák
1
-1
/
+13
[next]