| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/auxiliary: optimize rgb9e5 helper a bit | Roland Scheidegger | 2015-08-26 | 1 | -18/+17 |
* | mesa/texgetimage: fix missing stencil check | Dave Airlie | 2015-08-26 | 1 | -0/+7 |
* | mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed | Nanley Chery | 2015-08-25 | 3 | -44/+68 |
* | mesa/formats: remove compressed formats from matching function | Nanley Chery | 2015-08-25 | 12 | -60/+31 |
* | mesa/formats: make format testing a gtest | Nanley Chery | 2015-08-25 | 4 | -155/+137 |
* | gallium/ttn: Use nir_builder_insert() rather than poking at cf_list. | Kenneth Graunke | 2015-08-25 | 1 | -16/+16 |
* | prog_to_nir: Use nir_builder_insert() rather than poking at cf_list. | Kenneth Graunke | 2015-08-25 | 1 | -11/+11 |
* | nir: Use nir_shader::stage rather than passing it around. | Kenneth Graunke | 2015-08-25 | 4 | -12/+9 |
* | nir: Store gl_shader_stage in nir_shader. | Kenneth Graunke | 2015-08-25 | 5 | -7/+34 |
* | i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_p... | Jason Ekstrand | 2015-08-25 | 2 | -30/+11 |
* | nir/lower_io: Remove assign_var_locations_direct_first | Jason Ekstrand | 2015-08-25 | 2 | -82/+0 |
* | i965/fs: Rework uniform handling | Jason Ekstrand | 2015-08-25 | 3 | -29/+11 |
* | i965/vec4_nir: Get rid of the uniform_driver_location tracking | Jason Ekstrand | 2015-08-25 | 2 | -20/+3 |
* | nir/lower_io: Separate driver_location and base offset for uniforms | Jason Ekstrand | 2015-08-25 | 1 | -2/+7 |
* | nir/intrinsics: Add a second const index to load_uniform | Jason Ekstrand | 2015-08-25 | 3 | -13/+19 |
* | nir: Pass a type_size() function pointer into nir_lower_io(). | Kenneth Graunke | 2015-08-25 | 4 | -124/+31 |
* | prog_to_nir: Don't allocate nir_variable with type vec4[0] for uniforms. | Kenneth Graunke | 2015-08-25 | 1 | -7/+11 |
* | i965: Move type_size() methods out of visitor classes. | Kenneth Graunke | 2015-08-25 | 8 | -27/+28 |
* | i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset | Jason Ekstrand | 2015-08-25 | 7 | -22/+38 |
* | i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value | Jason Ekstrand | 2015-08-25 | 6 | -17/+18 |
* | freedreno/ir3: fix compile break after splitting out nir_control_flow.h | Rob Clark | 2015-08-25 | 1 | -0/+1 |
* | freedreno/ir3: fix compile break after fxn->start_block removal | Rob Clark | 2015-08-25 | 1 | -1/+1 |
* | mesa: enable texture stencil8 for multisample | Dave Airlie | 2015-08-25 | 1 | -2/+5 |
* | mesa: make _mesa_bind_texture_unit() static | Brian Paul | 2015-08-24 | 2 | -9/+5 |
* | mesa/formats: store whether or not a format is sRGB in gl_format_info | Nanley Chery | 2015-08-24 | 2 | -24/+6 |
* | nir: Use !block_ends_in_jump() in a few places rather than open-coding. | Kenneth Graunke | 2015-08-24 | 1 | -12/+9 |
* | nir/cf: reimplement nir_cf_node_remove() using the new API | Connor Abbott | 2015-08-24 | 2 | -33/+9 |
* | nir/cf: add new control modification API's | Connor Abbott | 2015-08-24 | 2 | -0/+137 |
* | nir/cf: use a cursor for inserting control flow | Connor Abbott | 2015-08-24 | 2 | -175/+49 |
* | nir/cf: add split_block_cursor() | Connor Abbott | 2015-08-24 | 1 | -0/+48 |
* | nir/cf: add split_block_before_instr() | Connor Abbott | 2015-08-24 | 1 | -0/+18 |
* | nir/cf: add a cursor structure | Connor Abbott | 2015-08-24 | 1 | -0/+91 |
* | nir/cf: fix link_blocks() when there are no successors | Connor Abbott | 2015-08-24 | 1 | -1/+2 |
* | nir/cf: clean up jumps when cleaning up CF nodes | Connor Abbott | 2015-08-24 | 1 | -1/+4 |
* | nir/cf: remove uses of SSA definitions that are being deleted | Connor Abbott | 2015-08-24 | 1 | -8/+24 |
* | nir/cf: handle jumps better in stitch_blocks() | Connor Abbott | 2015-08-24 | 1 | -6/+16 |
* | nir/cf: handle jumps in split_block_end() | Connor Abbott | 2015-08-24 | 1 | -1/+8 |
* | nir/cf: add block_ends_in_jump() | Connor Abbott | 2015-08-24 | 1 | -0/+8 |
* | nir/cf: handle phi nodes better in split_block_beginning() | Connor Abbott | 2015-08-24 | 1 | -0/+13 |
* | nir/cf: split up and improve nir_handle_remove_jumps() | Connor Abbott | 2015-08-24 | 1 | -54/+81 |
* | nir/cf: add remove_phi_src() helper | Connor Abbott | 2015-08-24 | 1 | -0/+17 |
* | nir: add nir_foreach_phi_src_safe() | Connor Abbott | 2015-08-24 | 1 | -0/+2 |
* | nir/cf: add insert_phi_undef() helper | Connor Abbott | 2015-08-24 | 1 | -0/+25 |
* | nir: move control flow modification to its own file | Connor Abbott | 2015-08-24 | 9 | -687/+800 |
* | nir: make cleanup_cf_node() not use remove_defs_uses() | Connor Abbott | 2015-08-24 | 1 | -2/+4 |
* | nir: inline block_add_pred() a few places | Connor Abbott | 2015-08-24 | 1 | -3/+2 |
* | nir/validate: check successors/predecessors more carefully | Connor Abbott | 2015-08-24 | 1 | -11/+84 |
* | nir: Delete the nir_function_impl::start_block field. | Kenneth Graunke | 2015-08-24 | 6 | -9/+15 |
* | mesa/formats: only do type and component lookup for uncompressed formats | Nanley Chery | 2015-08-24 | 4 | -49/+46 |
* | freedreno/a4xx: formats update | Rob Clark | 2015-08-24 | 1 | -5/+5 |