aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: draw_vbo: initialize restart_index tooGert Wollny2018-07-051-0/+1
* mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profileTimothy Arceri2018-07-052-100/+100
* Shorten u_queue namesMarek Olšák2018-07-041-1/+1
* i965: Use the new nir atomic counter linker for SPIR-V shadersNeil Roberts2018-07-031-0/+2
* i965: enable AtomicStorage capability for gen7+Alejandro Piñeiro2018-07-031-0/+1
* mesa/glspirv: lower workgroup access to offsetsAntia Puentes2018-07-031-0/+1
* i965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesaKenneth Graunke2018-07-021-2/+2
* st/mesa: Also check for PIPE_FORMAT_A8R8G8B8_SRGB for texture_sRGBTomeu Vizoso2018-07-021-1/+3
* st/mesa: Fall back to R8G8B8A8_SRGB for ETC2Tomeu Vizoso2018-07-021-3/+12
* st/mesa/i965: Allow decompressing ETC2 to GL_RGBATomeu Vizoso2018-07-024-25/+40
* mesa: add header for share bptc decompress functionsDenis Pauk2018-07-013-1434/+1761
* mesa: enable ARB_vertex_attrib_64bit in compat profileTimothy Arceri2018-06-303-13/+14
* mesa: add outstanding ARB_vertex_attrib_64bit dlist supportTimothy Arceri2018-06-301-0/+178
* vbo_save: add support for doubles to display list codeDave Airlie2018-06-304-12/+29
* mesa: add compat profile support for ARB_multi_draw_indirectTimothy Arceri2018-06-302-3/+76
* mesa: make valid_draw_indirect_multi() accessible externallyTimothy Arceri2018-06-302-12/+15
* mesa: add ARB_draw_indirect support to compat profileTimothy Arceri2018-06-303-4/+72
* mesa: generate GL_INVALID_OPERATION using draw indirect in dlistTimothy Arceri2018-06-301-0/+47
* mesa: add missing display list support for ARB_compute_shaderTimothy Arceri2018-06-301-0/+39
* mesa: expose some ARB_viewport_array dependent extensions in compatTimothy Arceri2018-06-301-2/+2
* mesa: enable ARB_viewport_array in compat profileTimothy Arceri2018-06-302-9/+10
* mesa: add ARB_viewport_array display list supportTimothy Arceri2018-06-301-0/+211
* mesa: enable ARB_shader_subroutine in compat profileTimothy Arceri2018-06-302-11/+10
* mesa: add glUniformSubroutinesuiv() display list supportTimothy Arceri2018-06-301-0/+34
* mesa: stop hiding remaining query parameters from OpenGL compatTimothy Arceri2018-06-301-5/+1
* mesa: enable ARB_gpu_shader_fp64 in compat profileTimothy Arceri2018-06-302-20/+20
* mesa: add ProgramUniform*d display list supportTimothy Arceri2018-06-301-0/+514
* mesa: add Uniform*d support to display listsTimothy Arceri2018-06-301-0/+493
* st/glsl_to_nir: run lower_output_reads on !PIPE_CAP_TGSI_CAN_READ_OUTPUTSKarol Herbst2018-06-291-0/+6
* gallium: plumb invariant output attrib thru TGSIJoe M. Kniss2018-06-291-2/+6
* intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaroundJason Ekstrand2018-06-281-0/+17
* intel/fs: Add fields to wm_prog_data for SIMD32 dispatchJason Ekstrand2018-06-282-0/+3
* i965: Add plumbing for shader time in 32-wide FS dispatch mode.Francisco Jerez2018-06-283-2/+11
* intel/compiler: Add and use helpers for working with KSP indicesJason Ekstrand2018-06-282-23/+47
* i965: Re-arrange shader kernel setup in WM stateJason Ekstrand2018-06-281-37/+57
* i965/bufmgr: Use the correct argument order for bo_alloc_internalJason Ekstrand2018-06-271-2/+2
* i965: small cleanup in blorp debug printing output (trivial)Tapani Pälli2018-06-271-1/+1
* mesa: add a space between headers and source (trivial)Tapani Pälli2018-06-271-0/+1
* mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVEDanylo Piliaiev2018-06-271-0/+1
* nir: Remove old-school deref chain supportJason Ekstrand2018-06-222-2/+0
* st,ir3,radeonsi: push lower_deref_instrs back into driverRob Clark2018-06-221-2/+0
* nir: convert lower_samplers_as_deref to deref instructionsRob Clark2018-06-221-3/+3
* mesa/st: re-enable lower_io_to_elements()Rob Clark2018-06-221-1/+1
* nir: convert lower_io_arrays_to_elements to deref instructionsRob Clark2018-06-221-2/+2
* mesa/st/nir: convert lower_builtins to deref instructionsRob Clark2018-06-222-26/+41
* mesa/st: temporarily disable lower_io_to_elements()Rob Clark2018-06-221-1/+1
* nir: convert lower_io_to_scalar to deref instructionsRob Clark2018-06-221-1/+1
* move lower_deref_instrsRob Clark2018-06-221-2/+1
* nir: Use derefs in nir_lower_samplersJason Ekstrand2018-06-221-2/+0
* nir/lower_samplers: split out _legacy version for deref chainsRob Clark2018-06-221-1/+1