Vinson Lee
6906bf08cc
st/mesa: Remove unnecessary headers from st_cb_clear.c.
16年前
Vinson Lee
668d871d95
st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.
16年前
Alex Deucher
adcde22952
r600: fill in some missing XRGB tex formats
16年前
Alex Deucher
81eed59a2c
r600: set tiling correctly for texturing from depth buffer
16年前
Alex Deucher
114ab07aee
r600: fix typo in SQ setup
16年前
Vinson Lee
56cd5806e8
st/mesa: Remove unnecessary header from st_cb_fbo.c.
16年前
Vinson Lee
a9f6255431
st/mesa: Remove unnecessary headers from st_cb_feedback.c.
16年前
Vinson Lee
2d2d890048
st/mesa: Remove unnecessary header from st_cb_program.c.
16年前
Vinson Lee
fbda223893
st/mesa: Remove unnecessary header from st_cb_queryobj.c.
16年前
Brian Paul
f595e72337
tgsi: fix detection of front-facing attribute
This code was not updated when we added TGSI_SEMANTIC_FACE a while ago.
16年前
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...
16年前
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.
16年前
Vinson Lee
79a5a28390
st/mesa: Remove unnecessary header from st_cb_rasterpos.c.
16年前
Vinson Lee
9c2ef74a76
st/mesa: Remove unnecessary headers from st_cb_readpixels.c.
16年前
Vinson Lee
cde041cd13
st/mesa: Remove unnecessary header from st_cb_strings.c.
16年前
Vinson Lee
644572a372
st/mesa: Remove unnecessary headers from st_cb_texture.c.
16年前
Vinson Lee
4f8baf7dce
st/mesa: Remove unnecessary headers from st_cb_viewport.c.
16年前
Vinson Lee
53c6c38412
st/mesa: Remove unnecessary headers from st_context.c.
16年前
Vinson Lee
604e9ec2c4
st/mesa: Remove unnecessary header from st_draw_feedback.c.
16年前
Vinson Lee
9e7778d7aa
st/mesa: Remove unnecessary header from st_extensions.c.
16年前
Vinson Lee
8a8a27b01a
st/mesa: Remove unnecessary header from st_format.c.
16年前
Vinson Lee
eaedc1bb3e
st/mesa: Remove unnecessary headers from st_framebuffer.c.
16年前
Vinson Lee
6890b06982
st/mesa: Remove unnecessary headers from st_gen_mipmap.c.
16年前
Vinson Lee
252812bf15
st/mesa: Remove unnecessary header from st_program.c.
16年前
Vinson Lee
c109ca9c49
st/mesa: Remove unnecessary header from st_texture.c.
16年前
Vinson Lee
6b39e8aeb0
swrast: Remove unnecessary header from s_accum.c.
16年前
Vinson Lee
78411881d3
swrast: Remove unnecessary header from s_atifragshader.c.
16年前
Vinson Lee
0a70868131
swrast: Remove unnecessary header from s_bitmap.c.
16年前
Vinson Lee
886cffb44e
swrast: Remove unnecessary headers from s_copypix.c.
16年前
Vinson Lee
cf061c24e0
swrast: Remove unnecessary header from s_depth.c.
16年前
Vinson Lee
d1631f734a
swrast: Remove unnecessary header from s_drawpix.c.
16年前
Vinson Lee
f649870c9b
swrast: Remove unnecessary header from s_feedback.c.
16年前
Thomas Hellstrom
a9086f2d17
st/dri: Make sure we always request a fake front.
This should be the correct, but sub-optimal way to handle things on
pre-1.7 servers. For servers that automatically adds a fake front
we should never request the fake front and handle the reply differently.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
16年前
José Fonseca
1b333453e4
svga: Fix compile_vs error code.
It could erroneously return PIPE_OK in some circumstances.
Make compile_fs code identical.
16年前
Vinson Lee
831764fa75
swrast: Remove unnecessary header from s_fragprog.c.
16年前
Vinson Lee
d6588a9372
swrast: Remove unnecessary header in s_lines.c.
16年前
Vinson Lee
7debc532d5
swrast: Remove unnecessary header from s_points.c.
16年前
Vinson Lee
11034bfa97
swrast: Remove unnecessary header from s_readpix.c.
16年前
Vinson Lee
a01b9eac04
swrast: Remove unnecessary header from s_texcombine.c.
16年前
Vinson Lee
c239f38709
tnl: Remove unnecessary header from t_context.c.
16年前
Vinson Lee
2c7cf3f9c9
tnl: Remove unnecessary headers from t_draw.c.
16年前
Vinson Lee
dffcbee8e7
tnl: Remove unnecessary header from t_pipeline.c.
16年前
Vinson Lee
a24d852630
tnl: Remove unnecessary header from t_rasterpos.c.
16年前
Vinson Lee
264f4101cd
tnl: Remove unnecessary header from t_vb_program.c.
16年前
Vinson Lee
c631501003
vbo: Remove unnecessary headers from vbo_exec.c.
16年前
Vinson Lee
94d238e757
vbo: Remove unnecessary header from vbo_exec_array.c.
16年前
Vinson Lee
37d326503d
vbo: Remove unnecessary header from vbo_exec_draw.c.
16年前
Vinson Lee
aee9a6f4e1
vbo: Remove unnecessary headers from vbo_save.c.
16年前
Vinson Lee
d2271d8a39
vbo: Remove unnecessary header from vbo_save_loopback.c.
16年前
Vinson Lee
083dae14bd
vbo: Remove unnecessary header from vbo_split_copy.c.
16年前