Chia-I Wu
b2c7b08299
st/egl_g3d: Hook to update_buffer of the pipe screen.
It is a notification from the client APIs that the surface size might
have changed.
пре 15 година
Chia-I Wu
51b00574a2
st/egl_g3d: Always override flush_frontbuffer.
Instead of letting the native displays install their own version of
flush_frontbuffer, always override the callback with a version that
calls the flush_frontbuffer of the native surface.
пре 15 година
Michal Krol
6664a6dd7f
st/mesa: Initialise vertex element instance divisor to 0.
пре 15 година
Luca Barbieri
f7748d72b4
draw: Add GALLIUM_DUMP_VS environment variable.
Add GALLIUM_DUMP_VS to dump the vertex shader to the console like
GALLIUM_DUMP_FS in softpipe.
пре 15 година
Jakob Bornecrantz
ccc888c39e
st/xorg: If dri2 version is 2 support version 1 as well
Thanks to X server commit 2e2c5b216c
it is possible to be ABI compatible in version 2 with version 1 of
the DRI2 interface.
пре 15 година
Jakob Bornecrantz
3e1241d4f8
st/xorg: Set enforce version to 1 if not defined
пре 15 година
Thomas Hellstrom
ae97520e37
ws/vmware: Check DRM version also when bootstrapping in dri2 mode.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
пре 15 година
Thomas Hellstrom
5f2d60a715
st/dri: Don't request a fake front if the server adds one automatically.
We use the presence of the getBuffersWithFormat extension function to
detect whether the server automatically adds a front.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
пре 15 година
Vinson Lee
d773f28ff2
mesa: Remove unnecessary headers from texformat.c.
пре 15 година
Vinson Lee
39824945fa
mesa: Remove unnecessary headers from texgetimage.c.
пре 15 година
Vinson Lee
6938dccf1a
mesa: Remove unnecessary header from teximage.c.
пре 15 година
Vinson Lee
c847e7d07b
mesa: Remove unnecessary header from texobj.c.
пре 15 година
Vinson Lee
59eed7a201
mesa: Remove unnecessary header from texparam.c.
пре 15 година
Vinson Lee
3e876431d0
mesa: Remove unnecessary headers from texstate.c.
пре 15 година
Vinson Lee
6b6ac9aca0
mesa: Use preprocessor to comment out code.
пре 15 година
Vinson Lee
ae943f8e20
mesa: Remove unnecessary headers from vtxfmt.c.
пре 15 година
Vinson Lee
97e44cde17
mesa: Remove unnecessary headers from arbprogparse.c.
пре 15 година
Vinson Lee
97fc7ae69f
mesa: Remove unnecessary header from nvvertparse.c.
пре 15 година
Vinson Lee
5a4d5b694c
glsl: Remove unnecessary header from prog_execute.c.
пре 15 година
Vinson Lee
148498d8cc
glsl: Remove unnecessary header from prog_statevars.c.
пре 15 година
Vinson Lee
0d62242082
glsl: Remove unnecessary headers from shader_api.c.
пре 15 година
Vinson Lee
1f7762f62b
glsl: Remove unnecessary header from slang_emit.c.
пре 15 година
Vinson Lee
89950fbe24
st/mesa: Remove unnecessary header from st_cb_drawpixels.c.
пре 15 година
Vinson Lee
59db91e2ee
glsl: Remove unnecessary header from slang_builtin.c.
пре 15 година
Vinson Lee
535084996b
glsl: Remove unnecessary headers from slang_compile.c.
пре 15 година
Vinson Lee
1d3bdc2090
glsl: Remove unnecessary header from slang_link.c.
пре 15 година
Vinson Lee
10bd931949
glsl: Remove unnecessary header from slang_log.c.
пре 15 година
Vinson Lee
533b6e8deb
st/mesa: Remove unnecessary header from st_atom_framebuffer.c.
пре 15 година
Vinson Lee
3eb85bf7d9
st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c.
пре 15 година
Vinson Lee
bc639f291b
st/mesa: Remove unnecessary header from st_atom_sampler.c.
пре 15 година
Vinson Lee
227fc5a308
st/mesa: Remove unnecessary header from st_atom_shader.c.
пре 15 година
Vinson Lee
cc2f2268f5
st/mesa: Remove unnecessary headers from st_cb_accum.c.
пре 15 година
Vinson Lee
e1d4781cd4
st/mesa: Remove unnecessary headers from st_cb_bitmap.c.
пре 15 година
Vinson Lee
cc770c8409
st/mesa: Remove unnecessary headers from st_cb_blit.c.
пре 15 година
Vinson Lee
6906bf08cc
st/mesa: Remove unnecessary headers from st_cb_clear.c.
пре 15 година
Vinson Lee
668d871d95
st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.
пре 15 година
Alex Deucher
adcde22952
r600: fill in some missing XRGB tex formats
пре 15 година
Alex Deucher
81eed59a2c
r600: set tiling correctly for texturing from depth buffer
пре 15 година
Alex Deucher
114ab07aee
r600: fix typo in SQ setup
пре 15 година
Vinson Lee
56cd5806e8
st/mesa: Remove unnecessary header from st_cb_fbo.c.
пре 15 година
Vinson Lee
a9f6255431
st/mesa: Remove unnecessary headers from st_cb_feedback.c.
пре 15 година
Vinson Lee
2d2d890048
st/mesa: Remove unnecessary header from st_cb_program.c.
пре 15 година
Vinson Lee
fbda223893
st/mesa: Remove unnecessary header from st_cb_queryobj.c.
пре 15 година
Brian Paul
f595e72337
tgsi: fix detection of front-facing attribute
This code was not updated when we added TGSI_SEMANTIC_FACE a while ago.
пре 15 година
Brian Paul
2c5aa02e20
swrast: add missing call to _swrast_depth_bounds_test()
We were calling this from the CI span function, but not the RGBA
span function.
I don't know of a test program for the GL_EXT_depth_bounds_test
extension...
пре 15 година
Brian Paul
7385681797
swrast: fix broken _swrast_depth_clamp_span()
The integer Z clamping range depends on the number of bits
in the Z buffer because that's the scale factor used when we
transform NDC coords by the viewport/depth range.
Fixes fd.o bug #25972 but only for Z buffers up to a depth
of 30 bits. Beyond that we get into messy integer overflow
issues and things fall apart.
пре 15 година
Vinson Lee
79a5a28390
st/mesa: Remove unnecessary header from st_cb_rasterpos.c.
пре 15 година
Vinson Lee
9c2ef74a76
st/mesa: Remove unnecessary headers from st_cb_readpixels.c.
пре 15 година
Vinson Lee
cde041cd13
st/mesa: Remove unnecessary header from st_cb_strings.c.
пре 15 година
Vinson Lee
644572a372
st/mesa: Remove unnecessary headers from st_cb_texture.c.
пре 15 година