Vinson Lee
6906bf08cc
st/mesa: Remove unnecessary headers from st_cb_clear.c.
2010-01-15 23:02:07 -08:00
Vinson Lee
668d871d95
st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.
2010-01-15 22:55:47 -08:00
Alex Deucher
adcde22952
r600: fill in some missing XRGB tex formats
2010-01-15 23:04:19 -05:00
Alex Deucher
81eed59a2c
r600: set tiling correctly for texturing from depth buffer
2010-01-15 23:04:09 -05:00
Alex Deucher
114ab07aee
r600: fix typo in SQ setup
2010-01-15 23:04:00 -05:00
Vinson Lee
56cd5806e8
st/mesa: Remove unnecessary header from st_cb_fbo.c.
2010-01-15 18:24:12 -08:00
Vinson Lee
a9f6255431
st/mesa: Remove unnecessary headers from st_cb_feedback.c.
2010-01-15 18:20:56 -08:00
Vinson Lee
2d2d890048
st/mesa: Remove unnecessary header from st_cb_program.c.
2010-01-15 16:28:56 -08:00
Vinson Lee
fbda223893
st/mesa: Remove unnecessary header from st_cb_queryobj.c.
2010-01-15 16:27:28 -08:00
Brian Paul
f595e72337
tgsi: fix detection of front-facing attribute
...
This code was not updated when we added TGSI_SEMANTIC_FACE a while ago.
2010-01-15 14:57:58 -07:00
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...
2010-01-15 14:25:33 -07:00
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.
2010-01-15 14:19:25 -07:00
Vinson Lee
79a5a28390
st/mesa: Remove unnecessary header from st_cb_rasterpos.c.
2010-01-14 23:05:42 -08:00
Vinson Lee
9c2ef74a76
st/mesa: Remove unnecessary headers from st_cb_readpixels.c.
2010-01-14 23:03:37 -08:00
Vinson Lee
cde041cd13
st/mesa: Remove unnecessary header from st_cb_strings.c.
2010-01-14 22:30:00 -08:00
Vinson Lee
644572a372
st/mesa: Remove unnecessary headers from st_cb_texture.c.
2010-01-14 22:27:13 -08:00
Vinson Lee
4f8baf7dce
st/mesa: Remove unnecessary headers from st_cb_viewport.c.
2010-01-14 19:00:27 -08:00
Vinson Lee
53c6c38412
st/mesa: Remove unnecessary headers from st_context.c.
2010-01-14 18:53:51 -08:00
Vinson Lee
604e9ec2c4
st/mesa: Remove unnecessary header from st_draw_feedback.c.
2010-01-14 18:46:51 -08:00
Vinson Lee
9e7778d7aa
st/mesa: Remove unnecessary header from st_extensions.c.
2010-01-14 18:34:59 -08:00
Vinson Lee
8a8a27b01a
st/mesa: Remove unnecessary header from st_format.c.
2010-01-14 18:19:39 -08:00
Vinson Lee
eaedc1bb3e
st/mesa: Remove unnecessary headers from st_framebuffer.c.
2010-01-14 18:10:06 -08:00
Vinson Lee
6890b06982
st/mesa: Remove unnecessary headers from st_gen_mipmap.c.
2010-01-14 17:54:47 -08:00
Jakob Bornecrantz
877cadb655
r300g: Build driver by default
...
Do the auto trick that is used for both i915, i965 and svga.
2010-01-14 22:51:25 +00:00
Jakob Bornecrantz
b01ffb12ed
Merge branch 'mesa_7_7_branch'
...
Conflicts:
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/util/Makefile
src/gallium/drivers/r300/r300_state_derived.c
2010-01-14 22:31:04 +00:00
Michal Krol
ffd2848056
gallium: Document drawing commands.
2010-01-14 18:55:52 +01:00
Michal Krol
5184b02b07
Merge branch 'instanced-arrays'
...
Conflicts:
src/gallium/drivers/softpipe/sp_draw_arrays.c
2010-01-14 18:11:41 +01:00
Corbin Simpson
1bc77e9931
r300g: Cleanup from last few commits.
...
Strangely enough, the code solidified pretty quickly.
2010-01-14 09:01:37 -08:00
Łukasz Krotowski
60628c65c9
r300g: Really destroy translated buffer at the end.
...
Note that indexSize is changed by r300_translate_elts(). Also make sure
it's destroyed on errors.
2010-01-14 09:01:37 -08:00
Brian Paul
7fcfb71931
progs/trivial: test user clip plane in tri-point-line-clipped.c
2010-01-14 09:38:47 -07:00
Brian Paul
0a82692154
progs/trivial: test glPolygonMode(POINT/LINE) with frustum clipping
...
Note whether the new verts introduced by clipping show up as points
and lines along the edge of the window...
2010-01-14 09:22:30 -07:00
Brian Paul
d6b4655e13
gallium/util: silence warning about array initializers
2010-01-14 09:22:30 -07:00
Chia-I Wu
81430b95d0
egl_g3d: Check if the creation of pipe or st context fails.
...
It should not return an incomplete EGLContext to the users.
2010-01-14 17:29:48 +08:00
Chia-I Wu
6cb89b23ee
st/egl_g3d: Use a sequence number to decide if validation is required.
...
It is not safe to assume that the native surface has not changed since
the last validation by checking the geometry alone. Add a sequence
number to "validate" callback for that purpose. This is inspired by
Luca Barbieri's work.
2010-01-14 17:25:19 +08:00
Vinson Lee
252812bf15
st/mesa: Remove unnecessary header from st_program.c.
2010-01-13 23:28:00 -08:00
Vinson Lee
c109ca9c49
st/mesa: Remove unnecessary header from st_texture.c.
2010-01-13 23:16:05 -08:00
Vinson Lee
6b39e8aeb0
swrast: Remove unnecessary header from s_accum.c.
2010-01-13 23:01:03 -08:00
Vinson Lee
78411881d3
swrast: Remove unnecessary header from s_atifragshader.c.
2010-01-13 22:58:07 -08:00
Vinson Lee
0a70868131
swrast: Remove unnecessary header from s_bitmap.c.
2010-01-13 22:45:54 -08:00
Vinson Lee
886cffb44e
swrast: Remove unnecessary headers from s_copypix.c.
2010-01-13 22:43:16 -08:00
Vinson Lee
cf061c24e0
swrast: Remove unnecessary header from s_depth.c.
2010-01-13 22:36:01 -08:00
Vinson Lee
d1631f734a
swrast: Remove unnecessary header from s_drawpix.c.
2010-01-13 22:30:04 -08:00
Vinson Lee
f649870c9b
swrast: Remove unnecessary header from s_feedback.c.
2010-01-13 22:20:44 -08:00
Corbin Simpson
6a2936b876
gallium/docs: Random things sitting around in my stash.
2010-01-13 20:46:53 -08:00
Corbin Simpson
264e548d86
r300g: Use indices to translate index buffers of ubytes.
...
progs/redbook/aapoly, among others, works fine now.
2010-01-13 20:44:49 -08:00
Corbin Simpson
8feb27b8ff
radeong: Change DRI driver name to radeong.
2010-01-13 18:37:17 -08:00
Corbin Simpson
9bb2b90191
r300g: Disable immediate mode rendering for now.
...
Will re-enable when the bugs are ironed out.
2010-01-13 18:36:54 -08:00
Brian Paul
bc1b38af71
gallium/draw: s/clipper/clip_stage/ to be consistant with other stages
2010-01-13 17:39:45 -07:00
Brian Paul
c873613403
gallium/draw: whitespace and comments
2010-01-13 17:39:45 -07:00
Brian Paul
ee343feba1
gallium/draw: remove always-true conditional
2010-01-13 17:39:45 -07:00