| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage() | Brian Paul | 2015-07-21 | 1 | -1/+1 |
* | mesa: replace Driver.GetTexImage with GetTexSubImage() | Brian Paul | 2015-07-21 | 4 | -24/+33 |
* | meta: add offset, width, height parameters to decompress_texture_image() | Brian Paul | 2015-07-21 | 1 | -5/+5 |
* | meta: handle subimages in _mesa_meta_setup_texture_coords() | Brian Paul | 2015-07-21 | 3 | -33/+65 |
* | Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+" | Anuj Phogat | 2015-07-21 | 1 | -92/+17 |
* | i965: Fix stride field for the result of emit_uniformize(). | Francisco Jerez | 2015-07-21 | 4 | -19/+26 |
* | i965/fs: Fix stride field for uniforms. | Francisco Jerez | 2015-07-21 | 1 | -0/+6 |
* | i965/fs: Fix stride for immediate registers. | Francisco Jerez | 2015-07-21 | 2 | -0/+7 |
* | i965/vec4: Fix liveness analysis with BRW_OPCODE_SEL | Iago Toral Quiroga | 2015-07-21 | 1 | -1/+2 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 26 | -53/+53 |
* | i965/nir/fs: removed unneeded support for global variables | Alejandro PiƱeiro | 2015-07-20 | 3 | -14/+4 |
* | i965: Disable resource streamer in BLORP | Abdiel Janulgue | 2015-07-18 | 1 | -0/+2 |
* | i965: Upload binding tables in hw-generated binding table format. | Abdiel Janulgue | 2015-07-18 | 1 | -9/+57 |
* | i965: Implement interface to edit binding table entries | Abdiel Janulgue | 2015-07-18 | 2 | -0/+64 |
* | i965: Enable hardware-generated binding tables on render path. | Abdiel Janulgue | 2015-07-18 | 8 | -4/+128 |
* | i965: Enable resource streamer for the batchbuffer | Abdiel Janulgue | 2015-07-18 | 7 | -2/+36 |
* | i965: Define HW-binding table and resource streamer control opcodes | Abdiel Janulgue | 2015-07-18 | 2 | -0/+33 |
* | i965/fs: don't make unused payload registers interfere | Connor Abbott | 2015-07-17 | 1 | -1/+6 |
* | i965/fs: remove special case in setup_payload_interference() | Connor Abbott | 2015-07-17 | 1 | -20/+0 |
* | i965/fs: Mark last used ip for all regs read in the payload | Jordan Justen | 2015-07-17 | 1 | -1/+4 |
* | i965/fs: fix regs_read() for LINTERP | Connor Abbott | 2015-07-17 | 1 | -1/+2 |
* | i965/cs: Use dispatch width of 8 for cs terminate payload setup | Jordan Justen | 2015-07-16 | 1 | -1/+1 |
* | i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE | Jordan Justen | 2015-07-16 | 1 | -0/+3 |
* | i965: Push miptree tiling request into flags | Ben Widawsky | 2015-07-16 | 7 | -47/+51 |
* | Revert "i965: Push miptree tiling request into flags" | Ben Widawsky | 2015-07-16 | 7 | -51/+47 |
* | i965: Push miptree tiling request into flags | Ben Widawsky | 2015-07-16 | 7 | -47/+51 |
* | i965/fs: Factor out universally broken calculation of the register component ... | Francisco Jerez | 2015-07-16 | 4 | -12/+23 |
* | i965: Implement nir_op_uadd_carry and _usub_borrow without accumulator. | Francisco Jerez | 2015-07-16 | 3 | -35/+12 |
* | i965: Implement b2f and b2i using negation. | Francisco Jerez | 2015-07-16 | 2 | -9/+2 |
* | i965/gen9: Use custom MOCS entries set up by the kernel. | Francisco Jerez | 2015-07-16 | 2 | -7/+7 |
* | r200: fix some potential big endian issues | Roland Scheidegger | 2015-07-16 | 5 | -129/+140 |
* | radeon: fix some potential big endian issues | Roland Scheidegger | 2015-07-16 | 4 | -90/+76 |
* | radeon/r200: mark state atoms as dirty after blits | Roland Scheidegger | 2015-07-16 | 2 | -0/+24 |
* | r200: fix fbo rendering by disabling optimized texture format chooser | Roland Scheidegger | 2015-07-16 | 1 | -1/+13 |
* | i965: Fix 32 bit build warnings in intel_get_yf_ys_bo_size() | Anuj Phogat | 2015-07-15 | 1 | -3/+3 |
* | i965: Optimize batchbuffer macros. | Matt Turner | 2015-07-15 | 6 | -42/+70 |
* | i965: Add and use USED_BATCH macro. | Matt Turner | 2015-07-15 | 6 | -22/+25 |
* | i965: Split batch emission from relocation functions. | Matt Turner | 2015-07-15 | 2 | -34/+30 |
* | i965: Move BEGIN_BATCH() into same control flow as ADVANCE_BATCH(). | Matt Turner | 2015-07-15 | 1 | -2/+2 |
* | osmesa: fix OSMesaPixelsStore typo | Brian Paul | 2015-07-15 | 1 | -1/+1 |
* | i965/cs: Initialize GPGPU Thread Count | Jordan Justen | 2015-07-14 | 2 | -0/+25 |
* | i965: Mark constant static data as const. | Matt Turner | 2015-07-14 | 2 | -23/+23 |
* | mesa: rename is_in_uniform_block to is_in_buffer_block | Iago Toral Quiroga | 2015-07-14 | 1 | -1/+1 |
* | radeon: remove dri_mirror state | Emil Velikov | 2015-07-13 | 4 | -31/+15 |
* | i915: remove unused driFd variable | Emil Velikov | 2015-07-13 | 2 | -3/+0 |
* | i965: bump libdrm requirement to 2.4.61 and drop in-tree workaround | Emil Velikov | 2015-07-13 | 1 | -5/+0 |
* | i965: Remove special case for layered drawbuffer attachments. | Kenneth Graunke | 2015-07-10 | 1 | -1/+2 |
* | i965/gen6: Set up layer constraints properly for depth buffers. | Kenneth Graunke | 2015-07-10 | 1 | -1/+5 |
* | i965: Label the repclear shader "meta repclear" rather than "meta clear". | Kenneth Graunke | 2015-07-10 | 1 | -1/+1 |
* | i965: Fix indentation in emit_control_data_bits(). | Kenneth Graunke | 2015-07-10 | 1 | -72/+70 |