summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-1/+1
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+1
2017-06-22meta: do the full FBO completeness check in decompress_texture_imageMarek Olšák1-0/+5
2017-06-20meta/blit: Silence unused parameter warningIan Romanick1-2/+2
2017-06-20meta: Silence unused parameter warningIan Romanick1-2/+2
2017-05-17mesa: create validate_buffer_sub_data() helperTimothy Arceri2-10/+5
2017-05-11mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri1-2/+6
2017-04-06mesa: tidy up renderbuffer RefCount initialisationTimothy Arceri1-2/+0
2017-03-31mesa: move FLUSH_VERTICES() call to metaTimothy Arceri1-7/+10
2017-03-29mesa: remove dd_function_table::BindProgramMarek Olšák1-1/+0
2017-03-16mesa: Add SetBackgroundContext to dd_function_tablePaul Berry1-0/+3
2017-03-12mesa/glsl: introduce new gl_compile_status enumTimothy Arceri1-1/+1
2017-02-16mesa: retain gl_shader_programs after glDeleteProgram if they are in useTimothy Arceri1-1/+1
2017-01-27meta: Refactor texture format translationTopi Pohjolainen1-6/+3
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