Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
b605f4ff11c894500f2d0273c5d4653ff413448d
b605f4f
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
by Brian Paul
· 15 years ago
5076a4f
mesa: check dst reg in _mesa_find_free_register()
by Brian Paul
· 15 years ago
f7f1211
sparc: additional preprocessor test for SPARC 64-bit
by Aurelien Jarno
· 15 years ago
da3bc49
scons: Tweak MSVC release options.
by José Fonseca
· 15 years ago
ffae1f9
svga: Add a missing dependency from the prescale state.
by José Fonseca
· 15 years ago
8469baf
svga: Always pass SVGA3D_SURFACE_HINT_DYNAMIC.
by José Fonseca
· 15 years ago
16876b8
svga: Keep tight control of texture handle ownership.
by José Fonseca
· 15 years ago
770323e
svga: Fix mixed signed comparisons.
by José Fonseca
· 15 years ago
a2937a2
scons: Pass -fno-strict-aliasing to gcc.
by José Fonseca
· 15 years ago
8c981b9
scons: Make it work with MinGW build of LLVM 2.6.
by José Fonseca
· 15 years ago
94fba49
mesa: Initialize variable in MatchInstruction.
by Vinson Lee
· 15 years ago
e31df54
mesa: Assign _mesa_lookup_parameter_index return value to GLint.
by Vinson Lee
· 15 years ago
cb1dcb5
i915: Add missing break statement in i915_debug_packet.
by Vinson Lee
· 15 years ago
d38ffed
glsl: Increase size of array in_slang_lookup_constant from 4 to 16.
by Vinson Lee
· 15 years ago
1cf60c9
progs/samples: Byte swap individual members of struct _rawImageRec.
by Vinson Lee
· 15 years ago
e624b77
intel: Remove ARGB internal_format == GL_RGB hacks
by Ian Romanick
· 15 years ago
b4a6169
intel: Make RGB textures use XRGB8888
by Ian Romanick
· 15 years ago
cbdeb33
intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.
by Ian Romanick
· 15 years ago
eadd9b8
i965: Fix handling of drawing to MESA_FORMAT_XRGB8888
by Ian Romanick
· 15 years ago
4f2b203
intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888
by Ian Romanick
· 15 years ago
ffc1f29
spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV
by Ian Romanick
· 15 years ago
430876c
intel: name in intel_create_renderbuffer was always 0, remove
by Ian Romanick
· 15 years ago
0f01674
intel: Use texformat accessor to get bytes-per-pixel
by Ian Romanick
· 15 years ago
4eee46e
intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, remove
by Ian Romanick
· 15 years ago
3078bd1
intel: Axe intel_renderbuffer::texformat
by Ian Romanick
· 15 years ago
539a14a
intel: Flush the render/texture cache when finishing render to texture.
by Eric Anholt
· 15 years ago
bc0509b
progs/util: Byte swap individual members of struct _rawImageRec.
by Vinson Lee
· 15 years ago
51f52ed
glsl: Fix array out-of-bounds access by _slang_lookup_constant.
by Vinson Lee
· 15 years ago
dcb4a37
mesa: Fix array out-of-bounds access by _mesa_TexParameteriv.
by Vinson Lee
· 15 years ago
967e6e2
st/xorg: fix yv12 plus some cleanups in the upload code
by Zack Rusin
· 15 years ago
690d888
st/xorg: enable yv12 for xv
by Zack Rusin
· 15 years ago
05b6296
mesa: Fix SCons build.
by Vinson Lee
· 15 years ago
b827578
mesa: Fix array out-of-bounds access by _mesa_TexGend.
by Vinson Lee
· 15 years ago
444d1f3
mesa: Fix array out-of-bounds access by _mesa_Lighti.
by Vinson Lee
· 15 years ago
34528a3
mesa: Fix array out-of-bounds access by _mesa_Lightf.
by Vinson Lee
· 15 years ago
3488830
mesa: Fix array out-of-bounds access by _mesa_PointParameteri.
by Vinson Lee
· 15 years ago
6f2d51b
mesa: Fix array out-of-bounds access by _mesa_PointParameterf.
by Vinson Lee
· 15 years ago
637970a
mesa: Fix array out-of-bounds access by _mesa_LightModelf.
by Vinson Lee
· 15 years ago
a082d96
glsl: Remove unused member x from struct slang_operation.
by Vinson Lee
· 15 years ago
3de8fff
mesa: fix baseLevel >= MAX_TEXTURE_LEVELS test
by Brian Paul
· 15 years ago
33a120e
r600: fix state size prediction after dc0777d3
by Andre Maasikas
· 15 years ago
5e2a86c
vmware/xorg: Properly detect overlay support
by Jakob Bornecrantz
· 15 years ago
b7cf8a1
vmware/core: Update vmwgfx_drm.h
by Jakob Bornecrantz
· 15 years ago
e3fa700
meta: Bind texture to unit 0 for mipmap generation
by Ian Romanick
· 15 years ago
cd6b8dd
mesa: Move OES_read_format support from drivers into the core.
by Eric Anholt
· 15 years ago
af16c82
mesa: Fix array out-of-bounds access by _mesa_LightModeli.
by Vinson Lee
· 15 years ago
d33bf38
mesa: Fix array out-of-bounds access by _mesa_Fogf.
by Vinson Lee
· 15 years ago
3f7c2ac
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
by Vinson Lee
· 15 years ago
dd9eb87
i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.
by Eric Anholt
· 15 years ago
7f146b3
mesa: Fix array out-of-bounds access by _mesa_Fogi.
by Vinson Lee
· 15 years ago
a1d46fb
mesa: Fix array out-of-bounds access by _mesa_TexParameteri.
by Vinson Lee
· 15 years ago
d88f3b9
mesa: Fix array out-of-bounds access by _mesa_TexParameterfv.
by Vinson Lee
· 15 years ago
54b0ed8
vbo: fix array index out of bounds error, and fix evaluator priorities
by Brian Paul
· 15 years ago
1de1def
i915g: Fix memory leak when pci id is unknown.
by Vinson Lee
· 15 years ago
7e93e06
i915g: Add missing break statement in i915_debug_packet.
by Vinson Lee
· 15 years ago
7f8e22a
rbug: Initialize variable in rbug_get_message.
by Vinson Lee
· 15 years ago
369669f
r600: add support for TXB instruction
by Andre Maasikas
· 15 years ago
dc0777d
r600: reorder state for render_target and blend
by Andre Maasikas
· 15 years ago
add6dfb
llvmpipe: Initialize variables in emit_instruction.
by Vinson Lee
· 15 years ago
3e8b2fd
progs/test: Initialize variable in prog_parameter.
by Vinson Lee
· 15 years ago
9dbd47f
mesa: set version string to 7.6.1-rc3
by Ian Romanick
· 15 years ago
7d84169
progs/demos: Fix memory leak in projtex.c.
by Vinson Lee
· 15 years ago
7005f7c
st/egl: Fix memory leak in egl_tracker.c.
by Vinson Lee
· 15 years ago
c994f08
dri: Fix potential null pointer dereference in driBindContext.
by Vinson Lee
· 15 years ago
f622b64
dri: Fix potential null pointer deference in dri_put_drawable.
by Vinson Lee
· 15 years ago
76b3523
glx: Prevent potential null pointer deference in driCreateContext.
by Vinson Lee
· 15 years ago
978b80c
progs/tests: Add tests to Makefile.
by Vinson Lee
· 15 years ago
3cd7455
draw: Initialize variable in draw_pt.c.
by Vinson Lee
· 15 years ago
b2953ee
mesa: Fix array out-of-bounds access by _mesa_TexGenf.
by Vinson Lee
· 15 years ago
d74cd04
mesa: Fix array out-of-bounds access by _mesa_TexGeni.
by Vinson Lee
· 15 years ago
ca8a215
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
by Vinson Lee
· 15 years ago
4071d06
mesa: Fix array out-of-bounds access by _mesa_TexParameterf.
by Vinson Lee
· 15 years ago
1446f30
progs/samples: Fix memory leak if malloc fails in rgbtoppm.c.
by Vinson Lee
· 15 years ago
412aeee
progs/samples: Fix memory leak if fopen fails in rgbtoppm.c.
by Vinson Lee
· 15 years ago
6212c81
progs/samples: Add rgbtoppm to Makefile.
by Vinson Lee
· 15 years ago
2cd2341
progs/tests: Removed unused variable from texdown.c.
by Vinson Lee
· 15 years ago
d642edd
progs/vpglsl: Assign glGetUniformLocationARB return value to GLint.
by Vinson Lee
· 15 years ago
8d2f343
progs/fp: Redraw upon keypress.
by Vinson Lee
· 15 years ago
fe8e18b
mesa: Fix array out-of-bounds access in _mesa_TexEnvf.
by Vinson Lee
· 15 years ago
4fb5ae7
progs/util: Fix memory leak if fread returns 0 in CompileShaderFile.
by Vinson Lee
· 15 years ago
5683d7d
progs/util: Fix memory leak if fail to load/compile shader
by Vinson Lee
· 15 years ago
e5bc2a1
progs/fp: Add tri-inv.c to Makefile.
by Vinson Lee
· 15 years ago
6f1db18
vmware/xorg: Also stop ports on close
by Jakob Bornecrantz
· 15 years ago
124f4bc
vmware/xorg: Stop video ports on leave vt
by Jakob Bornecrantz
· 15 years ago
f2e3fc1
st/xorg: Add enter/leave vt hooks for winsys
by Jakob Bornecrantz
· 15 years ago
c33520b
st/xorg: Fix leave enter vt cycle in crtc code
by Jakob Bornecrantz
· 15 years ago
d5b94b4
st/xorg: New libkms destroy api
by Jakob Bornecrantz
· 15 years ago
32ccc9b
vmware/xorg: Fix SCons build.
by Michel Dänzer
· 15 years ago
9e42683
vmware/xorg: Avoid warning about HAVE_STDINT_H being redefined.
by Michel Dänzer
· 15 years ago
0d4a054
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
by Andre Maasikas
· 15 years ago
ba167f8
mesa: set version string to 7.7-rc1
by Ian Romanick
· 15 years ago
8fc433f
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
by Ian Romanick
· 15 years ago
bb64c9b
Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers."
by Ian Romanick
· 15 years ago
9921b30
radeon: fix cases when only first image where put directly into miptree.
by Maciej Cencora
· 15 years ago
013cf1d
radeon: fix image migration for small compressed textures
by Maciej Cencora
· 15 years ago
225bc70
r300g: use $(MAKE) variable
by Coleman Kane
· 15 years ago
ca7cd3a
progs/xdemos: fix some visual/fbconfig logic in glxinfo.c
by Brian Paul
· 15 years ago
fb83fa2
docs: a few more fixes for 7.6.1
by Brian Paul
· 15 years ago
8d8fd97
radeon: fix polygon stipple
by Alex Deucher
· 15 years ago
1ef8c49
vmware/xorg: Use Write instead of WriteRead for cursor bypass
by Jakob Bornecrantz
· 15 years ago
Next »