Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-16 | android: Add Android.mk's. | Chia-I Wu | |
2011-03-16 | android: Fix build with bionic. | Chia-I Wu | |
2011-03-15 | gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write. | Mathias Fröhlich | |
Additionally, to discarding the whole buffer, use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write when the write covers only part of the buffer. Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de> | |||
2011-03-13 | gallivm: Fix build with llvm 2.6 on 32bit platforms | José Fonseca | |
2011-03-13 | gallivm: Use LLVM MC disassembler, instead of udis86. | José Fonseca | |
Included in LLVM 2.7+. Unlink udis86, should support all instructions that LLVM can emit. | |||
2011-03-13 | util: Silence gcc unitialized member warning | José Fonseca | |
2011-03-13 | draw: Fix draw_variant_output::format's type. | José Fonseca | |
2011-03-13 | tgsi: Fix parsing of properties with digits in the name | Jakob Bornecrantz | |
2011-03-13 | rbug: Remove flags from flush | Jakob Bornecrantz | |
2011-03-12 | gallium: Delay the creation of simple helper shaders | Jakob Bornecrantz | |
2011-03-12 | u_blitter: Do blits in linear color space. | Henri Verbeet | |
Blits between sRGB and linear formats should happen in linear color space. This fixes piglit fbo/fbo-srgb-blit. | |||
2011-03-11 | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | |
2011-03-11 | gallium: kill is_resource_referenced | Marek Olšák | |
Only st/xorg used it and even incorrectly with regards to pipelined transfers. | |||
2011-03-11 | util: Fix typo in u_upload_flush(). | José Fonseca | |
upload->offset is how much we used. upload->size is the whole buffer size. | |||
2011-03-11 | draw: remove unnecessary flush | Marek Olšák | |
2011-03-11 | st/mesa: remove unnecessary flushes | Marek Olšák | |
The framebuffer cache flush should be implicit when calling set_framebuffer_state. There is no need to flush the command stream either. | |||
2011-03-10 | gallium/util: new polygon stipple utility helper | Brian Paul | |
The polygon stipple fallback does not have to be implemented in the draw module (it doesn't need window coords, etc). Drivers can use this utility and avoid sw vertex fallbacks if pstipple is enabled. Note: this is WIP and not used by any driver yet. | |||
2011-03-09 | util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write. | José Fonseca | |
2011-03-09 | util: add ensure_sanity checks, fix a bug | Keith Whitwell | |
Add ensure_sanity checks. Fix a bug which caused us to misplace entries adding to a full cache. | |||
2011-03-09 | util: improve cache collision behaviour | Keith Whitwell | |
Add linear probing on collisions. Expand entry array by a fixed scale (currently 2) to help avoid collisions. Use a LRU approach to ensure that the number of entries stored in the cache doesn't exceed the requested size. | |||
2011-03-09 | util: Add remove to util_cache | Alex Corscadden | |
I need to be able to remove entries from util_cache caches. This change enables that functionality. | |||
2011-03-09 | util: Allow util_draw_texquad to draw quads with non-integer coordinates. | Alex Corscadden | |
2011-03-08 | gallium: add timeout parameter to fence_finish | Marek Olšák | |
This is a follow-up to the ARB_sync patch for st/mesa and completes the ARB_sync implementation. | |||
2011-03-08 | gallium/util: add LATC support | Marek Olšák | |
Again, a lot of code is shared with RGTC. The layout is UTIL_FORMAT_LAYOUT_RGTC, because LATC is just swizzled RGTC. | |||
2011-03-07 | llvmpipe: clamp texcoords in lp_build_sample_compare() | Brian Paul | |
See previous commit for more info. NOTE: This is a candidate for the 7.10 branch. | |||
2011-03-06 | pb: Add is_buffer_busy for malloc buffers. | José Fonseca | |
2011-03-06 | os: Fix pipe_static_mutex on Windows. | José Fonseca | |
2011-03-04 | draw: Silence tgsi_emit_sse2 failed messages. | José Fonseca | |
2011-03-04 | tgsi: Disable SSE2 code generation. | José Fonseca | |
It's broken now that tgsi_exec_machine::Inputs/Ouputs are pointers. Temporary if anybody still cares about tgsi_sse2.c. Permanent otherwise. | |||
2011-03-03 | tgsi: Update assert. | José Fonseca | |
Elements(mach->Inputs) is wrong now that mach->Inputs is dynamically allocated. | |||
2011-03-02 | tgsi: defer allocation of huge inputs/outputs until we have a gs | Zack Rusin | |
2011-03-01 | gallium: Add u_format_rgtc.c to SConscript. | Vinson Lee | |
2011-03-02 | gallium: add RGTC UNORM support to u_format. | Dave Airlie | |
SNORM needs a bit of work in the state tracker in order for mipmap generation to work I believe. I'm also not sure that having unorm fetches for an snorm format is sane. | |||
2011-02-28 | draw: setup pipe's draw pointer for the aapoint stage | Brian Paul | |
The other draw stages like aaline and pstipple were already doing this. If the driver used the aapoint stage but not the others it would crash because of a null pipe->draw pointer. | |||
2011-03-01 | u_vbuf_mgr: compute user buffer size for instance data from instance_count | Marek Olšák | |
2011-02-28 | st/mesa & v_bug_mgr: two small instanced drawing fixes | Christian König | |
2011-02-26 | gallivm: Initialize stack values | Jakob Bornecrantz | |
valgrind gives me a warning with llvmpipe with profile builds but not debug builds, this seems to fix the issue at least. | |||
2011-02-26 | util: Don't destroy shaders null shaders | Jakob Bornecrantz | |
Fixes regression from a08e612fd8e7ca2ac2fef8961e56e5b094033717 | |||
2011-02-26 | util: Don't create array texture shaders if the driver doesn't support it | Jakob Bornecrantz | |
2011-02-25 | gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issue | Jerome Glisse | |
There is an issue with gcc 4.6.0 that leads to segfault/assert with mesa due to ureg_src size, reshuffling the structure member to better better alignment work around the issue. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47893 7.9 + 7.10 candidate Signed-off-by: Jerome Glisse <jglisse@redhat.com> | |||
2011-02-25 | gallium/util: add 1d/2d mipmap generation support | Dave Airlie | |
so far only hw mipmap generation is testing on softpipe, passes test added to piglit. this requires another patch to mesa to let array textures mipmaps even start to happen. | |||
2011-02-24 | gallium/utils: Fix vertex element setup | Fabian Bieler | |
Check if element was translated per element instead of per buffer. | |||
2011-02-19 | gallivm: Use simple scaling plus casting in more unorm->float cases. | José Fonseca | |
2011-02-18 | util: Make refcnt and symbol debuggers work on windows | Jakob Bornecrantz | |
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com> | |||
2011-02-18 | u_vbuf_mgr: initialize flag indicating that buffers have been updated | Marek Olšák | |
This fixes r300g errors: r300: Cannot get a relocation in radeon_drm_cs_write_reloc. | |||
2011-02-17 | util: Fix typo in last commit. | José Fonseca | |
2011-02-17 | draw: update comments, rename vars in pstipple code | Brian Paul | |
2011-02-17 | util: Cleanup symbol name resolution on Windows. | José Fonseca | |
- Support symbol name resolution on MinGW. - Use dbghelp.dll (which should allow 64bit support), but untested yet. - Cleanup. | |||
2011-02-16 | gallium/util: init key with memset() | Brian Paul | |
To silence missing initializers warning. | |||
2011-02-16 | rtasm: add dummy return statement to silence MSVC warning | Brian Paul | |
And use assert(0) instead of abort() to be consistent with rest of Gallium. |