aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: get rid of secondary input/output wordNicolai Hähnle2017-05-123-47/+13
* radeonsi: reduce the number of generics for shader IO unique indicesNicolai Hähnle2017-05-121-1/+1
* radeonsi: at most 8 sets of texture coordinates are supportedNicolai Hähnle2017-05-121-0/+1
* radeonsi: skip generic out/in indices without a shader IO indexNicolai Hähnle2017-05-122-1/+9
* radeonsi: use SI_MAX_IO_GENERIC instead of magic valuesNicolai Hähnle2017-05-123-3/+8
* glsl: order indices for images inside a struct arraySamuel Pitoiset2017-05-121-11/+17
* glsl: add parcel_out_uniform_storage::set_opaque_indices() helperSamuel Pitoiset2017-05-121-54/+65
* i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.Rafael Antognolli2017-05-114-56/+21
* i965: Port 3DSTATE_INDEX_BUFFER to genxml.Rafael Antognolli2017-05-115-74/+40
* i965: Port brw_cs_state tracked state to genxml.Rafael Antognolli2017-05-113-164/+145
* genxml: Add alias for MOCS.Rafael Antognolli2017-05-115-0/+5
* i965/genxml: Mostly style fixes for emit_vertices code.Rafael Antognolli2017-05-111-25/+17
* r600g: Add defines for per-shader engine settingsGlenn Kennard2017-05-121-0/+6
* r600g: Add instruction encoding defines for MEM_RDGlenn Kennard2017-05-121-0/+30
* r600g: Add scratch ring register definesGlenn Kennard2017-05-122-2/+20
* i965: Drop brw_context::viewport_transform_enable.Kenneth Graunke2017-05-113-3/+1
* i965: Port Gen4-5 VS_STATE to genxml.Kenneth Graunke2017-05-118-238/+71
* i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.Kenneth Graunke2017-05-111-5/+4
* genxml: Fix KSPs on Ironlake to be offsets, not pointers.Kenneth Graunke2017-05-111-8/+8
* glsl: simplify set_opaque_binding()Samuel Pitoiset2017-05-111-21/+20
* glsl: add missing check for samplers in set_opaque_binding()Samuel Pitoiset2017-05-111-0/+2
* mesa: remove useless get_uniform_parameter() declarationSamuel Pitoiset2017-05-111-3/+0
* mesa: remove unused gl_program_parameter::InitializedSamuel Pitoiset2017-05-112-2/+0
* gallium/tests: fix build after index buffer changesMarek Olšák2017-05-1116-32/+32
* virgl: remove unused draw includeEmil Velikov2017-05-111-1/+0
* radeon: automake: remove unneeded elf Cflags/LibsEmil Velikov2017-05-112-4/+4
* anv: document that anv_gem_mmap returns MAP_FAILED on errorEmil Velikov2017-05-111-1/+1
* egl: simplify the Android loggerEmil Velikov2017-05-111-27/+7
* Android: Drop linking libgccRob Herring2017-05-111-4/+0
* Android: rework LLVM build supportRob Herring2017-05-116-14/+14
* Android: rework libelf dependenciesRob Herring2017-05-113-7/+5
* Android: push driver build details to driver makefilesRob Herring2017-05-1117-70/+95
* Android: remove needless conditional including of child makefilesRob Herring2017-05-114-67/+4
* Android: Fix swrast only buildRob Herring2017-05-112-9/+6
* Android: amd/common: fix dependency on libmesa_nirRob Herring2017-05-112-1/+4
* Android: amd: use exported include dirs instead of explicit includesRob Herring2017-05-114-8/+10
* Android: remove remaining explicit libcxx includesRob Herring2017-05-114-5/+1
* Android: drop static linking of R600 LLVM librariesMauro Rossi2017-05-111-6/+1
* mesa: remove _CurrentFragmentProgram from gl_pipeline_objectTimothy Arceri2017-05-116-36/+2
* mesa: add KHR_no_error support for FramebufferTexture*D functionsTimothy Arceri2017-05-113-3/+45
* mesa: add no error version of framebuffer_texture_with_dims()Timothy Arceri2017-05-111-0/+22
* mesa: add error version of get_texture_for_framebuffer()Timothy Arceri2017-05-111-8/+18
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-113-21/+45
* mesa: add _mesa_get_and_validate_attachment() helperTimothy Arceri2017-05-112-12/+30
* mesa: remove _mesa_problem() from a few locationsTimothy Arceri2017-05-113-10/+6
* mesa: make _mesa_get_framebuffer_attachment_parameter() staticTimothy Arceri2017-05-112-16/+9
* mesa: fix indentationTimothy Arceri2017-05-111-1/+1
* mesa: remove _mesa from static framebuffer object functionTimothy Arceri2017-05-111-3/+3
* gallivm: Fix build against LLVM SVN >= r302589Michel Dänzer2017-05-111-3/+9
* mesa: small _mesa_UseProgram() tidy upTimothy Arceri2017-05-111-4/+1