Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-25 | r600g: Remove unused variable. | Vinson Lee | |
Fixes this GCC warning. radeon_bo_pb.c: In function 'radeon_bo_pb_create_buffer': radeon_bo_pb.c:178: warning: unused variable 'domain' | |||
2010-09-25 | r300/compiler: Fix two mistakes in the presubtract optimization pass. | Tom Stellard | |
1. We can't turn an instruction into a presubtract operation if it writes to one of the registers it reads from. 2. If we turn an instruction into a presubtract operation, we can't remove that intruction unless all readers can use the presubtract operation. This fixes fdo bug 30337. This is a candidate for the 7.9 branch. | |||
2010-09-25 | softpipe: minor asst. clean-ups | Brian Paul | |
2010-09-25 | softpipe: make clip state functions static | Brian Paul | |
2010-09-25 | softpipe: make stream out state functions static | Brian Paul | |
2010-09-25 | softpipe: make rasterizer state functions static | Brian Paul | |
2010-09-25 | softpipe: make vertex state functions static | Brian Paul | |
2010-09-25 | softpipe: make sampler state functions static | Brian Paul | |
2010-09-25 | softpipe: make blend/stencil/depth functions static | Brian Paul | |
2010-09-25 | softpipe: make shader-related functions static | Brian Paul | |
2010-09-25 | softpipe: rename sp_state_fs.c -> sp_state_shader.c | Brian Paul | |
2010-09-25 | st/dri: Remove unnecessary header. | Vinson Lee | |
2010-09-25 | swrast: update comments for REMAINDER() macro | Brian Paul | |
2010-09-25 | gallivm: fix repeat() function for NPOT textures | Brian Paul | |
The trick of casting the coord to an unsigned value only works for POT textures. Add a bias instead. This fixes a few piglit texwrap failures. | |||
2010-09-25 | softpipe: fix repeat() function for NPOT textures | Brian Paul | |
The trick of casting the coord to an unsigned value only works for POT textures. Add a bias instead. This fixes a few piglit texwrap failures. | |||
2010-09-25 | intel: Remove unnecessary header. | Vinson Lee | |
2010-09-25 | r600g: Disable unused variables. | Vinson Lee | |
The variables are used only in currently disabled code. Fixes this GCC warning. r600_context.c: In function 'r600_flush': r600_context.c:76: warning: unused variable 'dname' r600_context.c:75: warning: unused variable 'dc' | |||
2010-09-25 | r600g: Remove unused variable. | Vinson Lee | |
Fixes this GCC warning. r600_draw.c: In function 'r600_draw_common': r600_draw.c:71: warning: unused variable 'format' | |||
2010-09-25 | r600g: Remove unused variable. | Vinson Lee | |
Fixes this GCC warning. r600_screen.c: In function 'r600_screen_create': r600_screen.c:239: warning: unused variable 'family' | |||
2010-09-25 | nv50: fix/handle a few more PIPE_CAPs | Christoph Bumiller | |
2010-09-25 | nv50: use CLEAR_BUFFERS for surface fills | Christoph Bumiller | |
The 2D engine's fill doesn't seem suited for RGBA32F or ZS buffers. | |||
2010-09-25 | nv50: use formats table in nv50_surface.c | Christoph Bumiller | |
2010-09-25 | r600g: fix vertex resource & polygon offset | Jerome Glisse | |
Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2010-09-25 | r600g: add eg db count control register. | Dave Airlie | |
2010-09-25 | r600g: make index bias fix for evergreen | Dave Airlie | |
2010-09-25 | gallivm: Remove dead experimental code. | José Fonseca | |
2010-09-25 | llvmpipe: handle up to 8 planes in triangle binner | Keith Whitwell | |
2010-09-25 | llvmpipe: handle FACING interpolants in line and point setup | Keith Whitwell | |
2010-09-25 | gallivm: Fetch the lod from the dynamic state when min_lod == max_lod. | José Fonseca | |
2010-09-25 | draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state | José Fonseca | |
2010-09-25 | gallivm: optimize yuv decoding | Roland Scheidegger | |
this is more a proof to show vector shifts on x86 with per-element shift count are evil. Since we can avoid the shift with a single compare/select, use that instead. Replaces more than 20 instructions (and slow ones at that) with about 3, and cuts compiled shader size with mesa's yuvsqure demo by over 10% (no performance measurements done - but selection is blazing fast). Might want to revisit that for future cpus - unfortunately AVX won't have vector shifts neither, but AMD's XOP will, but even in that case using selection here is probably not slower. | |||
2010-09-25 | gallivm: don't use URem/UDiv when calculating offsets for blocks | Roland Scheidegger | |
While it's true that llvm can and will indeed replace this with bit arithmetic (since block height/width is POT), it does so (llvm 2.7) by element and hence extracts/shifts/reinserts each element individually. This costs about 16 instructions (and extract is not really fast) vs. 1... | |||
2010-09-25 | gallivm: fix copy&paste bug | Roland Scheidegger | |
looks like pot_depth should be used, not pot_height (found by accident, not verified) | |||
2010-09-25 | r600g: add eg poly mode code. | Dave Airlie | |
2010-09-25 | mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0 | Dave Airlie | |
1acadebd6270d3604b026842b8a21360968618a0 fixed the pointer but not the cast. | |||
2010-09-24 | r600g: Silence 'control reaches end of non-void function' warning. | Vinson Lee | |
Fixes this GCC warning. r600_hw_states.c: In function 'r600_translate_fill': r600_state_inlines.h:136: warning: control reaches end of non-void function | |||
2010-09-24 | r600g: Remove unused variable. | Vinson Lee | |
Fixes this GCC warning. eg_hw_states.c: In function 'eg_resource': eg_hw_states.c:525: warning: unused variable 'r' | |||
2010-09-24 | r600g: Disable unused variables. | Vinson Lee | |
The variables are only used in currently disabled code. Fixes this GCC warning. r600_state2.c: In function 'r600_flush2': r600_state2.c:613: warning: unused variable 'dname' r600_state2.c:612: warning: unused variable 'dc' | |||
2010-09-24 | r600g: Remove unused variable. | Vinson Lee | |
Fixes this GCC warning. r600_buffer.c: In function 'r600_buffer_transfer_map': r600_buffer.c:141: warning: unused variable 'rctx' | |||
2010-09-24 | intel: Remove unnecessary headers. | Vinson Lee | |
2010-09-24 | unichrome: Remove unnecessary header. | Vinson Lee | |
2010-09-24 | r600g: Remove unnecessary header. | Vinson Lee | |
2010-09-24 | mesa: Remove unnecessary headers. | Vinson Lee | |
2010-09-24 | intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning. | Vinson Lee | |
Fix this GCC warning. intel_pixel_bitmap.c: In function 'intelBitmap': intel_pixel_bitmap.c:343: warning: implicit declaration of function '_mesa_meta_Bitmap' | |||
2010-09-24 | r300g: Silence uninitialized variable warning. | Vinson Lee | |
Silence this GCC warning. r300_state_derived.c: In function 'r300_update_derived_state': r300_state_derived.c:578: warning: 'r' may be used uninitialized in this function r300_state_derived.c:578: note: 'r' was declared here | |||
2010-09-24 | mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data. | Eric Anholt | |
Fixes ARB_depth_texture/fbo-generatemipmap-formats. | |||
2010-09-24 | intel: Improve some of the miptree debugging. | Eric Anholt | |
2010-09-24 | intel: More reverting of the sw fallback for depth texture border color. | Eric Anholt | |
The rest was done with 9aec1288eeae8e87adc9a99f377be536892941b2 | |||
2010-09-24 | intel: Add fallback debug to glGenerateMipmap. | Eric Anholt | |
2010-09-24 | intel: Fix segfault on INTEL_DEBUG=fbo with unsupported framebuffers. | Eric Anholt | |