Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-21 | st/mesa: Remove unnecessary header from st_cb_viewport.c. | Vinson Lee | |
2010-01-21 | mesa: Use pipe_buffer_write_nooverlap where appropriate. | José Fonseca | |
2010-01-20 | gallium: prepare for per-rendertarget blend enables, writemasks, blend funcs | Roland Scheidegger | |
GL 3.0 (EXT_draw_buffers2) and other APIs allow independent blend enables and write masks per render target, ARB_draw_buffers_blend (and other APIs) also allow independent blend functions. Things like dithering, logic ops however are not extended to be per rendertarget, that might be conceptually possible however it doesn't look like any API wants to expose this. | |||
2010-01-20 | st/mesa: fix format logic in compatible_src_dst_formats() | Brian Paul | |
We need to consider the user-requested formats, not the actual device- chosen formats. See code comments for more details. | |||
2010-01-20 | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu | |
2010-01-19 | st/mesa: enable EXT_framebuffer_multisample | Marek Olšák | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-19 | st/dri: update dri2 drawables when viewport is changed | Ben Skeggs | |
Fixes gnome-shell on nouveau, as well as window resize with various other applications. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2010-01-18 | mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM. | José Fonseca | |
2010-01-18 | st/mesa: change instruction count assertion to > 0 | Brian Paul | |
Shaders should at least have an END instruction. | |||
2010-01-18 | st/mesa: updated comments and whitespace | Brian Paul | |
2010-01-18 | st/mesa: fix memory leak in st_translate_mesa_program | Marcin Slusarz | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | |
Conflicts: src/gallium/drivers/softpipe/sp_draw_arrays.c src/mesa/state_tracker/st_draw_feedback.c | |||
2010-01-15 | st/mesa: Initialise vertex element instance divisor to 0. | Michal Krol | |
2010-01-16 | st/mesa: Remove unnecessary header from st_cb_drawpixels.c. | Vinson Lee | |
2010-01-16 | st/mesa: Remove unnecessary header from st_atom_framebuffer.c. | Vinson Lee | |
2010-01-16 | st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c. | Vinson Lee | |
2010-01-16 | st/mesa: Remove unnecessary header from st_atom_sampler.c. | Vinson Lee | |
2010-01-16 | st/mesa: Remove unnecessary header from st_atom_shader.c. | Vinson Lee | |
2010-01-16 | st/mesa: Remove unnecessary headers from st_cb_accum.c. | Vinson Lee | |
2010-01-16 | st/mesa: Remove unnecessary headers from st_cb_bitmap.c. | Vinson Lee | |
2010-01-15 | st/mesa: Remove unnecessary headers from st_cb_blit.c. | Vinson Lee | |
2010-01-15 | st/mesa: Remove unnecessary headers from st_cb_clear.c. | Vinson Lee | |
2010-01-15 | st/mesa: Remove unnecessary headers from st_cb_drawpixels.c. | Vinson Lee | |
2010-01-15 | st/mesa: Remove unnecessary header from st_cb_fbo.c. | Vinson Lee | |
2010-01-15 | st/mesa: Remove unnecessary headers from st_cb_feedback.c. | Vinson Lee | |
2010-01-15 | st/mesa: Remove unnecessary header from st_cb_program.c. | Vinson Lee | |
2010-01-15 | st/mesa: Remove unnecessary header from st_cb_queryobj.c. | Vinson Lee | |
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-12 | gallium: remove point_size_min and point_size_max from rasterizer state | Roland Scheidegger | |
The state tracker is responsible for clamping to any graphics API enforced size min/max limits for both the static point_size setting as well as per vertex point size (in the vertex shader). Note that mesa state tracker didn't actually use these values. | |||
2010-01-11 | st/mesa: removed unused var | Brian Paul | |
2010-01-11 | st/mesa: comments, whitespace | Brian Paul | |
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 | 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. | |||
2010-01-11 | st/dri: update dri2 drawables when viewport is changed | Ben Skeggs | |
Fixes gnome-shell on nouveau, as well as window resize with various other applications. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> | |||
2010-01-06 | Merge remote branch 'origin/mesa_7_7_branch' | José Fonseca | |
Conflicts: configs/default src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c src/mesa/main/version.h |