summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2017-12-20xlib: call _mesa_warning() instead of fprintf()Brian Paul1-1/+2
2017-12-08glsl: Fix gl_NormalScale.Fabian Bieler3-2/+6
2017-12-08i965: Fix Smooth Point Enables.Kenneth Graunke1-1/+1
2017-12-08meta: Fix ClearTexture with GL_DEPTH_COMPONENT.Kenneth Graunke1-9/+14
2017-12-08meta: Initialize depth/clear values on declaration.Kenneth Graunke1-5/+2
2017-12-08i965: Disable regular fast-clears (CCS_D) on gen9+Jason Ekstrand2-25/+43
2017-12-08mesa/gles: adjust internal format in glTexSubImage2D error checksTapani Pälli1-1/+55
2017-11-22i965: Upload invariant state once at the start of the batch on Gen4-5.Kenneth Graunke4-13/+3
2017-11-22i965: Implement another VF cache invalidate workaround on Gen8+.Kenneth Graunke1-8/+37
2017-11-21i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DWAnuj Phogat2-4/+17
2017-11-21i965: Program DWord Length in MI_FLUSH_DWAnuj Phogat3-3/+3
2017-11-21i965: Add stencil buffers to cache set regardless of stencil texturingJason Ekstrand1-3/+1
2017-11-21i965: Make L3 configuration atom listen for TCS/TES program updates.Kenneth Graunke1-0/+2
2017-11-21mesa: rework how we free gl_shader_program_dataTimothy Arceri3-42/+18
2017-11-21glsl: drop cache_fallbackTimothy Arceri2-17/+13
2017-11-21i965: properly initialize brw->cs.base.stage to MESA_SHADER_COMPUTEKenneth Graunke1-0/+1
2017-11-07i965: Check CCS_E compatibility for texture view renderingNanley Chery1-2/+27
2017-11-07mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.Kenneth Graunke1-0/+9
2017-11-07i965: unref push_const_bo in intelDestroyContextTapani Pälli1-0/+6
2017-11-07i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand5-31/+39
2017-11-07i965/blorp: Use more temporary isl_format variablesJason Ekstrand1-8/+7
2017-11-07i965/blorp: Use blorp_to_isl_format for src_isl_format in blit_miptreesJason Ekstrand1-1/+2
2017-10-27i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke2-25/+1
2017-10-27st/mesa: Initialize textures array in st_framebuffer_validateMichel Dänzer1-0/+2
2017-10-27Revert "mesa: fix texture updates for ATI_fragment_shader"Marek Olšák1-5/+3
2017-10-17st/glsl_to_tgsi: fix a use-after-free in merge_two_dstsNicolai Hähnle1-1/+2
2017-10-17st/glsl_to_tgsi: fix indirect access to 64-bit integerNicolai Hähnle1-1/+1
2017-10-17st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTSNicolai Hähnle1-1/+2
2017-10-17glsl_to_tgsi: fix instruction order for bindless texturesMarek Olšák1-4/+14
2017-10-11st/mesa: don't use pipe_surface for passing information about EGLImageMarek Olšák1-46/+50
2017-10-11st/glsl_to_tgsi: fix conditional assignments to packed shader outputsNicolai Hähnle1-1/+9
2017-10-11mesa: fix texture updates for ATI_fragment_shaderMarek Olšák1-3/+5
2017-09-28nv20: Fix GL_CLAMPIan Romanick2-3/+32
2017-09-28st/glsl->tgsi: fix u64 to bool comparisons.Dave Airlie1-1/+15
2017-09-28mesa: free current ComputeProgram state in _mesa_free_context_dataTapani Pälli1-0/+2
2017-09-28i965/blorp: Set r8stencil_needs_update when writing stencilJason Ekstrand1-0/+6
2017-09-13mesa/st: remove unwanted backup fileEric Engestrom1-479/+0
2017-09-13i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke2-0/+16
2017-09-13st/glsl_to_tgsi: only the first (inner-most) array reference can be a 2D indexNicolai Hähnle1-1/+1
2017-09-13st/mesa: skip draw calls with pipe_draw_info::count == 0Marek Olšák1-1/+6
2017-09-13st/mesa: fix view template initialization in try_pbo_readpixelsRoland Scheidegger1-1/+1
2017-09-13i965: Fix crash in fallback GTT mapping.Kenneth Graunke1-2/+4
2017-09-13vbo: fix offset in minmax cache keyCharmaine Lee1-3/+5
2017-08-29mesa: fix ES only draw if we have vertex positionsTimothy Arceri1-2/+2
2017-08-29util: move string_to_uint_map to glslEmil Velikov5-4/+483
2017-08-29st/mesa: fix handling of vertex array double inputsIlia Mirkin1-1/+3
2017-08-29i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke8-5/+25
2017-08-29i965/clear: Quantize the depth clear value based on the formatJason Ekstrand1-2/+12
2017-08-29mesa: only copy requested compressed teximage cubemap facesChristoph Haag1-2/+2
2017-08-29i965/tex: Don't pass samples to miptree_create_for_teximageJason Ekstrand1-1/+1