aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix return type of brw_isl_format_for_mesa_format() [v2]Chad Versace2017-06-013-8/+10
* i965: Remove an extra semicolonAnuj Phogat2017-06-011-1/+1
* i965: Rename brw_format variable names to isl_formatAnuj Phogat2017-06-013-7/+9
* i965: Reject unsupported formats in glEGLImageTargetTexture2D()Chad Versace2017-06-011-0/+4
* genxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.Kenneth Graunke2017-06-016-42/+32
* genxml: Fix decoder to print the array element on field members.Kenneth Graunke2017-06-011-3/+9
* genxml: Fix decoding of array groups.Kenneth Graunke2017-06-011-1/+1
* genxml: Fix decoder for groups with multiple fields.Kenneth Graunke2017-06-011-4/+2
* genxml: Fix parsing of address fields in groups.Kenneth Graunke2017-06-011-2/+2
* util/rand_xor: add missing include statementsNicolas Dechesne2017-06-011-0/+1
* etnaviv: always do cpu_fini in transfer_unmapLucas Stach2017-06-011-3/+6
* glsl: fix a crash in ir_print_visitor() for bindless samplers/imagesSamuel Pitoiset2017-06-011-1/+5
* glsl: teach opt_array_splitting about bindless imagesSamuel Pitoiset2017-06-011-2/+13
* glsl: teach opt_structure_splitting about images in structuresSamuel Pitoiset2017-06-011-2/+21
* glsl: fix broken indentation in do_structure_splitting()Samuel Pitoiset2017-06-011-16/+13
* glsl: handle format layout qualifiers for struct with array of imagesSamuel Pitoiset2017-06-011-1/+2
* glsl: handle memory qualifiers for struct with array of imagesSamuel Pitoiset2017-06-011-3/+4
* nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/Rhys Kidd2017-06-011-3/+0
* i965: Simplify SO_DECL handling.Kenneth Graunke2017-06-011-28/+13
* i965: Make a local for linked_xfb->Outputs[i], to shorten things.Kenneth Graunke2017-06-011-9/+10
* i965: Move SOL PSIZ hacks from draw time to link time.Kenneth Graunke2017-06-013-34/+41
* mesa/main: replace remaining uses of IROUND() in GetUniform*() by round()Iago Toral Quiroga2017-06-011-2/+2
* mesa/main: conversion from float in GetUniformi64v requires rounding to nearestIago Toral Quiroga2017-06-011-1/+1
* mesa/main: Add conversion from double to uint64/int64 in GetUniform*i64v()Iago Toral Quiroga2017-06-011-0/+14
* mesa/main: Clamp GetUniformui64v values to be >= 0Iago Toral Quiroga2017-06-011-1/+45
* mesa/main: Clamp GetUniformuiv values to be >= 0Kenneth Graunke2017-06-011-11/+51
* mesa/main: fix indentation in _mesa_get_uniform()Iago Toral Quiroga2017-06-011-98/+101
* r100: Silence numerous unused this or that warningsIan Romanick2017-05-311-8/+9
* r100: Use _mesa_get_format_base_format in radeon_update_wrapperIan Romanick2017-05-311-1/+1
* r100,r200: Don't assume glVisual is non-NULL during context creationIan Romanick2017-05-313-3/+1
* r100: Don't assume that the base mipmap of a texture existsIan Romanick2017-05-311-4/+10
* r600/eg: add support for tracing IBs after a hang.Dave Airlie2017-06-0111-7/+785
* glsl/lower_int64: only set progress when something is lowered.Dave Airlie2017-06-011-4/+1
* radv: Revert HTILE reset word to 0xFFFFFFFF.Bas Nieuwenhuizen2017-05-311-1/+1
* egl/android: Drop unused 'format' param in get_back_bo()Chad Versace2017-05-311-2/+2
* egl/android: Align channel masks in HAL_PIXEL_FORMAT tableChad Versace2017-05-311-4/+4
* egl/drm: remove temporary fd variableEric Engestrom2017-05-311-8/+6
* mesa: throw an INVALID_OPERATION error in get_texobj_by_name()Samuel Pitoiset2017-05-311-50/+11
* mesa: add new 'name' parameter to get_texobj_by_name()Samuel Pitoiset2017-05-311-13/+12
* radeonsi: remove unused si_pm4_state::compute_pktSamuel Pitoiset2017-05-312-4/+1
* radeonsi: remove chip_class define from si_pm4.hSamuel Pitoiset2017-05-311-1/+0
* radeonsi: merge si_pm4_free_state_simple() into si_pm4_free_state()Samuel Pitoiset2017-05-312-8/+2
* mesa/util: fix arithmetic use of 'void *' in u_vector_foreachSamuel Pitoiset2017-05-311-1/+1
* mesa: remove _mesa from static function namesTimothy Arceri2017-05-311-4/+4
* mesa/st: indentation tidy-upTimothy Arceri2017-05-311-33/+32
* freedreno/a5xx: drop WFIs in emit_marker5()Rob Clark2017-05-301-5/+0
* freedreno/a5xx: timestamp / time-elapsed queriesRob Clark2017-05-302-1/+97
* freedreno/a5xx: rename query result structRob Clark2017-05-301-23/+22
* freedreno: update generated headersRob Clark2017-05-306-18/+624
* i965: Delete dead old-school packing structs.Kenneth Graunke2017-05-301-175/+0