Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
31865904d89929364025bfadcde153b4ea9ce7e3
/
src
c8c0953
gallium: replace lib with $(LIB_DIR)
by Hanno Böck
· 15 years ago
6fec2eb
mesa: set version to 7.5-rc1
by Brian Paul
· 15 years ago
b6e2261
wgl: Grow the maximum number of pixel formats to cope with the new accum pixel formats.
by José Fonseca
· 15 years ago
e90beb9
mesa/st: keep surface_copy arguments positive
by Keith Whitwell
· 16 years ago
507f4e7
mesa/st: remove redundant call to st_finish in CopyTexSubImage
by Keith Whitwell
· 16 years ago
44a996b
wgl: Export pixelformats with accumulation bits.
by José Fonseca
· 16 years ago
33d2ca7
mesa/st: cope with non-ibo index data in st_draw_feedback.c
by Keith Whitwell
· 16 years ago
e6a3801
util/upload: catch failures to map_range and return error
by Keith Whitwell
· 16 years ago
ee79827
stw: fix potential uninitialized use of curctx
by Keith Whitwell
· 16 years ago
d5eac43
wgl: Enforce a minimum 1x1 framebuffer size.
by José Fonseca
· 16 years ago
d78b595
wgl: Add assertion for missing function.
by José Fonseca
· 16 years ago
692263a
wgl: Remove unused variable.
by José Fonseca
· 16 years ago
d88faf9
mesa: Make _mesa_share_state thread safe.
by José Fonseca
· 16 years ago
4d28fcf
wgl: Implement ShareLists.
by José Fonseca
· 16 years ago
b6e8256
mesa: more complete fix for transform_invarient glitches
by Keith Whitwell
· 16 years ago
751f73e
mesa/main: set PREFER_DP4 to match position_invarient code
by Keith Whitwell
· 16 years ago
1ed9009
wgl: Implemente SwapLayerBuffers.
by José Fonseca
· 16 years ago
be3f9dd
util: Limit the stack walk to avoid referencing undefined memory.
by José Fonseca
· 16 years ago
f628d7f
gallium/tgsi: hack around linker/archiver breakage
by Keith Whitwell
· 16 years ago
d075cb4
wgl: Include alpha bits in pixel format's cColorBits field.
by José Fonseca
· 16 years ago
af09ba9
gallium/draw: cope with unused vertex_elements
by Keith Whitwell
· 16 years ago
bb9ea58
wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.
by José Fonseca
· 16 years ago
1248ff7
pb: Save the stack backtrace when creating/mapping a debug buffer.
by José Fonseca
· 16 years ago
606a547
pb: Dump the fenced buffer sizes.
by José Fonseca
· 16 years ago
6a3004b
swrast: fix span clipping bug
by Brian Paul
· 16 years ago
cc71704
mesa: unmap buffer objects during context tear-down
by Brian Paul
· 16 years ago
79ada8c
gallium: fix texcoords for cubemap mipmap generation
by Brian Paul
· 16 years ago
dd4c142
glx: replace Xmalloc() calls with Xcalloc()
by Brian Paul
· 16 years ago
0a56a49
st: create renderbuffer's pipe_surface in st_render_texture()
by Brian Paul
· 16 years ago
63f0130
mesa: fix state validation bug for glCopyTex[Sub]Image()
by Brian Paul
· 16 years ago
36edceb
Fix symbol list for mangled Mesa on Darwin.
by Tom Fogal
· 16 years ago
8a488b1
mesa: remove -devel suffix from version
by Brian Paul
· 16 years ago
2953b18
radeon: Don't even bother with things too big to fit into our card.
by Corbin Simpson
· 16 years ago
5b15cc3
r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.
by Corbin Simpson
· 16 years ago
c11ad48
r300-gallium, radeon-winsys: Space accounting.
by Corbin Simpson
· 16 years ago
d7f4ac9
r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.
by Corbin Simpson
· 16 years ago
a609f78
r300-gallium: Don't bother with conditional double define.
by Corbin Simpson
· 16 years ago
1f43cc1
radeon: Fix cast and comment.
by Corbin Simpson
· 16 years ago
9cb3cde
mesa: Prepend "-Wl," to linking options
by Tormod Volden
· 16 years ago
60927f9
i915simple: remove duplicated i915_context.c in C_SOURCES
by Brian Paul
· 16 years ago
c28707b
r300: Increase reference count of texture objects referenced by current state.
by Michel Dänzer
· 16 years ago
ba27fe3
gallium: Add SCons build support for the DRI state tracker.
by Michel Dänzer
· 16 years ago
cc68cd2
egl: Don't install demodriver
by Dan Nicholson
· 16 years ago
a9c97c5
Use variable library name in pkg-config output.
by Tom Fogal
· 16 years ago
8fa6c1a
tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)
by Brian Paul
· 16 years ago
0e85dcb
mesa: added _mesa_check_soa_dependencies() function
by Brian Paul
· 16 years ago
46ddcbc
softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()
by Brian Paul
· 16 years ago
801a33a
mesa/st: protect internal flushes with FLUSH_CURRENT
by Keith Whitwell
· 16 years ago
c0bff53
mesa/main: protect driver.finish with FLUSH_CURRENT
by Keith Whitwell
· 16 years ago
106f2b0
mesa/st: remove duplicate offset calculation
by Keith Whitwell
· 16 years ago
eb979ce
gallium/draw: add ability to print out active pipeline stages
by Keith Whitwell
· 16 years ago
afc0c59
mesa/st: translate VERT_ATTRIB_GENERIC8..15 in st_translate_vertex_program
by Keith Whitwell
· 16 years ago
b91e5f8
util/indices: remove debug prints
by Keith Whitwell
· 16 years ago
afd1651
mesa/st: workaround for crashes in st_copy_texsubimage
by Keith Whitwell
· 16 years ago
43e24a5
wgl: Store current HDC/HGLRC in stw_context.
by José Fonseca
· 16 years ago
09c91a1
R300: add quadpipe overrides
by Alex Deucher
· 16 years ago
43d9020
i965: avoid segfault in intel_update_renderbuffers() if using DRI1
by Brian Paul
· 16 years ago
dcf571a
swrast: add missing break in clamp_rect_coord_linear()
by Brian Paul
· 16 years ago
2c994ad
gallium dri st: Propagate the drawable info when we bind to new drawables.
by Thomas Hellstrom
· 16 years ago
8cfa654
gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT()
by Thomas Hellstrom
· 16 years ago
3d2bba0
st: Add an st_get_current() function.
by Thomas Hellstrom
· 16 years ago
aef3bcc
gallium-intel: Create a i965_dri.so symlink
by Jakob Bornecrantz
· 16 years ago
c9b336b
gallium-intel: Fix build of dri driver
by Jakob Bornecrantz
· 16 years ago
171c7f9
gallium dri st: Fix up some comments and minor bugs.
by Thomas Hellstrom
· 16 years ago
81ded80
radeon-r300: Fix a bit of breakage.
by Corbin Simpson
· 16 years ago
1ae877d
radeon: Use PCI_MATCH_ANY for xorg driver.
by Corbin Simpson
· 16 years ago
05af5a7
gallium: Rename the dri state tracker lib to libdridrm.a
by Thomas Hellstrom
· 16 years ago
0929b2b
gallium: indent and cleanfile the dri state-tracker.
by Thomas Hellstrom
· 16 years ago
ca1f5f7
gallium: Update the dri2 state tracker to support dri1.
by Thomas Hellstrom
· 16 years ago
a70c4f3
gallium: Add a dri1 api
by Thomas Hellstrom
· 16 years ago
2e5acd2
gallium: Move the dri2 state tracker since we're about to extend it to dri1.
by Thomas Hellstrom
· 16 years ago
638261b
gallium: Update the drm_api.
by Thomas Hellstrom
· 16 years ago
359a582
Avoid a segfault in shader compilation
by Robert Ellison
· 16 years ago
76b9da9
wgl: Cope with pre-existing threads.
by José Fonseca
· 16 years ago
c384ccb
wgl: Implement WGL_EXT_extensions_string extension.
by José Fonseca
· 16 years ago
3ebcf2d
util: Remove unix includes.
by José Fonseca
· 16 years ago
dc9705d
i965: only upload constant buffer data when we actually need the const buffer
by Brian Paul
· 16 years ago
5250eec
util/time: add util_time_sleep() for windows userspace
by Keith Whitwell
· 16 years ago
5ed7764
mesa/st: fix incorrect face, level in compress_with_blit
by Keith Whitwell
· 16 years ago
b618827
util: Add debug_printf_once
by Micah Dowty
· 16 years ago
99b77d0
mesa: Call _mesa_snprintf instead of snprintf.
by José Fonseca
· 16 years ago
b504721
stw: Use a statically initiallized gl proc table.
by José Fonseca
· 16 years ago
4486e40
r300: always emit output insts after all KIL insts
by Maciej Cencora
· 16 years ago
904b563
r300-gallium: Correctly flush Draw.
by Corbin Simpson
· 16 years ago
86d2144
r300-gallium: Add a draw_flush() to r300_flush().
by Mathias Gottschlag
· 16 years ago
233c6fb
r300-gallium: Fix vertex shader OVM counting.
by Corbin Simpson
· 16 years ago
f45a7a1
r300-gallium: Clean up FB state emit.
by Corbin Simpson
· 16 years ago
d9f2d07
r300-gallium: Set framebuffer pitch on every framebuffer change.
by Mathias Gottschlag
· 16 years ago
a098e60
gallium-intel: Fix warning
by Jakob Bornecrantz
· 16 years ago
5f701f2
gallium-intel: Cache software switch
by Jakob Bornecrantz
· 16 years ago
f44f115
gallium-intel: Link dri2 driver with softpipe
by Jakob Bornecrantz
· 16 years ago
022319b
intel: Fix more issues with the combined depth-stencil attachment
by Ian Romanick
· 16 years ago
302ba83
intel: Initialize region ptr to prevent assertion in intel_region_reference
by Ian Romanick
· 16 years ago
91eb8ba
tgis: SSE code generator doesn't yet support indirect addressing of temp regs
by Brian Paul
· 16 years ago
f2272b5
intel / DRI2: When available, use DRI2GetBuffersWithFormat
by Ian Romanick
· 16 years ago
dbf87f2
DRI2: Implement interface for drivers to access DRI2GetBuffersWithFormat
by Ian Romanick
· 16 years ago
d8d7b2c
DRI2: Implement protocol for DRI2GetBuffersWithFormat
by Ian Romanick
· 16 years ago
1c97868
mesa: fix up error/warning/debug output newlines
by Brian Paul
· 16 years ago
3321b69
i965: use drm_intel_gem_bo_map/unmap_gtt() when possible, otherwise dri_bo_subdata()
by Brian Paul
· 16 years ago
29d9abf
pipebuffer: don't fail when validating mapped buffers
by Keith Whitwell
· 16 years ago
Next »