| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | glsl/linker: Make separate ir_variable field to mean "unmatched". | Paul Berry | 2012-12-14 | 2 | -4/+23 |
* | glsl/linker: Always invalidate shader ins/outs, even in corner cases. | Paul Berry | 2012-12-14 | 1 | -12/+31 |
* | glsl/lower_clip_distance: Update symbol table. | Paul Berry | 2012-12-14 | 3 | -5/+10 |
* | android: build fix for libmesa_glsl_utils | Tapani Pälli | 2012-12-14 | 1 | -0/+4 |
* | mesa: minor indentation fixes in texcompress_etc.c | Brian Paul | 2012-12-14 | 1 | -17/+17 |
* | mesa: remove old swrast-based compressed texel fetch code | Brian Paul | 2012-12-14 | 8 | -692/+1 |
* | swrast: use new core Mesa compressed texel fetch functions | Brian Paul | 2012-12-14 | 2 | -87/+110 |
* | mesa: reimplement _mesa_decompress_image() using new tex fetch code | Brian Paul | 2012-12-14 | 1 | -103/+7 |
* | mesa: added _mesa_get_compressed_fetch_func() | Brian Paul | 2012-12-14 | 2 | -0/+36 |
* | mesa: add new texel fetch code for etc formats | Brian Paul | 2012-12-14 | 2 | -0/+280 |
* | mesa: add new texel fetch code for rgtc formats | Brian Paul | 2012-12-14 | 2 | -0/+166 |
* | mesa: add new texel fetch code for fxt formats | Brian Paul | 2012-12-14 | 2 | -0/+45 |
* | mesa: add new texel fetch code for dxt formats | Brian Paul | 2012-12-14 | 2 | -1/+110 |
* | mesa: add compressed_fetch_func typedef | Brian Paul | 2012-12-14 | 1 | -0/+9 |
* | swrast: merge get_texel_fetch_func() and set_fetch_functions() | Brian Paul | 2012-12-14 | 1 | -26/+20 |
* | swrast: make _mesa_get_texel_fetch_func() static | Brian Paul | 2012-12-14 | 2 | -7/+4 |
* | draw/llvmpipe: fix transform feedback position + enable other extensions | Dave Airlie | 2012-12-14 | 6 | -8/+27 |
* | draw: add support for later transform feedback extensions | Dave Airlie | 2012-12-14 | 3 | -6/+17 |
* | clover: Fix build since removal of pipe_surface::usage | Tom Stellard | 2012-12-13 | 1 | -1/+0 |
* | r600g/radeonsi: Silence warnings | Maxence Le Dore | 2012-12-13 | 5 | -30/+49 |
* | clover: Add support for compiler flags | Tom Stellard | 2012-12-13 | 5 | -12/+71 |
* | clover: Don't erase build info of devices not being built | Tom Stellard | 2012-12-13 | 1 | -2/+2 |
* | r600g: use load_ar checks with llvm output. | Vincent Lejeune | 2012-12-13 | 1 | -0/+6 |
* | build: Fix AX_PROG_{CC,CXX}_FOR_BUILD macros | Thierry Reding | 2012-12-13 | 2 | -52/+23 |
* | gallivm: fix texel fetch for array textures | Roland Scheidegger | 2012-12-13 | 1 | -17/+38 |
* | mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats. | Paul Berry | 2012-12-13 | 3 | -1/+47 |
* | mesa/uniform_query: Don't write to *params if there is an error | Matt Turner | 2012-12-13 | 1 | -1/+5 |
* | mesa: print unsigned values with %u | Matt Turner | 2012-12-13 | 1 | -4/+4 |
* | i965: Fix disassembly of jump targets on Gen7. | Kenneth Graunke | 2012-12-12 | 1 | -4/+9 |
* | i965: Make try_rewrite_rhs_to_dst compare VGRF size to regs written. | Kenneth Graunke | 2012-12-12 | 1 | -1/+1 |
* | configure.ac: Disable compiler optimizations when --enable-debug is set | Emil Velikov | 2012-12-12 | 1 | -4/+4 |
* | softpipe: remove unused corner0 variable | Brian Paul | 2012-12-12 | 1 | -1/+0 |
* | llvmpipe: remove unneeded draw_flush() call | Brian Paul | 2012-12-12 | 1 | -2/+0 |
* | r600g: suballocate memory for fetch shaders from a large buffer | Marek Olšák | 2012-12-12 | 6 | -19/+37 |
* | r600g: suballocate memory for the STRMOUT_BUFFER_FILLED_SIZE register | Marek Olšák | 2012-12-12 | 5 | -16/+28 |
* | gallium/util: add a simple allocator for suballocating from a large buffer | Marek Olšák | 2012-12-12 | 3 | -0/+181 |
* | r600g: use u_upload_mgr for allocating staging transfer buffers | Marek Olšák | 2012-12-12 | 1 | -15/+15 |
* | winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr instead | Marek Olšák | 2012-12-12 | 12 | -28/+30 |
* | st/dri: add a way to force MSAA on with an environment variable | Marek Olšák | 2012-12-12 | 1 | -4/+39 |
* | mesa: don't advertise ARB_texture_buffer_object in legacy contexts | Marek Olšák | 2012-12-12 | 7 | -20/+23 |
* | mesa: disallow creation of GL 3.1 compatibility contexts | Marek Olšák | 2012-12-12 | 3 | -9/+8 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 62 | -126/+33 |
* | svga: stop using pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -15/+7 |
* | gallium/util: move util_try_blit_via_copy_region to u_surface.c | Marek Olšák | 2012-12-12 | 5 | -158/+164 |
* | gallium/cso: don't use the pipe_error return type where it's not needed | Marek Olšák | 2012-12-12 | 2 | -41/+24 |
* | gallium: manage render condition in cso_context and fix postprocessing w/ it | Marek Olšák | 2012-12-12 | 9 | -33/+43 |
* | st/mesa: remove a weird msaa hack | Marek Olšák | 2012-12-12 | 4 | -29/+2 |
* | softpipe: implement seamless cubemap support. (v1.1) | Dave Airlie | 2012-12-12 | 2 | -9/+139 |
* | gallium: fix cap warnings for tbo cap. | Dave Airlie | 2012-12-12 | 3 | -0/+3 |
* | glsl_to_tgsi: emit multi-level structs and arrays properly. | Dave Airlie | 2012-12-12 | 1 | -9/+42 |