summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)AuthorFilesLines
2017-01-23mesa: use gl_program for CurrentProgram rather than gl_shader_programTimothy Arceri2-21/+9
2017-01-03meta: Disable dithering during glGenerateMipmapChad Versace1-0/+1
2016-12-05i965: Delete the meta-base CopyImageSubData implementationJason Ekstrand2-317/+0
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-2/+3
2016-11-15meta/GetTexSubImage: Account for GL_PACK_SKIP_IMAGES on compressed texturesEduardo Lima Mitev1-3/+17
2016-10-28drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompressionEduardo Lima Mitev1-4/+0
2016-10-26meta: remove remaining tabs in meta.cTimothy Arceri1-49/+49
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2-6/+6
2016-10-26mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2-6/+6
2016-10-13mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul1-1/+1
2016-08-25meta: Always do GenerateMipmaps in linear colorspace.Kenneth Graunke1-2/+10
2016-08-24mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez1-2/+2
2016-08-08meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules.Kenneth Graunke1-54/+30
2016-07-15mesa: add numLevels, numSamples to Driver.TestProxyTexImage()Brian Paul1-3/+3
2016-07-11meta/texsubimage: tex_image is always non-null, avoid confusing codeIlia Mirkin1-1/+1
2016-06-30glsl/main: remove unused params and make function staticTimothy Arceri1-1/+1
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri1-1/+1
2016-06-16mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich1-12/+10
2016-06-16mesa/glsl: stop using GL shader type internallyTimothy Arceri2-11/+6
2016-06-02meta: Fix indentation in shader codeAnuj Phogat1-2/+2
2016-05-10meta/blit: Don't blend integer values during MSAA resolvesJason Ekstrand1-2/+11
2016-05-11mesa/meta: check for signed/unsigned int conversion for pbo getteximageDave Airlie1-0/+3
2016-04-26meta: Avoid random memory access on errorJuha-Pekka Heikkila1-1/+1
2016-04-18meta: Don't botch color masks when changing drawbuffers.Kenneth Graunke1-7/+75
2016-04-18meta: Don't smash ColorMask when using MESA_META_COLOR_MASK save bit.Kenneth Graunke2-5/+4
2016-03-29meta: use _mesa_prepare_mipmap_levels()Brian Paul1-24/+8
2016-03-27mesa: optionally associate a gl_program to ATI_fragment_shaderMiklós Máté1-0/+3
2016-03-21meta: Make BlitFramebuffer() do sRGB encoding in ES 3.x.Kenneth Graunke3-9/+43
2016-03-16meta: Don't use integer handles for shaders or programs.Kenneth Graunke4-114/+91
2016-03-16meta: Use the _mesa_meta_compile_and_link_program helper more places.Kenneth Graunke1-29/+5
2016-03-16meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.Kenneth Graunke2-17/+15
2016-03-03mesa: Completely remove QuerySamplesForFormat from driver func tableEduardo Lima Mitev1-1/+0
2016-03-03mesa: Add a default QueryInternalFormat() function for driversEduardo Lima Mitev1-0/+1
2016-03-02meta: Remove the 'allocate_storage' parameter in _mesa_meta_pbo_GetTexSubImage()Anuj Phogat2-5/+2
2016-03-02meta: Fix the pbo usage in meta for GLES{1,2} contextsAnuj Phogat1-8/+13
2016-03-01meta: Don't pollute the framebuffer namespaceIan Romanick4-54/+51
2016-03-01meta/decompress: Track framebuffer using gl_framebuffer instead of GL API obj...Ian Romanick2-7/+12
2016-03-01meta/generate_mipmap: Track framebuffer using gl_framebuffer instead of GL AP...Ian Romanick2-24/+16
2016-03-01meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebufferIan Romanick3-8/+40
2016-03-01meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick4-7/+7
2016-03-01meta: Save and restore the framebuffer using gl_framebuffer instead of GL API...Ian Romanick2-8/+8
2016-03-01meta: Use _mesa_check_framebuffer_status instead of _mesa_CheckFramebufferStatusIan Romanick4-12/+12
2016-03-01meta: Obvious refactor of _mesa_meta_framebuffer_texture_imageIan Romanick1-21/+5
2016-03-01meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...Ian Romanick5-49/+61
2016-02-19meta/copy_image: use precomputed dst_internal_format to avoid segfaultIlia Mirkin1-1/+1
2016-02-10meta/decompress: Don't pollute the renderbuffer namespaceIan Romanick1-6/+8
2016-02-10meta: Use internal functions for renderbuffer accessIan Romanick2-14/+8
2016-02-10meta/decompress: Track renderbuffer using gl_renderbuffer instead of GL API o...Ian Romanick2-5/+11
2016-02-10meta: Don't save or restore the renderbuffer bindingIan Romanick2-7/+1
2016-02-10meta: Use _mesa_CreateRenderbuffers instead of _mesa_GenRenderbuffers and _me...Ian Romanick1-5/+4