summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965/formats: Update the three-channel DXT1 mappingsNanley Chery2017-05-192-14/+5
* st/mesa: remove an incorrect assertionNicolai Hähnle2017-05-181-2/+0
* Android: correct libz dependencyChih-Wei Huang2017-05-181-1/+2
* mesa/st: fix yuv EGLImage'sRob Clark2017-05-181-2/+30
* i915: Fix build break with empty unreachable()Daniel Stone2017-05-101-4/+2
* i965: Don't try to unmap NULL program cache BO.Kenneth Graunke2017-05-081-4/+7
* Revert "mesa: Require mipmap completeness for glCopyImageSubData(), sometimes."Kenneth Graunke2017-05-081-23/+2
* i965: Set modifier for imported and duplicated imagesDaniel Stone2017-05-081-0/+20
* i965: Use helper function for modifier -> tilingDaniel Stone2017-05-081-17/+34
* mesa/dri: always link against shared glapiEmil Velikov2017-05-081-7/+9
* i965: Solve Android native fence fd double closeRandy Xu2017-05-051-1/+1
* st/mesa: don't cast the incomplete framebufer to st_framebufferNicolai Hähnle2017-04-302-2/+4
* mesa: validate sampler type across the whole programTimothy Arceri2017-04-243-5/+28
* mesa/glthread: correctly compare thread handlesEmil Velikov2017-04-241-1/+1
* st/mesa: automake: honour the vdpau header install locationEmil Velikov2017-04-241-0/+1
* st/mesa: invalidate the readpix cache in st_indirect_draw_vboMarek Olšák2017-04-241-0/+2
* vbo: fix gl_DrawID handling in glMultiDrawArraysNicolai Hähnle2017-04-241-6/+15
* mesa: move glMultiDrawArrays to vbo and fix error handlingNicolai Hähnle2017-04-245-18/+126
* mesa: extract need_xfb_remaining_prims_checkNicolai Hähnle2017-04-241-20/+28
* mesa: fix remaining xfb prims check for GLES with multiple instancesNicolai Hähnle2017-04-241-1/+1
* android: add marshal_generated c and h files to generated sourcesTapani Pälli2017-04-171-1/+3
* i965/drm: Delete NULL check in brw_bo_unmap().Kenneth Graunke2017-04-161-3/+0
* i965/drm: Remove dead return in brw_bo_busy()Kenneth Graunke2017-04-161-3/+1
* glsl: delay optimisations on individual shaders when cache is availableTimothy Arceri2017-04-151-1/+2
* i965: enable OpenGL 4.2 in IvybridgeJuan A. Suarez Romero2017-04-142-2/+2
* i965: enable ARB_shader_precision in gen7+Samuel Iglesias Gonsálvez2017-04-141-1/+1
* i965: enable ARB_vertex_attrib_64bit for gen7+Juan A. Suarez Romero2017-04-141-1/+1
* i965: enable OpenGL 4.0 to Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-142-5/+6
* i965: enable ARB_gpu_shader_fp64 for Ivybridge/BaytrailSamuel Iglesias Gonsálvez2017-04-141-1/+1
* st/mesa: enable ARB_shader_viewport_layer_arrayNicolai Hähnle2017-04-141-0/+5
* i965: add missing ir_unop_*/ir_binop_* in visit_leave()Samuel Pitoiset2017-04-131-0/+3
* st/mesa: fix wrong comparison in update_framebuffer_state()Samuel Pitoiset2017-04-131-4/+4
* radeon: fix duplicate 'const' specifierSamuel Pitoiset2017-04-132-2/+2
* mesa: remove some unused functions in the perf monitor areaSamuel Pitoiset2017-04-131-27/+0
* mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()Samuel Pitoiset2017-04-131-15/+0
* mesa: remove unused _mesa_unmarshal_BindBufferBase()Samuel Pitoiset2017-04-131-8/+0
* st/mesa: add some _mesa_is_winsys_fbo() assertionsBrian Paul2017-04-122-2/+9
* st/mesa: minor optimization in st_DrawBuffers()Brian Paul2017-04-121-8/+16
* mesa/st: only update samplers for stages that have changedTimothy Arceri2017-04-134-28/+94
* st/mesa: Fix missing-braces warning.Vinson Lee2017-04-121-1/+1
* mesa: fix memory leak in arb_fragment_programBartosz Tomczyk2017-04-121-0/+1
* mesa: avoid NULL ptr in prog parameter nameGregory Hainaut2017-04-121-1/+1
* i965/drm: Use bools for a few flags.Kenneth Graunke2017-04-111-2/+2
* i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.Kenneth Graunke2017-04-113-4/+4
* i965/drm: Make BO size a uint64_t rather than unsigned long.Kenneth Graunke2017-04-112-11/+11
* i965/drm: Make alignment parameter a uint64_t.Kenneth Graunke2017-04-112-4/+4
* i965/drm: Make stride/pitch a uint32_t.Kenneth Graunke2017-04-114-31/+18
* i965/drm: Fix types for pwrite/pread fields.Kenneth Graunke2017-04-112-14/+14
* i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.Kenneth Graunke2017-04-114-62/+41
* mesa/st: remove _mesa_get_fallback_texture() callsTimothy Arceri2017-04-122-10/+3