| Commit message (Expand) | Author | Age | Files | Lines |
* | tgsi: add TXF support. | Dave Airlie | 2011-08-25 | 2 | -1/+59 |
* | glsl_to_tgsi: implement TXS/TXQ. (v2) | Dave Airlie | 2011-08-25 | 1 | -9/+18 |
* | softpipe: add get_dims callback for TXQ support. (v2) | Dave Airlie | 2011-08-25 | 1 | -0/+40 |
* | tgsi: add TXQ support. (v2) | Dave Airlie | 2011-08-25 | 2 | -1/+31 |
* | glsl: Implement the GL_ARB_conservative_depth extension. | Kenneth Graunke | 2011-08-25 | 7 | -5/+9 |
* | Document the return type coding style. | Kai Wasserbäch | 2011-08-25 | 1 | -0/+10 |
* | Change return type of try_emit_* methods to bool. | Kai Wasserbäch | 2011-08-25 | 2 | -9/+9 |
* | d3d1x: save to correct slot in xs_set_constant_buffers | Christoph Bumiller | 2011-08-25 | 1 | -2/+2 |
* | d3d1x: fix xs_set_samplers | Christoph Bumiller | 2011-08-25 | 1 | -1/+2 |
* | android: add support for r600g | Chia-I Wu | 2011-08-25 | 6 | -2/+143 |
* | winsys/radeon: share the source list | Chia-I Wu | 2011-08-25 | 3 | -9/+7 |
* | winsys/r600: share the source list | Chia-I Wu | 2011-08-25 | 3 | -13/+10 |
* | r600g: share the source list | Chia-I Wu | 2011-08-25 | 3 | -31/+19 |
* | glsl: Make sure that Extensions.dummy_true is set to true | Ian Romanick | 2011-08-24 | 1 | -0/+2 |
* | vbo: remove unused var, remove unneeded local var | Brian Paul | 2011-08-24 | 1 | -4/+1 |
* | llvmpipe: add more restrict keywords | Brian Paul | 2011-08-24 | 1 | -4/+4 |
* | docs: Document coding style conventions | Paul Berry | 2011-08-24 | 1 | -0/+23 |
* | swrast: Remove swrast eject/validate texture image code. | Brian Paul | 2011-08-24 | 1 | -79/+0 |
* | radeon: Fix flushing before writing a teximage's BO when !t->bo. | Eric Anholt | 2011-08-24 | 1 | -12/+12 |
* | st/mesa: remove st_texture_image::face,level fields | Brian Paul | 2011-08-24 | 4 | -23/+17 |
* | intel: use new gl_texture_image:Face, Level fields | Brian Paul | 2011-08-24 | 9 | -51/+34 |
* | mesa: add gl_texture_image::Face, Level fields | Brian Paul | 2011-08-24 | 2 | -0/+5 |
* | x11: add missing comma to fix compilation | Brian Paul | 2011-08-24 | 1 | -1/+1 |
* | r600g: fill out missing entries in opcode tables. | Dave Airlie | 2011-08-24 | 1 | -0/+36 |
* | winsys/svga: use os_mmap() for memory mapping | Chia-I Wu | 2011-08-24 | 1 | -5/+6 |
* | winsys/radeon: use os_mmap() for memory mapping | Chia-I Wu | 2011-08-24 | 1 | -3/+3 |
* | auxiliary/os: add wrappers for mmap/munmap | Chia-I Wu | 2011-08-24 | 1 | -0/+87 |
* | i965: Only map the necessary buffer range in brw_prepare_indices | Ian Romanick | 2011-08-23 | 1 | -3/+2 |
* | tnl: Only map the necessary buffer range in bind_indices | Ian Romanick | 2011-08-23 | 1 | -5/+21 |
* | mesa: Only map the necessary buffer range in vbo_get_minmax_index | Ian Romanick | 2011-08-23 | 1 | -4/+19 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 24 | -267/+123 |
* | radeon: Hack up an implementation of MapBufferRange | Ian Romanick | 2011-08-23 | 1 | -0/+33 |
* | mesa: Fix incorrect access parameter passed to MapBuffer | Ian Romanick | 2011-08-23 | 2 | -6/+2 |
* | mesa: Remove target parameter from dd_function_table::FlushMappedBufferRange | Ian Romanick | 2011-08-23 | 5 | -8/+6 |
* | intel: Correctly check for read-only mappings in intel_bufferobj_map_range | Ian Romanick | 2011-08-23 | 1 | -1/+3 |
* | mesa: Remove target parameter from dd_function_table::MapBufferRange | Ian Romanick | 2011-08-23 | 6 | -11/+7 |
* | mesa: Remove target parameter from dd_function_table::GetBufferSubData | Ian Romanick | 2011-08-23 | 7 | -10/+6 |
* | mesa: Remove target parameter from dd_function_table::BufferSubData | Ian Romanick | 2011-08-23 | 6 | -8/+5 |
* | mesa: Remove target parameter from dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 24 | -69/+40 |
* | mesa: Remove target parameter from dd_function_table::UnmapBuffer | Ian Romanick | 2011-08-23 | 26 | -75/+53 |
* | make: Add missing source file. | José Fonseca | 2011-08-23 | 1 | -0/+1 |
* | i965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a | Eric Anholt | 2011-08-23 | 1 | -1/+1 |
* | i965/gen6+: Use non-normalized coordinates for GL_TEXTURE_RECTANGLE. | Eric Anholt | 2011-08-23 | 4 | -2/+19 |
* | i965: Implement textureSize (TXS) on Gen4. | Kenneth Graunke | 2011-08-23 | 3 | -6/+23 |
* | i965/fs: Implement textureSize (TXS) on Gen5+. | Kenneth Graunke | 2011-08-23 | 6 | -10/+35 |
* | i965/fs: Rudimentary support for non-floating point texture results. | Kenneth Graunke | 2011-08-23 | 1 | -1/+1 |
* | glsl/builtins: Uncomment textureSize prototypes. | Kenneth Graunke | 2011-08-23 | 2 | -4/+0 |
* | texture_builtins.py: Add support for textureSize (txs). | Kenneth Graunke | 2011-08-23 | 1 | -14/+36 |
* | glsl: Add a new ir_txs (textureSize) opcode to ir_texture. | Kenneth Graunke | 2011-08-23 | 11 | -36/+65 |
* | st/xorg: Advertise support for XvMC | Maarten Lankhorst | 2011-08-23 | 4 | -0/+129 |