Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-18 | i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads. | Eric Anholt | |
The codepaths in the function were almost entirely different. | |||
2010-01-18 | i965: Only set up the stack register if it's going to get used. | Eric Anholt | |
2010-01-18 | i965: Fix loads of non-relative-addr constants after a reladdr load. | Eric Anholt | |
Fixes piglit vp-arl-constant-array-huge-overwritten. | |||
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-18 | r600: fix some warnings | Alex Deucher | |
2010-01-18 | r600: Update default state size to account for the new relocation | Jerome Glisse | |
the new relocation for CB_COLOR0_FRAG & CB_COLOR0_TILE add 4 dwords to the default command stream. Increase the prediction default size to take this into account | |||
2010-01-18 | r6xx/r7xx: emit relocation for FRAG & TILE buffer | Jerome Glisse | |
FRAG & TILE buffer are unused but still they need to be associated with a valid relocation so that userspace can't try to abuse them to overwritte GART and then try to write anywhere in system memory. | |||
2010-01-18 | r600: fix shadow_ambient shader | Andre Maasikas | |
rtype enums are different, DST_REG_OUTPUT got SRC_REG_CONSTANT in some shaders and produced invalid output/hang as TEX output is temp register always set out src to SRC_REG_TEMPORARY | |||
2010-01-17 | radeon_compiler: include main/compiler.h for compiler portability macros | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com> | |||
2010-01-16 | r600: remove stray END_BATCH in blit code | Alex Deucher | |
2010-01-15 | r600: improve blit support | Alex Deucher | |
- fill in more src/dst formats - disable depth copies for now - set proper data formats in render target regs - fill in additional default state The swizzles on some of the less used mesa formats are probably wrong. | |||
2010-01-15 | r600: add initial blit support | Andre Maasikas | |
2010-01-15 | r600: add r600_blit.c | Alex Deucher | |
Unfinished. | |||
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-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 | 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. | |||
2010-01-11 | radeon: fix prediction for r100 inline vert/elt emits. | Dave Airlie | |
On r100 we emit the indices inline so we need to account for that in the emission size. |