| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | i965: Jump to the end of the next outer conditional block on ENDIFs. | Kenneth Graunke | 2012-12-14 | 1 | -0/+7 |
* | i965: expose ARB_texture_cube_map_array | Chris Forbes | 2012-12-14 | 2 | -1/+2 |
* | i965/fs: Fix setup for textureGrad(samplerCubeArray, coord, dPdx, dPdy) | Eric Anholt | 2012-12-14 | 1 | -7/+12 |
* | i965/fs: Move the failure for gen7 16-wide intdiv to emit_math(). | Eric Anholt | 2012-12-14 | 2 | -7/+4 |
* | i965: fs: Add fixup for textureSize on Gen6/7 | Chris Forbes | 2012-12-14 | 1 | -0/+11 |
* | i965: fs: fix gen6+ math operands in one place | Chris Forbes | 2012-12-14 | 2 | -28/+33 |
* | i965: vs: Add fixup for textureSize with cube array samplers | Chris Forbes | 2012-12-14 | 1 | -0/+13 |
* | i965/vs: Fix gen6+ math operand quirks in one place | Chris Forbes | 2012-12-14 | 2 | -34/+28 |
* | i965: Add various plumbing for cubemap arrays | Chris Forbes | 2012-12-14 | 5 | -3/+11 |
* | i965/fs: Add empirically-determined instruction latencies for gen7. | Eric Anholt | 2012-12-14 | 1 | -3/+179 |
* | i965/fs: Fix the clock increment in scheduling. | Eric Anholt | 2012-12-14 | 1 | -3/+15 |
* | i965/fs: Move the old gen4 bspec-based scheduling info to a helper func. | Eric Anholt | 2012-12-14 | 1 | -33/+41 |
* | i965/fs: Set up gen7 UBO loads as sends from GRFs. | Eric Anholt | 2012-12-14 | 5 | -7/+114 |
* | i965/fs: Before reg alloc, schedule instructions to reduce live ranges. | Eric Anholt | 2012-12-14 | 1 | -6/+41 |
* | i965/fs: Add some optional debug printfs to scheduling. | Eric Anholt | 2012-12-14 | 1 | -0/+21 |
* | i965/fs: Schedule instructions both before and after register allocation. | Eric Anholt | 2012-12-14 | 3 | -18/+78 |
* | i965: Make sure that the shader_time report at context destroy happens. | Eric Anholt | 2012-12-14 | 1 | -0/+3 |
* | i965: Print a total time for the different shader stages. | Eric Anholt | 2012-12-14 | 1 | -10/+38 |
* | i965: Scale shader_time to compensate for resets. | Eric Anholt | 2012-12-14 | 4 | -9/+83 |
* | i965: Adjust the split between shader_time_end() and shader_time_write(). | Eric Anholt | 2012-12-14 | 4 | -51/+55 |
* | glsl/linker: Pack between varyings. | Paul Berry | 2012-12-14 | 1 | -15/+35 |
* | glsl/linker: Pack within compound varyings. | Paul Berry | 2012-12-14 | 1 | -37/+56 |
* | gallium: Disable varying packing on hardware with <=8 texture indirections. | Paul Berry | 2012-12-14 | 1 | -0/+14 |
* | mesa: Add an option so driver can opt out of varying packing. | Paul Berry | 2012-12-14 | 1 | -0/+11 |
* | glsl: Add a lowering pass for packing varyings. | Paul Berry | 2012-12-14 | 3 | -0/+368 |
* | glsl/linker: Sort varyings by packing class, then vector size. | Paul Berry | 2012-12-14 | 1 | -0/+104 |
* | glsl/linker: Subdivide the first phase of varying assignment. | Paul Berry | 2012-12-14 | 1 | -44/+163 |
* | glsl/linker: Defer recording transform feedback locations. | Paul Berry | 2012-12-14 | 1 | -55/+48 |
* | glsl: Create a field to store fractional varying locations. | Paul Berry | 2012-12-14 | 3 | -2/+14 |
* | 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 |