Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
1e6c10f4be9e36cc052a6b47fb2cb1eae60caa00
1e6c10f
egl: Use SConscript for Windows build.
by Chia-I Wu
· 15 years ago
0d820fc
egl: Use khronos types for EGL_MESA_screen_surface.
by Chia-I Wu
· 15 years ago
ba26631
Define PUBLIC to dllexport on MSVC.
by Chia-I Wu
· 15 years ago
14f1157
Update KHRONOS_APICALL for _WIN32 platform.
by Chia-I Wu
· 15 years ago
d2cb999
Always define int32_t in compiler headers.
by Chia-I Wu
· 15 years ago
fa97399
glapi: Update SConscript for Windows.
by Chia-I Wu
· 15 years ago
59f8dca
Update OpenGL ES headers.
by Chia-I Wu
· 15 years ago
8e1b375
autoconf: Remove unused APIS.
by Chia-I Wu
· 15 years ago
c08449b
mesa: Fix/add feature test to shader.c.
by Chia-I Wu
· 15 years ago
21dfcde
r300g: set correct pitch in libdrm
by Marek Olšák
· 15 years ago
7a4601d
r300g: remove texture usage transfer flag
by Marek Olšák
· 15 years ago
4182d3e
r600g: remove unused struct r600_state
by Marek Olšák
· 15 years ago
33c2dbe
vbo: Remove unnecessary header.
by Vinson Lee
· 15 years ago
1202f17
r600g: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
3b869b4
r600g: RS880 is r6xx-based
by Alex Deucher
· 15 years ago
7f1c007
llvmpipe: Remove unused framebuffer stuff from the rasterizer.
by José Fonseca
· 15 years ago
2b7fbcc
llvmpipe: Don't force a linear to tiled conversion after rasterization on debug builds.
by José Fonseca
· 15 years ago
82715bb
llvmpipe: Call llvmpipe_set_texture_tile_layout only when necessary.
by José Fonseca
· 15 years ago
b57e18c
util: Add inline function for approximate floating point comparison.
by José Fonseca
· 15 years ago
f503b3d
llvmpipe: Use pointer_to_func() instead of custom wrappers.
by José Fonseca
· 15 years ago
4b29da1
draw: Use pointer_to_func() instead of custom wrappers.
by José Fonseca
· 15 years ago
6f67a71
util: Generic pointer to func conversion helper.
by José Fonseca
· 15 years ago
18fb9ff
llvmpipe: Pass the fs variant to the rasterizer.
by José Fonseca
· 15 years ago
dc10943
python/retrace: Interpret resource_copy_region.
by José Fonseca
· 15 years ago
311227a
st/python: Expose region_copy/fill_region instead of deprecated surface_copy/fill
by José Fonseca
· 15 years ago
0f37f24
st/vega: Use FREE.
by Chia-I Wu
· 15 years ago
a5183a3
st/egl: Hook eglCreatePbufferFromClientBuffer.
by Chia-I Wu
· 15 years ago
9d7219c
st/egl: Fix eglCopyBuffers.
by Chia-I Wu
· 15 years ago
20c3d71
st/egl: Initialize KMS backend from an fd.
by Chia-I Wu
· 15 years ago
b202c78
r300: fix blits for textures of width/height greater than 2048 on r5xx
by Marek Olšák
· 15 years ago
b5c147c
r600g: remove unused variable
by Marek Olšák
· 15 years ago
7d9396d
r600g: fix gallium function parameters
by Marek Olšák
· 15 years ago
1d57b6e
r600g: make a local copy of viewport state
by Marek Olšák
· 15 years ago
e7f0f6b
i915g: Rename winsys c file
by Jakob Bornecrantz
· 15 years ago
835f5a6
i915g: Move pci id to winsys struct
by Jakob Bornecrantz
· 15 years ago
bbaaf82
targets/egl: Give egl targets a good build enviroment
by Jakob Bornecrantz
· 15 years ago
0defc25
egl_dri2: Split driver loading out into its own function
by Kristian Høgsberg
· 15 years ago
c5ddaa2
egl_dri2: Check for xcb_connect() failure the right way
by Kristian Høgsberg
· 15 years ago
ba10b27
r600g: fix build
by Marek Olšák
· 15 years ago
828f648
i965: Add cache unit -> bo name mapping for more gen6 state objects.
by Eric Anholt
· 15 years ago
9390af0
i965: fix PIPE_CONTROL command for gen6.
by Zou Nan hai
· 15 years ago
e6d8b40
llvmpipe: add PIPE_BUFFER to assertion
by Brian Paul
· 15 years ago
f57edc5
softpipe: add PIPE_BUFFER to assertion
by Brian Paul
· 15 years ago
151b3bb
llvmpipe: add out of memory checking to triangle setup path
by Brian Paul
· 15 years ago
5d0e136
glsl: change uniform location/offset encoding
by Brian Paul
· 15 years ago
f4bcd0c
r300g: remove unnecessary breaks
by Marek Olšák
· 15 years ago
ebe2b54
r300g: report vertex format support in is_format_supported
by Marek Olšák
· 15 years ago
f2e05ac
st/mesa: advertise ARB_half_float_vertex when available
by Marek Olšák
· 15 years ago
3262554
r300g/swtcl: fix WPOS
by Marek Olšák
· 15 years ago
49244df
r300g/swtcl: avoid an infinite loop if an occl. query doesn't return anything
by Marek Olšák
· 15 years ago
6a143b8
r600g: disable rendering
by Jerome Glisse
· 15 years ago
9e8a6f8
r600g: various fixes
by Bas Nieuwenhuizen
· 15 years ago
e68b4e5
r600g: fix driver + shader compiler backend change
by Jerome Glisse
· 15 years ago
aeee526
r600g: Integrate into build
by Jakob Bornecrantz
· 15 years ago
9abfc5e
r600g: Fix buffer offsets
by Jakob Bornecrantz
· 15 years ago
b8fb1d7
r600g: adapt to latest interfaces changes
by Marek Olšák
· 15 years ago
7212896
r600g: Initial import
by Jerome Glisse
· 15 years ago
3d41dd7
llvmpipe: s/bool/boolean/
by Brian Paul
· 15 years ago
bd024ce
llvmpipe: s/bool/boolean
by Brian Paul
· 15 years ago
0faefb1
sw/xlib: avoid dereferencing a null pointer
by Brian Paul
· 15 years ago
c3b62bc
gallivm: add assertions to check type of phi variables
by Brian Paul
· 15 years ago
a504f23
mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format check
by Brian Paul
· 15 years ago
90e5a37
r300g/swtcl: fix secondary color and back-face color outputs
by Marek Olšák
· 15 years ago
8bd3a4c
llvmpipe: Refer to my personal udis86 repository.
by José Fonseca
· 15 years ago
571ee04
util: Also add a define for the dynamic library's prefix.
by José Fonseca
· 15 years ago
057f7e8
egl/mks: remove extra param from function call
by Brian Paul
· 15 years ago
462bcce
egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()
by Brian Paul
· 15 years ago
df64122
fbdev: some hacking to get the driver to compile (untested)
by Brian Paul
· 15 years ago
a4bd52a
update linux-fbdev config
by Brian Paul
· 15 years ago
3644dbb
vbo: comments and whitespace
by Brian Paul
· 15 years ago
4225c4e
vbo: remove unused prototype
by Brian Paul
· 15 years ago
9aae67c
vbo: remove dead code
by Brian Paul
· 15 years ago
b618705
vbo: update/add comments
by Brian Paul
· 15 years ago
f49a656
mesa: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
6e9da8a
egl: Return NULL if we fail to load a default driver
by Kristian Høgsberg
· 15 years ago
7d7bdee
mesa: remove unused includes
by Brian Paul
· 15 years ago
eb88c02
mesa: rewrite _mesa_get_handle() and add some comments
by Brian Paul
· 15 years ago
69861ae
mesa: move GLSL uniform functions into new source file
by Brian Paul
· 15 years ago
655c9a0
st/mesa: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
055750f
Enable hardware mipmap generation for radeon.
by Will Dyson
· 15 years ago
a9ee956
Fix image_matches_texture_obj() MaxLevel check
by Will Dyson
· 15 years ago
f49da11
Fallback to software render if there is no miptree for an image
by Will Dyson
· 15 years ago
76034aa
r300g: decouple drawing code and two-sided stencil refvalue fallback
by Marek Olšák
· 15 years ago
1345c5b
r300g/swtcl: handle large index count properly
by Marek Olšák
· 15 years ago
3a6fd21
r300g/swtcl: force vertex prefetching for non-indexed primitives
by Marek Olšák
· 15 years ago
55a6d37
r300g/swtcl: move emitting AOS to prepare_for_rendering
by Marek Olšák
· 15 years ago
500160a
r300g/swtcl: vbo transfer sanity checks
by Marek Olšák
· 15 years ago
a81730c
r300g: add get_cs_info winsys entrypoint, abandon check_cs
by Marek Olšák
· 15 years ago
6ca3f86
r300g/swtcl: do not use u_upload_mgr and do not compute max_index
by Marek Olšák
· 15 years ago
bbfd785
r300g: remove unnecessary includes
by Marek Olšák
· 15 years ago
3b68b6c
i965: Add support for EXT_timer_query on Ironlake.
by Eric Anholt
· 15 years ago
fd3425f
intel: Handle decode of PIPE_CONTROL instructions.
by Eric Anholt
· 15 years ago
ddb10c3
i965: Move Gen6 debugging emit_mi_flush into the Gen6 block.
by Eric Anholt
· 15 years ago
8f61114
i965: Don't PIPE_CONTROL instruction cache flush.
by Eric Anholt
· 15 years ago
6e2330d
i965: Emit MI_FLUSH before PSP on Ironlake for clip max threads errata.
by Eric Anholt
· 15 years ago
80689ae
gallivm: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
2966a25
st/xorg: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
3fa8a8e
util: Remove unnecessary headers.
by Vinson Lee
· 15 years ago
67d5a51
st/dri: Remove dri.c from SCons build.
by Vinson Lee
· 15 years ago
cee4220
Revert the 'make static' part of 962f92611216e304c95e7c089b38d58066236014
by Kristian Høgsberg
· 15 years ago
Next »