Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
4a9ce9b299832b4f367cc6da06f36ee20c7d0d5f
4a9ce9b
mesa: remove always-false conditional in check_compatible()
by Brian Paul
· 14 years ago
670207e
dri/util: add a bunch of comments
by Brian Paul
· 14 years ago
0fefafb
mesa: move the gl_config struct declaration
by Brian Paul
· 14 years ago
ee1f047
mesa: use GLubyte for edge flag arrays
by Brian Paul
· 14 years ago
265b539
scons: Propagate installation targets.
by José Fonseca
· 14 years ago
45f4b85
scons: i915 can't build on MSVC either.
by José Fonseca
· 14 years ago
3ae04dd
scons: Add aliases for several pipe drivers.
by José Fonseca
· 14 years ago
4f8dbd2
r600g: List recently added files in SConscript.
by José Fonseca
· 14 years ago
aedc270
i965: refresh wm push constant also for BRW_NEW_FRAMENT_PROGRAM on gen6
by Zhenyu Wang
· 14 years ago
16ee7a5
mesa: Allow contexts of different APIs to coexist.
by Chia-I Wu
· 14 years ago
fdede1e
mesa: Select FEATURE_remap_table when multiple APIs are enabled.
by Chia-I Wu
· 14 years ago
6b999c8
r300/compiler: Don't track readers into an IF block.
by Tom Stellard
· 14 years ago
ad00a92
egl: Rework _eglGetSearchPath.
by Chia-I Wu
· 14 years ago
583e418
scons: Disable python state tracker when swig is not present.
by José Fonseca
· 14 years ago
0fd41d2
scons: Restore x11 tool behavior for backwards compatability.
by José Fonseca
· 14 years ago
ab9ca6c
scons: Some pipe drivers are not portable for MSVC
by José Fonseca
· 14 years ago
f9156eb
scons: Fix MinGW cross-compilation.
by José Fonseca
· 14 years ago
601498a
scons: Revamp how to specify targets to build.
by José Fonseca
· 14 years ago
a84bd58
dri/nouveau: Re-emit the BO state when coming back from a software fallback.
by Francisco Jerez
· 14 years ago
4a28262
dri/nouveau: Validate the framebuffer state on read buffer changes.
by Francisco Jerez
· 14 years ago
453b718
dri/nouveau: Fix type promotion issue on 32bit platforms.
by Francisco Jerez
· 14 years ago
6102683
st/egl image: multiply drm buf-stride with blocksize
by Benjamin Franzke
· 14 years ago
52ef148
targets/egl: Fix a warning with --disable-opengl build.
by Chia-I Wu
· 14 years ago
1230050
autoconf: Tidy configure output for EGL.
by Chia-I Wu
· 14 years ago
a15cf3c
r300/compiler: Don't clobber presubtract sources during optimizations
by Tom Stellard
· 14 years ago
088145f
dri/nouveau: Pipeline glTexSubImage texture transfers.
by Francisco Jerez
· 14 years ago
f67fa52
dri/nouveau: Keep small DYNAMIC_DRAW vertex buffers in system ram.
by Francisco Jerez
· 14 years ago
e89af20
dri/nouveau: Optimize VBO binding re-emission.
by Francisco Jerez
· 14 years ago
57382e7
dri/nouveau: Split out array handling to its own file.
by Francisco Jerez
· 14 years ago
9d1f1fc
dri/nouveau: Use a macro to iterate over the bound vertex attributes.
by Francisco Jerez
· 14 years ago
dbe1eae
dri/nouveau: Avoid recursion in nouveau_bo_context_reset().
by Francisco Jerez
· 14 years ago
f2098e0
dri/nouveau: Split out the scratch helpers to a separate file.
by Francisco Jerez
· 14 years ago
6daaf45
dri/nouveau: Tell the vbo module we want real hardware BOs.
by Francisco Jerez
· 14 years ago
6ee9cd4
dri/nouveau: Honor the access flags in nouveau_bufferobj_map_range.
by Francisco Jerez
· 14 years ago
f102c52
dri/nouveau: Call _mesa_update_state() after framebuffer invalidation.
by Francisco Jerez
· 14 years ago
e3c0b7b
dri/nv25: Bind a hierarchical depth buffer.
by Francisco Jerez
· 14 years ago
c5ca972
dri/nouveau: Don't assert(0) on compressed internal formats.
by Francisco Jerez
· 14 years ago
920481d
dri/nv20: Clear with the 3D engine.
by Francisco Jerez
· 14 years ago
cfc81d9
st/mesa: Unreference the sampler view in st_bind_surface.
by Chia-I Wu
· 14 years ago
9c2b481
osmesa: fix renderbuffer memleak in OSMesaMakeCurrent()
by Brian Paul
· 14 years ago
156e955
autoconf: st/vega requires --enable-openvg.
by Chia-I Wu
· 14 years ago
cff1aee
glsl: Remove unused ARRAY_SIZE macro.
by Kenneth Graunke
· 14 years ago
a974949
mesa: Make metaops use program refcounts instead of names.
by Eric Anholt
· 14 years ago
34e8801
mesa: remove dead code
by Brian Paul
· 14 years ago
d070edd
mesa: Fix windows build (uint -> GLuint).
by José Fonseca
· 14 years ago
bdd8838
targets: Add missing quotes to Makefile.xorg.
by Chia-I Wu
· 14 years ago
9de5c6a
Merge branch 'glapi-reorg'
by Chia-I Wu
· 14 years ago
815faa4
autoconf: Update configuration info.
by Chia-I Wu
· 14 years ago
c6320c5
docs: Update egl and openvg docs.
by Chia-I Wu
· 14 years ago
be5f34a
autoconf: Better client API selection.
by Chia-I Wu
· 14 years ago
bdba460
mesa: pixel transfer ops do not apply to integer-valued textures
by Brian Paul
· 14 years ago
0a3566c
mesa: additional integer formats in _mesa_bytes_per_pixel()
by Brian Paul
· 14 years ago
7faf521
mesa: add const qualifier to _mesa_is_legal_format_and_type()
by Brian Paul
· 14 years ago
113c183
mesa: fix integer cases in _mesa_is_legal_format_and_type()
by Brian Paul
· 14 years ago
9fc7fa0
mesa: fix incorrect type in _mesa_texstore_rgba_int16()
by Brian Paul
· 14 years ago
b44f9c7
mesa: remove obsolete comment
by Brian Paul
· 14 years ago
22c7a69
mesa: add extension table entry for GL_EXT_gpu_shader4
by Brian Paul
· 14 years ago
55dc971
mesa: clean-up array element code
by Brian Paul
· 14 years ago
d916d81
mesa: glArrayElement support for integer-valued arrays
by Brian Paul
· 14 years ago
3b82cee
mesa: state/queries for GL_MIN/MAX_PROGRAM_TEXEL_OFFSET_EXT
by Brian Paul
· 14 years ago
433e5e6
mesa: consolidate glVertex/Color/etcPointer() code
by Brian Paul
· 14 years ago
d1184d2
mesa: add gl_client_array::Integer field and related vertex array state code
by Brian Paul
· 14 years ago
ca2618f
mesa: implement integer-valued vertex attribute functions
by Brian Paul
· 14 years ago
e2b8c65
mesa: add new GLvertexformat entries for integer-valued attributes
by Brian Paul
· 14 years ago
ba99959
mesa: plug in more GL_EXT_gpu_shader4 functions
by Brian Paul
· 14 years ago
9c61ca9
mesa: add glGetUniformuiv(), plug in uint glUniform funcs
by Brian Paul
· 14 years ago
53eca8d
mesa: plug in stubs for glBindFragDataLocation(), glGetFragDataLocation()
by Brian Paul
· 14 years ago
a6fb2ac
glapi: regenerated API files
by Brian Paul
· 14 years ago
20371d4
glapi: include EXT_gpu_shader4.xml
by Brian Paul
· 14 years ago
a52dbaa
glapi: xml spec file for GL_EXT_gpu_shader4
by Brian Paul
· 14 years ago
beea704
vbo: re-indent file
by Brian Paul
· 14 years ago
25efd55
mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()
by Brian Paul
· 14 years ago
9d45c7d
i965: Update the gen6 stencil ref state when stencil state changes.
by Eric Anholt
· 14 years ago
b271445
i965: Upload required gen6 VS push constants even when using pull constants.
by Eric Anholt
· 14 years ago
c5114c7
i965: Update gen6 SF state when point state (sprite or attenuation) changes.
by Eric Anholt
· 14 years ago
e30a3e7
i965: Add user clip planes support to gen6.
by Eric Anholt
· 14 years ago
85a08f8
gallivm: Remove the EMMS opcodes.
by José Fonseca
· 14 years ago
8d36422
gallivm: always enable LLVMAddInstructionCombiningPass()
by José Fonseca
· 14 years ago
5479fa3
gallium: Avoid using __doc__ in python scripts.
by José Fonseca
· 14 years ago
a54ab49
st/mesa: Silence uninitialized variable warning.
by Vinson Lee
· 14 years ago
aa43176
r300/compiler: Use rc_get_readers_normal() for presubtract optimizations
by Tom Stellard
· 14 years ago
cbc966b
i965: Add bit operation support to the fragment shader backend.
by Kenneth Graunke
· 14 years ago
9e3641b
i965: Make FS uniforms be the actual type of the uniform at upload time.
by Eric Anholt
· 14 years ago
5029430
docs: add GL_EXT_separate_shader_objects to release notes
by Ian Romanick
· 14 years ago
817ed68
intel: Enable GL_EXT_separate_shader_objects in Intel drivers
by Ian Romanick
· 14 years ago
f48915e
swrast: Enable GL_EXT_separate_shader_objects in software paths
by Ian Romanick
· 14 years ago
84eba3e
Track separate programs for each stage
by Ian Romanick
· 14 years ago
75c6f47
mesa: Track an ActiveProgram distinct from CurrentProgram
by Ian Romanick
· 14 years ago
01abcf3
mesa: Add display list support for GL_EXT_separate_shader_objects functions
by Ian Romanick
· 14 years ago
c72aa7f
mesa: Skeletal support for GL_EXT_separate_shader_objects
by Ian Romanick
· 14 years ago
b97794c
mesa: Add infrastructure to track GL_EXT_separate_shader_objects
by Ian Romanick
· 14 years ago
44f6e17
glapi: Commit files changed by previous commit
by Ian Romanick
· 14 years ago
206e904
glapi: Add GL_EXT_separate_shader_objects
by Ian Romanick
· 14 years ago
3acc826
Fix build on systems where "python" is python 3.
by Kenneth Graunke
· 14 years ago
676c3f0
r300g: add a default channel ordering of texture border for unhandled formats
by Marek Olšák
· 14 years ago
8ff7885
r600c: add missing radeon_prepare_render() call on evergreen
by Alex Deucher
· 14 years ago
b194b9b
r100: revalidate after radeon_update_renderbuffers
by Alex Deucher
· 14 years ago
80adc8a
swrast: Print out format on unexpected failure in _swrast_ReadPixels.
by Vinson Lee
· 14 years ago
1b92eb1
egl: Remove unnecessary headers.
by Vinson Lee
· 14 years ago
e7343cd
mesa: Remove unnecessary header.
by Vinson Lee
· 14 years ago
Next »