summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: move DispatchCompute() validation to compute.cTimothy Arceri2017-05-173-252/+229
* mesa: add KHR_no_error support for glBlendEquationSeparateiARB()Timothy Arceri2017-05-172-0/+12
* mesa: add blend_equation_separatei() helperTimothy Arceri2017-05-171-9/+17
* mesa: add KHR_no_error support for glBlendFunc*iARB()Timothy Arceri2017-05-172-0/+24
* mesa: add blend_func_separatei() helperTimothy Arceri2017-05-171-17/+28
* mesa: add KHR_no_error support for glBufferSubData()Timothy Arceri2017-05-172-3/+20
* mesa: add KHR_no_error support for glNamedBufferSubData()Timothy Arceri2017-05-172-7/+23
* mesa: add buffer_sub_data() helperTimothy Arceri2017-05-171-17/+24
* mesa: create validate_buffer_sub_data() helperTimothy Arceri2017-05-174-40/+45
* mesa: add KHR_no_error support for glBufferStorage()Timothy Arceri2017-05-172-3/+20
* mesa: add KHR_no_error support for glNamedBufferStorage()Timothy Arceri2017-05-172-7/+27
* mesa: add inlined_buffer_storage() helperTimothy Arceri2017-05-171-20/+27
* mesa: add validate_buffer_storage() helperTimothy Arceri2017-05-171-15/+27
* mesa: add KHR_no_error support for glCompressedTex*SubImage3D()Timothy Arceri2017-05-172-1/+41
* mesa: add 3D support to compressed_tex_sub_image() helperTimothy Arceri2017-05-171-119/+66
* mesa: add KHR_no_error support for glCompressedTex*SubImage2D()Timothy Arceri2017-05-172-0/+39
* mesa: add 2D support to compressed_tex_sub_image() helperTimothy Arceri2017-05-171-67/+16
* mesa: add KHR_no_error support for CompressedTex*SubImage1D()Timothy Arceri2017-05-172-9/+51
* mesa: add compressed_tex_sub_image() helperTimothy Arceri2017-05-171-44/+38
* mesa: make _mesa_compressed_texture_sub_image() staticTimothy Arceri2017-05-172-51/+30
* mesa: add KHR_no_error support for NamedFramebufferTextureTimothy Arceri2017-05-172-0/+11
* mesa: add KHR_no_error support for FramebufferTextureTimothy Arceri2017-05-172-0/+12
* mesa: add *FramebufferTexture() support to frame_buffer_texture helperTimothy Arceri2017-05-171-100/+41
* mesa: add KHR_no_error support for NamedFramebufferTextureLayerTimothy Arceri2017-05-172-0/+17
* mesa: add KHR_no_error support for FramebufferTextureLayerTimothy Arceri2017-05-172-0/+13
* mesa: add no error support to frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-27/+43
* mesa: add frame_buffer_texture_layer() helperTimothy Arceri2017-05-171-54/+31
* mesa: add KHR_no_error support for glUseProgramTimothy Arceri2017-05-172-20/+47
* mesa: move use_program() inside _mesa_use_program()Timothy Arceri2017-05-171-29/+21
* mesa/st: fix yuv EGLImage'sRob Clark2017-05-161-2/+30
* mesa: unify _mesa_uniform() for image uniformsSamuel Pitoiset2017-05-161-6/+8
* mesa: fix indentation in _mesa_uniform()Samuel Pitoiset2017-05-161-18/+19
* mesa: fix indentation in _mesa_associate_uniform_storage()Samuel Pitoiset2017-05-161-52/+49
* mesa: replace _mesa_problem() with unreachable() in pack.cTimothy Arceri2017-05-161-6/+4
* mesa: replace _mesa_problem() with unreachable() in mipmap.cTimothy Arceri2017-05-161-4/+3
* mesa: replace _mesa_problem() with unreachable() in _mesa_convert_colors()Timothy Arceri2017-05-161-1/+1
* mesa: replace _mesa_problem() with unreachable() in _mesa_light()Timothy Arceri2017-05-161-2/+1
* mesa: replace _mesa_problem() with assert() in hash tableTimothy Arceri2017-05-161-6/+4
* mesa: don't crash in KHR_no_error uniform variants when location == -1Timothy Arceri2017-05-161-0/+9
* i965: Mark shader programs for capture in the error state.Matt Turner2017-05-156-1/+26
* i965: perf: fix pointer to integer castLionel Landwerlin2017-05-151-1/+1
* gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák2017-05-151-1/+1
* mesa: fix KHR_no_error SSO supportTimothy Arceri2017-05-131-1/+1
* i965: Port 3DSTATE_VF_TOPOLOGY on gen8+ to genxml.Rafael Antognolli2017-05-114-56/+21
* i965: Port 3DSTATE_INDEX_BUFFER to genxml.Rafael Antognolli2017-05-115-74/+40
* i965: Port brw_cs_state tracked state to genxml.Rafael Antognolli2017-05-113-164/+145
* i965/genxml: Mostly style fixes for emit_vertices code.Rafael Antognolli2017-05-111-25/+17
* i965: Drop brw_context::viewport_transform_enable.Kenneth Graunke2017-05-113-3/+1
* i965: Port Gen4-5 VS_STATE to genxml.Kenneth Graunke2017-05-115-235/+68
* i965: Change GEN_GEN < 7 to GEN_GEN == 6 in 3DSTATE_VS code.Kenneth Graunke2017-05-111-5/+4