summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-26mesa/formats: 8-bit channel integer formats additioncts-swap-bytes-fixesDave Airlie5-0/+64
2015-08-26mesa/formats: add some formats from GL3.3Dave Airlie5-0/+123
2015-08-26mesa: handle SwapBytes in compressed texture get code.Dave Airlie1-0/+19
2015-08-26mesa: handle SwapBytes in uncompressed get texture paths properlyDave Airlie1-4/+11
2015-08-26mesa: fix swapbytes in readpixels paths.Dave Airlie1-4/+12
2015-08-26mesa: fix SwapBytes handling in texstore.Dave Airlie1-8/+26
2015-08-26mesa/formats: pass correct parameter to _mesa_is_format_compressedDave Airlie1-1/+1
2015-08-26gallium/auxiliary: optimize rgb9e5 helper some moreRoland Scheidegger1-45/+42
2015-08-26gallium/auxiliary: optimize rgb9e5 helper a bitRoland Scheidegger1-18/+17
2015-08-26mesa/texgetimage: fix missing stencil checkDave Airlie1-0/+7
2015-08-25mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressedNanley Chery3-44/+68
2015-08-25mesa/formats: remove compressed formats from matching functionNanley Chery12-60/+31
2015-08-25mesa/formats: make format testing a gtestNanley Chery4-155/+137
2015-08-25gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke1-16/+16
2015-08-25prog_to_nir: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke1-11/+11
2015-08-25nir: Use nir_shader::stage rather than passing it around.Kenneth Graunke4-12/+9
2015-08-25nir: Store gl_shader_stage in nir_shader.Kenneth Graunke5-7/+34
2015-08-25i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_p...Jason Ekstrand2-30/+11
2015-08-25nir/lower_io: Remove assign_var_locations_direct_firstJason Ekstrand2-82/+0
2015-08-25i965/fs: Rework uniform handlingJason Ekstrand3-29/+11
2015-08-25i965/vec4_nir: Get rid of the uniform_driver_location trackingJason Ekstrand2-20/+3
2015-08-25nir/lower_io: Separate driver_location and base offset for uniformsJason Ekstrand1-2/+7
2015-08-25nir/intrinsics: Add a second const index to load_uniformJason Ekstrand3-13/+19
2015-08-25nir: Pass a type_size() function pointer into nir_lower_io().Kenneth Graunke4-124/+31
2015-08-25prog_to_nir: Don't allocate nir_variable with type vec4[0] for uniforms.Kenneth Graunke1-7/+11
2015-08-25i965: Move type_size() methods out of visitor classes.Kenneth Graunke8-27/+28
2015-08-25i965: Make setup_vec4_uniform_value and _image_uniform_values take an offsetJason Ekstrand7-22/+38
2015-08-25i965: Rename setup_vector_uniform_values to setup_vec4_uniform_valueJason Ekstrand6-17/+18
2015-08-25freedreno/ir3: fix compile break after splitting out nir_control_flow.hRob Clark1-0/+1
2015-08-25freedreno/ir3: fix compile break after fxn->start_block removalRob Clark1-1/+1
2015-08-25mesa: enable texture stencil8 for multisampleDave Airlie1-2/+5
2015-08-24mesa: make _mesa_bind_texture_unit() staticBrian Paul2-9/+5
2015-08-24mesa/formats: store whether or not a format is sRGB in gl_format_infoNanley Chery2-24/+6
2015-08-24nir: Use !block_ends_in_jump() in a few places rather than open-coding.Kenneth Graunke1-12/+9
2015-08-24nir/cf: reimplement nir_cf_node_remove() using the new APIConnor Abbott2-33/+9
2015-08-24nir/cf: add new control modification API'sConnor Abbott2-0/+137
2015-08-24nir/cf: use a cursor for inserting control flowConnor Abbott2-175/+49
2015-08-24nir/cf: add split_block_cursor()Connor Abbott1-0/+48
2015-08-24nir/cf: add split_block_before_instr()Connor Abbott1-0/+18
2015-08-24nir/cf: add a cursor structureConnor Abbott1-0/+91
2015-08-24nir/cf: fix link_blocks() when there are no successorsConnor Abbott1-1/+2
2015-08-24nir/cf: clean up jumps when cleaning up CF nodesConnor Abbott1-1/+4
2015-08-24nir/cf: remove uses of SSA definitions that are being deletedConnor Abbott1-8/+24
2015-08-24nir/cf: handle jumps better in stitch_blocks()Connor Abbott1-6/+16
2015-08-24nir/cf: handle jumps in split_block_end()Connor Abbott1-1/+8
2015-08-24nir/cf: add block_ends_in_jump()Connor Abbott1-0/+8
2015-08-24nir/cf: handle phi nodes better in split_block_beginning()Connor Abbott1-0/+13
2015-08-24nir/cf: split up and improve nir_handle_remove_jumps()Connor Abbott1-54/+81
2015-08-24nir/cf: add remove_phi_src() helperConnor Abbott1-0/+17
2015-08-24nir: add nir_foreach_phi_src_safe()Connor Abbott1-0/+2