Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-15 | st/mesa: Remove unnecessary header from st_cb_queryobj.c. | Vinson Lee | |
2010-01-15 | swrast: add missing call to _swrast_depth_bounds_test() | Brian Paul | |
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 | swrast: fix broken _swrast_depth_clamp_span() | Brian Paul | |
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-14 | st/mesa: Remove unnecessary header from st_cb_rasterpos.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary headers from st_cb_readpixels.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary header from st_cb_strings.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary headers from st_cb_texture.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary headers from st_cb_viewport.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary headers from st_context.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary header from st_draw_feedback.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary header from st_extensions.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary header from st_format.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary headers from st_framebuffer.c. | Vinson Lee | |
2010-01-14 | st/mesa: Remove unnecessary headers from st_gen_mipmap.c. | Vinson Lee | |
2010-01-14 | Merge branch 'mesa_7_7_branch' | Jakob Bornecrantz | |
Conflicts: src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/gallium/auxiliary/util/Makefile src/gallium/drivers/r300/r300_state_derived.c | |||
2010-01-13 | st/mesa: Remove unnecessary header from st_program.c. | Vinson Lee | |
2010-01-13 | st/mesa: Remove unnecessary header from st_texture.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_accum.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_atifragshader.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_bitmap.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary headers from s_copypix.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_depth.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_drawpix.c. | Vinson Lee | |
2010-01-13 | swrast: Remove unnecessary header from s_feedback.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header from s_fragprog.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header in s_lines.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header from s_points.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header from s_readpix.c. | Vinson Lee | |
2010-01-12 | swrast: Remove unnecessary header from s_texcombine.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_context.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary headers from t_draw.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_pipeline.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_rasterpos.c. | Vinson Lee | |
2010-01-12 | tnl: Remove unnecessary header from t_vb_program.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary headers from vbo_exec.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary header from vbo_exec_array.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary header from vbo_exec_draw.c. | Vinson Lee | |
2010-01-12 | vbo: Remove unnecessary headers from vbo_save.c. | Vinson Lee | |
2010-01-11 | vbo: Remove unnecessary header from vbo_save_loopback.c. | Vinson Lee | |
2010-01-11 | vbo: Remove unnecessary header from vbo_split_copy.c. | Vinson Lee | |
2010-01-11 | x86: Remove unnecessary header from x86_xform.c. | Vinson Lee | |
2010-01-11 | st/mesa: removed unused var | Brian Paul | |
2010-01-11 | st/mesa: comments, whitespace | Brian Paul | |
2010-01-12 | mesa/es: Update sources.mk. | Chia-I Wu | |
Add/remove files that are unused/used to the omit list. Finally, they should all be features that can be omitted. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2010-01-12 | mesa/es: Fix build issue after merge. | Chia-I Wu | |
In cd6b8dd9e82fedc55d033131fbc0f8ee950567c8, color read/type fields are moved; Based on 068596c9a7e8d330ffdff8ad8700bd6093b5bdea and cc020425e929110613ddb405d3e82313d27a35ed, GLSL builtin library is autogenerated and GLSL libraries are built and used. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | |
Conflicts: src/mesa/main/dd.h | |||
2010-01-12 | st/mesa: Remove st_api.c. | Chia-I Wu | |
st_api.c is supposed to define st_api_OpenGL to advertise OpenGL support. However, the linker discards the symbol because it has no user. It is better to leave this to other state trackers that link to libmesagallium.a. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2010-01-11 | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa | Jesse Barnes | |
Conflicts due to DRI1 removal: src/mesa/drivers/dri/intel/intel_context.c src/mesa/drivers/dri/intel/intel_screen.c | |||
2010-01-11 | st: Mark functions in st_public.h and vg_tracker.h as public. | Chia-I Wu | |
These functions are the API of Gallium state tracker, and are used by EGL. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2010-01-11 | Fix compressed texture loads for non-minimal pitches | Luca Barbieri | |
The current glCompressedTexImage support in the state tracker assumes that compressed textures have minimal pitch. However, in some cases this is not true, such as for mipmaps of non-POT compressed textures on nVidia hardware. This patch adds a check and does a memcpy for each line instead of the whole image in that case. Signed-off-by: Keith Whitwell <keithw@vmware.com> Tweaks for C90 compilation. |