summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2015-11-18r200: fix bgrx8/xrgb8 blitsRoland Scheidegger1-0/+4
2015-11-18radeon: fix bgrx8/xrgb8 blitsRoland Scheidegger1-0/+2
2015-11-18meta/generate_mipmap: Only modify the draw framebuffer binding in fallback_re...Ian Romanick1-4/+4
2015-11-18meta/generate_mipmap: Don't leak the sampler objectIan Romanick1-0/+2
2015-11-18i965/skl/gt4: Fix URB programming restriction.Ben Widawsky1-0/+9
2015-11-18mesa/copyimage: allow width/height to not be multiples of blockIlia Mirkin1-3/+37
2015-11-10Revert "mesa/glformats: Undo code changes from _mesa_base_tex_format() move"Emil Velikov1-6/+142
2015-11-07i965/skl: Add GT4 PCI IDsBen Widawsky1-1/+5
2015-11-07nouveau: set MaxDrawBuffers to the same value as MaxColorAttachmentsIlia Mirkin1-1/+1
2015-11-05st/mesa: fix mipmap generation for immutable textures with incomplete pyramidsNicolai Hähnle1-32/+36
2015-11-05i965: Fix missing BRW_NEW_*_PROG_DATA flagging caused by cache reuse.Kenneth Graunke2-4/+5
2015-11-05i965: Fix is-renderable check in intel_image_target_renderbuffer_storageIan Romanick1-5/+1
2015-11-05mesa/glformats: Undo code changes from _mesa_base_tex_format() moveNanley Chery1-142/+6
2015-10-21mesa: fix ARRAY_SIZE query for GetProgramResourceivTapani Pälli3-43/+62
2015-10-21i965: Remove early release of DRI2 miptreeChris Wilson1-1/+0
2015-10-21i965/vec4: fill src_reg type using the constructor type parameterAlejandro Piñeiro1-0/+2
2015-10-21i965/vec4: check writemask when bailing out at register coalesceAlejandro Piñeiro1-4/+6
2015-10-21mesa: fix incorrect opcode in save_BlendFunci()Brian Paul1-1/+1
2015-10-21gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINTMarek Olšák1-0/+3
2015-10-21st/mesa: fix clip state dependenciesMarek Olšák1-1/+4
2015-10-21mesa: Set api prefix to version string when overriding versionTapani Pälli1-1/+18
2015-10-21mesa: android: Fix the incorrect path of sse_minmax.cChih-Wei Huang1-1/+1
2015-10-21st/fbo: use pipe_surface_release instead of pipe_surface_referenceKrzysztof Sobiecki1-1/+1
2015-10-21vbo: fix incorrect switch statement in init_mat_currval()Brian Paul1-1/+1
2015-10-21ff_fragment_shader: Use binding to set the sampler unitIan Romanick1-6/+4
2015-10-21mesa/uniforms: fix get_uniform for doubles (v2)Dave Airlie1-16/+37
2015-10-21mesa: Get rid of texture-dependent image unit derived state.Francisco Jerez4-33/+0
2015-10-21i965: Use _mesa_is_image_unit_valid() instead of gl_image_unit::_Valid.Francisco Jerez3-6/+10
2015-10-21mesa: Skip redundant texture completeness checking during image validation.Francisco Jerez1-1/+2
2015-10-21mesa: Expose function to calculate whether a shader image unit is valid.Francisco Jerez2-4/+15
2015-10-21i965: Don't tell the hardware about our UAV access.Francisco Jerez6-19/+41
2015-10-21mesa: add GL_UNSIGNED_INT_24_8 to _mesa_pack_depth_spanTapani Pälli1-0/+15
2015-10-10mesa: Correctly handle GL_BGRA_EXT in ES3 format_and_type checksJason Ekstrand1-2/+19
2015-10-07mesa: Add abs input modifier to base for POW in ffvertex_progDaniel Scharrer1-3/+14
2015-10-07meta: Handle array textures in scaled MSAA blitsIan Romanick1-15/+20
2015-10-07i915: Remember to call intel_prepare_render() before blittingVille Syrjälä1-0/+5
2015-10-07i915: Fix texcoord vs. varying collision in fragment programsVille Syrjälä2-26/+71
2015-10-07i830: Fix collision between I830_UPLOAD_RASTER_RULES and I830_UPLOAD_TEX(0)Ville Syrjälä1-4/+4
2015-10-07st/mesa: try PIPE_BIND_RENDER_TARGET when choosing float texture formatsBrian Paul1-1/+5
2015-10-07i965/fs: Fix hang on IVB and VLV with image format mismatch.Francisco Jerez1-4/+38
2015-10-07mesa: fix mipmap generation for immutable, compressed texturesRoland Scheidegger1-21/+15
2015-10-07st/mesa: fix front buffer regression after dropping st_validate_state in BlitMarek Olšák1-0/+2
2015-09-28mesa: Use the effective internal format instead for validationEduardo Lima Mitev1-0/+151
2015-09-28mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev4-511/+507
2015-09-28mesa: Fix order of format+type and internal format checks for glTexImageXD opsEduardo Lima Mitev1-16/+25
2015-09-28i965: Respect stride and subreg_offset for ATTR registersKristian Høgsberg Kristensen1-1/+4
2015-09-23t_dd_dmatmp: Use addition instead of subtraction in loop boundsIan Romanick1-1/+1
2015-09-23t_dd_dmatmp: Pull out common 'count -= count & 3' codeIan Romanick1-9/+6
2015-09-23t_dd_dmatmp: Use '& 3' instead of '% 4' everywhereIan Romanick1-2/+2
2015-09-23t_dd_dmatmp: Clean up improper code formatting from previous patchIan Romanick1-12/+6