summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix blit-based GetTexImage for non-finalized texturesMarek Olšák2016-05-051-1/+2
* st/glsl_to_tgsi: fix potential crash when allocating temporariesSamuel Pitoiset2016-05-051-1/+1
* st/glsl_to_tgsi: reduce stack explosion in recursive expression visitorNicolai Hähnle2016-05-051-4/+16
* dri: Fix robust context creation via EGL attributeChad Versace2016-05-051-2/+23
* i965/fs: Properly report regs_written from SAMPLEINFOJason Ekstrand2016-05-052-2/+9
* i965: Fix clear code for ignoring colormask for XRGB formats on Gen9+.Kenneth Graunke2016-05-051-0/+1
* i965/blorp: Use 8k chunk size for urb allocationTopi Pohjolainen2016-04-271-5/+14
* i965/blorp/gen7: Prepare re-using for gen8Topi Pohjolainen2016-04-271-2/+4
* st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()Brian Paul2016-04-271-0/+6
* st/mesa: fix memleak in glDrawPixels cache codeBrian Paul2016-04-141-5/+18
* i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functionsJason Ekstrand2016-04-131-76/+63
* i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functionsJason Ekstrand2016-04-131-32/+43
* st/mesa: fix glReadBuffer() assertion failureBrian Paul2016-04-131-0/+2
* drirc: add a workaround for blackness in WarsowMarek Olšák2016-04-131-0/+8
* i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.Kenneth Graunke2016-04-131-4/+1
* i965: Fix textureSize() depth value for 1 layer surfaces on Gen4-6.Kenneth Graunke2016-04-132-6/+18
* Android: fix x86 gallium buildsRob Herring2016-04-045-5/+55
* i965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs.Kenneth Graunke2016-03-292-3/+22
* i965: Fix assert conditions for src/dst x/y offsetsAnuj Phogat2016-03-291-3/+3
* st/mesa: use the texture view's format for render-to-textureNicolai Hähnle2016-03-291-7/+15
* st/mesa: only minify depth for 3d targetsIlia Mirkin2016-03-291-1/+4
* i965: Fix gl_TessLevelOuter[] for isolines.Kenneth Graunke2016-03-292-6/+22
* i965: Push most TES inputs in vec4 mode.Kenneth Graunke2016-03-292-34/+54
* i965/vec4: Consider removal of no-op MOVs as progress during register coalesce.Francisco Jerez2016-03-291-0/+1
* i965/fs: Add missing analysis invalidation in fixup_3src_null_dest().Francisco Jerez2016-03-291-0/+6
* i965/fs: Add missing analysis invalidation in opt_sampler_eot().Francisco Jerez2016-03-291-1/+4
* Revert "meta: Fix the pbo usage in meta for GLES{1,2} contexts"Emil Velikov2016-03-291-25/+5
* meta: Fix the pbo usage in meta for GLES{1,2} contextsAnuj Phogat2016-03-291-5/+25
* i965/hsw: Initialize SLM index in state registerJordan Justen2016-03-122-0/+23
* i965/fs: Allow spilling for SIMD16 compute shadersJordan Justen2016-03-123-1/+14
* swrast: fix GL_ANY_SAMPLES_PASSED values in ResultIlia Mirkin2016-03-121-0/+5
* i965: Only magnify depth for 3D textures, not array textures.Kenneth Graunke2016-03-121-1/+1
* mesa: Allow Get*() of several forgotten IsEnabled() pnames.Kenneth Graunke2016-03-042-0/+5
* mesa: Make glGet queries initialize ctx->Debug when necessary.Kenneth Graunke2016-03-041-14/+6
* glsl: Initialize gl_shader_program::EmptyUniformLocations.Matt Turner2016-03-041-0/+2
* mesa/fbobject: propogate Layered when reusing attachments.Dave Airlie2016-03-041-0/+1
* mesa: use sizeof on the correct typeThomas Hindoe Paaboel Andersen2016-02-291-1/+1
* Android: clean-up and fix DRI module path handlingRob Herring2016-02-293-5/+2
* Android: remove dependence on .SECONDEXPANSIONRob Herring2016-02-291-9/+13
* Android: fix build break from nir/glsl move to compiler/Rob Herring2016-02-298-10/+10
* i965/fs: Don't CSE negated multiplies with saturation.Matt Turner2016-02-291-0/+2
* st/mesa: fix frontbuffer glReadPixels regressionsBrian Paul2016-02-291-2/+11
* st/mesa: force depth mode to GL_RED for sized depth/stencil formatsIlia Mirkin2016-02-191-9/+25
* meta/copy_image: use precomputed dst_internal_format to avoid segfaultIlia Mirkin2016-02-191-1/+1
* mesa: add GL_OES_texture_stencil8 supportIlia Mirkin2016-02-193-0/+11
* st/mesa: fix pbo uploadsIlia Mirkin2016-02-191-10/+18
* mesa: check fbo completeness based on internal format, not driver formatIlia Mirkin2016-02-191-3/+2
* mesa: small optimization of _mesa_expand_bitmap()Brian Paul2016-02-191-7/+4
* mesa: add special case ubyte[4] / BGRA conversion functionBrian Paul2016-02-191-5/+69
* st/mesa: implement a simple cache for glDrawPixelsBrian Paul2016-02-193-0/+97