summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2017-10-02mesa: Drop Mesa_DXTn from gl_contextMatt Turner15-95/+19
2017-10-02mesa: Drop function pointer checks in s3tc codeMatt Turner1-133/+60
2017-10-02mesa: Call DXTn functions directlyMatt Turner1-92/+25
2017-10-02mesa: Remove fprintf referring to libdxtnMatt Turner1-1/+1
2017-10-02mesa: Remove prototypes and mark S3TC functions staticMatt Turner1-18/+5
2017-10-02mesa: Remove commented-out DXTn fetch codeMatt Turner1-80/+0
2017-10-02mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.hMatt Turner5-306/+245
2017-10-02mesa: Import libtxc_dxtn sourcesMatt Turner4-0/+1144
2017-10-03st/mesa: don't use pipe_surface for passing information about EGLImageMarek Olšák1-46/+50
2017-10-02i965: Implement ARB_indirect_parameters.Plamena Manolova4-1/+124
2017-10-02i965: Refactor brw_try_draw_prims.Plamena Manolova1-117/+119
2017-10-02i965: Indroduce brw_finish_drawing.Plamena Manolova1-7/+14
2017-10-02i965: Introduce brw_prepare_drawing.Plamena Manolova1-19/+27
2017-10-02st/mesa: use R10G10B10X2 format where applicableNicolai Hähnle1-3/+8
2017-10-02mesa/main: R10G10B10_(A2) formats are not color renderable in ESNicolai Hähnle1-2/+5
2017-10-02mesa/main: select the R10G10B10X2_UNORM internal format based on data typeNicolai Hähnle1-1/+3
2017-10-02glsl: do not set the 'smooth' qualifier by default on ES shadersNicolai Hähnle1-1/+7
2017-10-02i965: skip reading unused slots at the begining of the URB for the FSIago Toral Quiroga1-10/+6
2017-09-29st/glsl_to_tgsi: use LDEXP when availableNicolai Hähnle1-3/+7
2017-09-29st/glsl_to_tgsi: fix conditional assignments to packed shader outputsNicolai Hähnle1-1/+9
2017-09-29st/glsl_to_tgsi: fix a use-after-free in merge_two_dstsNicolai Hähnle1-1/+2
2017-09-28i965/link: Use prog->nir instead of creating a temporaryJason Ekstrand1-4/+3
2017-09-28i965/link: Make more use of NIR_PASSJason Ekstrand1-6/+6
2017-09-28i965/link: Make better use of temporary variablesJason Ekstrand1-4/+5
2017-09-28st/mesa: don't call close() on WindowsBrian Paul1-0/+2
2017-09-28mesa: fix texture updates for ATI_fragment_shaderMarek Olšák1-3/+5
2017-09-28i965: enable up to 32 inputs for geometry shaders in gen8+Iago Toral Quiroga1-1/+2
2017-09-26i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke22-126/+147
2017-09-26i965: make use of nir linkingTimothy Arceri1-0/+56
2017-09-26i965: call brw_shader_gather_info() from the callers of brw_create_nir()Timothy Arceri2-7/+18
2017-09-26i965: create a brw_shader_gather_info() helperTimothy Arceri2-7/+16
2017-09-25i965: Rename do_flush_locked to submit_batch().Kenneth Graunke1-3/+4
2017-09-25i965: Use atomic ops in get_new_program_id().Kenneth Graunke2-6/+1
2017-09-25i965: Convert brw_bufmgr to use C11 mutexes instead of pthreads.Kenneth Graunke1-18/+17
2017-09-25i965: Delete dead meta stencil blit program fields from brw_context.Kenneth Graunke1-3/+0
2017-09-21i965: Force outputs_written to contain varyings needed by stream-out.Kenneth Graunke1-3/+6
2017-09-21i965: Compute VS/GS output VUE map from the NIR info.Kenneth Graunke2-2/+2
2017-09-21i965: Fix brw_finish_batch to grow the batchbuffer.Kenneth Graunke1-7/+10
2017-09-21i965: Move MI_BATCHBUFFER_END handling into brw_finish_batch().Kenneth Graunke1-7/+7
2017-09-21nv20: Enable ARB_texture_border_clampIlia Mirkin1-1/+28
2017-09-21nv20: Fix GL_CLAMPIan Romanick2-3/+32
2017-09-21i965/gen8: Remove unused gen8_emit_3dstate_multisample()Topi Pohjolainen2-17/+0
2017-09-21mesa: free current ComputeProgram state in _mesa_free_context_dataTapani Pälli1-0/+2
2017-09-21mesa/st: fix infinite loopsTimothy Arceri2-2/+2
2017-09-20i965: Fix duplication of DRI imagesLouis-Francis Ratté-Boulianne1-0/+3
2017-09-19glsl: Unify ir_constant::const_elements and ::componentsIan Romanick2-2/+4
2017-09-19glsl: Rename ir_constant::array_elements to ::const_elementsIan Romanick2-2/+2
2017-09-19Revert "i965: Reset miptree aux state on update_image_buffer"Jason Ekstrand3-25/+1
2017-09-18i965: Fix batch map failure check in INTEL_DEBUG=bat handling.Kenneth Graunke1-1/+1
2017-09-18i965: Use prepare_external instead of make_shareable in setTexBuffer2Jason Ekstrand1-1/+1