aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glsl_to_tgsi: skip UARL for 1D registers if the driver doesn't need itMarek Olšák2017-10-062-9/+44
* glsl_to_tgsi: handle reladdr as TEMP in rename_temp_registers and dead_codeMarek Olšák2017-10-061-16/+44
* glsl_to_tgsi: each reladdr object should have only one parentMarek Olšák2017-10-062-5/+65
* glsl_to_tgsi: fix instruction order for bindless texturesMarek Olšák2017-10-061-4/+14
* glsl_to_tgsi: enable copy propagation for tessellation shadersMarek Olšák2017-10-061-4/+3
* mesa: Use a 565 format for GL_RGB and GL_UNSIGNED_SHORT_5_6_5 textures.Kenneth Graunke2017-10-051-0/+3
* i965: Add Atom graphics names to parse_devid_override()Matt Turner2017-10-041-0/+3
* automake: add texcompress_s3tc_tmp.h to the sources listEmil Velikov2017-10-041-0/+1
* mesa: silence 'variable may be used uninitialized' warning in teximage.cBrian Paul2017-10-031-1/+1
* mesa: silence 'variable may be used uninitialized' warning in bufferobj.cBrian Paul2017-10-031-0/+1
* build: Remove HAVE_DLOPENMatt Turner2017-10-021-4/+0
* mesa: Delete now unused dlopen.hMatt Turner2017-10-023-99/+0
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-023-5/+0
* mesa/st: Drop has_lib_dxtc argument from st_init_extensions()Matt Turner2017-10-024-11/+4
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-0215-95/+19
* mesa: Drop function pointer checks in s3tc codeMatt Turner2017-10-021-133/+60
* mesa: Call DXTn functions directlyMatt Turner2017-10-021-92/+25
* mesa: Remove fprintf referring to libdxtnMatt Turner2017-10-021-1/+1
* mesa: Remove prototypes and mark S3TC functions staticMatt Turner2017-10-021-18/+5
* mesa: Remove commented-out DXTn fetch codeMatt Turner2017-10-021-80/+0
* mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.hMatt Turner2017-10-025-306/+245
* mesa: Import libtxc_dxtn sourcesMatt Turner2017-10-024-0/+1144
* st/mesa: don't use pipe_surface for passing information about EGLImageMarek Olšák2017-10-031-46/+50
* i965: Implement ARB_indirect_parameters.Plamena Manolova2017-10-024-1/+124
* i965: Refactor brw_try_draw_prims.Plamena Manolova2017-10-021-117/+119
* i965: Indroduce brw_finish_drawing.Plamena Manolova2017-10-021-7/+14
* i965: Introduce brw_prepare_drawing.Plamena Manolova2017-10-021-19/+27
* st/mesa: use R10G10B10X2 format where applicableNicolai Hähnle2017-10-021-3/+8
* mesa/main: R10G10B10_(A2) formats are not color renderable in ESNicolai Hähnle2017-10-021-2/+5
* mesa/main: select the R10G10B10X2_UNORM internal format based on data typeNicolai Hähnle2017-10-021-1/+3
* glsl: do not set the 'smooth' qualifier by default on ES shadersNicolai Hähnle2017-10-021-1/+7
* i965: skip reading unused slots at the begining of the URB for the FSIago Toral Quiroga2017-10-021-10/+6
* st/glsl_to_tgsi: use LDEXP when availableNicolai Hähnle2017-09-291-3/+7
* st/glsl_to_tgsi: fix conditional assignments to packed shader outputsNicolai Hähnle2017-09-291-1/+9
* st/glsl_to_tgsi: fix a use-after-free in merge_two_dstsNicolai Hähnle2017-09-291-1/+2
* i965/link: Use prog->nir instead of creating a temporaryJason Ekstrand2017-09-281-4/+3
* i965/link: Make more use of NIR_PASSJason Ekstrand2017-09-281-6/+6
* i965/link: Make better use of temporary variablesJason Ekstrand2017-09-281-4/+5
* st/mesa: don't call close() on WindowsBrian Paul2017-09-281-0/+2
* mesa: fix texture updates for ATI_fragment_shaderMarek Olšák2017-09-281-3/+5
* i965: enable up to 32 inputs for geometry shaders in gen8+Iago Toral Quiroga2017-09-281-1/+2
* i965: Convert brw->*_program into a brw->programs[i] array.Kenneth Graunke2017-09-2622-126/+147
* i965: make use of nir linkingTimothy Arceri2017-09-261-0/+56
* i965: call brw_shader_gather_info() from the callers of brw_create_nir()Timothy Arceri2017-09-262-7/+18
* i965: create a brw_shader_gather_info() helperTimothy Arceri2017-09-262-7/+16
* i965: Rename do_flush_locked to submit_batch().Kenneth Graunke2017-09-251-3/+4
* i965: Use atomic ops in get_new_program_id().Kenneth Graunke2017-09-252-6/+1
* i965: Convert brw_bufmgr to use C11 mutexes instead of pthreads.Kenneth Graunke2017-09-251-18/+17
* i965: Delete dead meta stencil blit program fields from brw_context.Kenneth Graunke2017-09-251-3/+0
* i965: Force outputs_written to contain varyings needed by stream-out.Kenneth Graunke2017-09-211-3/+6