aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: fix build with LLVM 3.6Marek Olšák2016-02-121-1/+1
* i965/gs: Pass VerticesIn though prog_dataJason Ekstrand2016-02-113-1/+5
* i965/fs: Pass usage of depth, W, and sample mask through prog_dataJason Ekstrand2016-02-116-20/+30
* i965/fs: Refactor setup_payload_gen6 to assume FSJason Ekstrand2016-02-113-15/+15
* nv50,nvc0: remove unused parameter in nvXX_state_validate()Samuel Pitoiset2016-02-118-14/+10
* glsl: don't validate interface blocks twiceTimothy Arceri2016-02-121-23/+21
* glsl: remove duplicate embedded struct validationTimothy Arceri2016-02-123-51/+17
* include,gallium: Remove pre-MSVC 2013 compatibility.Jose Fonseca2016-02-117-649/+10
* scons: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-117-22/+6
* configure: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-116-14/+8
* i965: ir: dump floats as %-g rather than %f, so we can see denormalsChris Forbes2016-02-111-1/+1
* i965/gen7: Require kernel cmd_parser 5 for ARB_compute_shaderJordan Justen2016-02-111-1/+2
* st/mesa: release GLSL IR in LinkShader after it's not neededMarek Olšák2016-02-111-0/+4
* mesa: call build_program_resource_list inside Driver.LinkShaderMarek Olšák2016-02-114-3/+11
* st/mesa: use correct pipe functions to create tess shadersMarek Olšák2016-02-113-7/+27
* gallium/radeon: drop support for LLVM 3.5Marek Olšák2016-02-119-186/+11
* radeonsi: obtain commonly used LLVM types only onceMarek Olšák2016-02-111-215/+194
* radeonsi: cleanup shader codegenMarek Olšák2016-02-111-425/+425
* radeonsi: fix a crash when binding a sampler bufferMarek Olšák2016-02-111-1/+2
* docs: add news item and link release notes for 11.1.2Emil Velikov2016-02-112-0/+7
* docs: add sha256 checksums for 11.1.2Emil Velikov2016-02-111-1/+2
* docs: add release notes for 11.1.2Emil Velikov2016-02-111-0/+181
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-108-72/+27
* nir/lower_vec_to_movs: Better report channels handled by insert_movJason Ekstrand2016-02-101-1/+3
* radeonsi: don't emit unnecessary NULL exports for unbound targets (v3)Marek Olšák2016-02-101-26/+68
* i965: Make sure we blit a full compressed blockBen Widawsky2016-02-101-0/+14
* radeon/uvd: silence a warningMarek Olšák2016-02-101-0/+3
* r300g: silence warningsMarek Olšák2016-02-101-2/+0
* meta/decompress: Don't pollute the renderbuffer namespaceIan Romanick2016-02-101-6/+8
* meta: Use internal functions for renderbuffer accessIan Romanick2016-02-102-14/+8
* meta/decompress: Track renderbuffer using gl_renderbuffer instead of GL API o...Ian Romanick2016-02-102-5/+11
* i965/meta: Don't pollute the renderbuffer namespaceIan Romanick2016-02-103-16/+11
* i965/meta: Use internal functions for renderbuffer accessIan Romanick2016-02-103-11/+8
* i965/meta: Return struct gl_renderbuffer* from brw_get_rb_for_slice instead o...Ian Romanick2016-02-104-24/+30
* meta: Don't save or restore the renderbuffer bindingIan Romanick2016-02-102-7/+1
* meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers and _me...Ian Romanick2016-02-101-5/+4
* i965/meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers an...Ian Romanick2016-02-101-4/+3
* mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storageIan Romanick2016-02-102-39/+63
* mesa: Refactor _mesa_framebuffer_renderbufferIan Romanick2016-02-102-18/+27
* radeonsi: put image, fmask, and sampler descriptors into one arrayMarek Olšák2016-02-106-116/+138
* winsys/radeon: fix the num_tile_pipes comment to silence warningsMarek Olšák2016-02-101-3/+3
* winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2)Alexandre Demers2016-02-101-2/+4
* st/mesa: check ureg_create() retval in create_pbo_upload_vs()Samuel Pitoiset2016-02-101-0/+2
* freedreno/ir3: Get rid of nested functionsBernhard Rosenkränzer2016-02-101-15/+15
* i965/blorp: Fix hiz ops on MSAA surfacesChris Forbes2016-02-101-2/+8
* i965/gen8: Remove dead assertionTopi Pohjolainen2016-02-101-6/+0
* i965: Use constant pointer when checking for compressionTopi Pohjolainen2016-02-102-2/+2
* mesa: fix trivial comment typo in dlist.cBrian Paul2016-02-091-1/+1
* i965/vec4: Drop support for ATTR as an instruction destination.Kenneth Graunke2016-02-091-16/+0
* i965/vec4/gs: Stop munging the ATTR containing gl_PointSize.Kenneth Graunke2016-02-092-23/+4