aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mesa: remove useless get_uniform_parameter() declarationSamuel Pitoiset2017-05-111-3/+0
* mesa: remove unused gl_program_parameter::InitializedSamuel Pitoiset2017-05-112-2/+0
* Android: remove needless conditional including of child makefilesRob Herring2017-05-113-18/+1
* mesa: remove _CurrentFragmentProgram from gl_pipeline_objectTimothy Arceri2017-05-116-36/+2
* mesa: add KHR_no_error support for FramebufferTexture*D functionsTimothy Arceri2017-05-112-0/+42
* mesa: add no error version of framebuffer_texture_with_dims()Timothy Arceri2017-05-111-0/+22
* mesa: add error version of get_texture_for_framebuffer()Timothy Arceri2017-05-111-8/+18
* mesa: pass rb attachment to _mesa_framebuffer_texture()Timothy Arceri2017-05-113-21/+45
* mesa: add _mesa_get_and_validate_attachment() helperTimothy Arceri2017-05-112-12/+30
* mesa: remove _mesa_problem() from a few locationsTimothy Arceri2017-05-113-10/+6
* mesa: make _mesa_get_framebuffer_attachment_parameter() staticTimothy Arceri2017-05-112-16/+9
* mesa: fix indentationTimothy Arceri2017-05-111-1/+1
* mesa: remove _mesa from static framebuffer object functionTimothy Arceri2017-05-111-3/+3
* mesa: small _mesa_UseProgram() tidy upTimothy Arceri2017-05-111-4/+1
* mesa: add KHR_no_error support for glBindProgramPipeline()Timothy Arceri2017-05-112-0/+28
* mesa: add KHR_no_error support for glActiveShaderProgram()Timothy Arceri2017-05-112-0/+20
* mesa: add KHR_no_error support for glUseProgramStages()Timothy Arceri2017-05-112-0/+24
* mesa: create use_program_stages() helperTimothy Arceri2017-05-111-32/+39
* i965: Make INTEL_DEBUG=bat decode VS/CLIP/GS/SF/WM/CC_STATE on Gen4-5.Kenneth Graunke2017-05-101-1/+21
* i965: Switch BRW_NEW_CURBE_OFFSETS to BRW_NEW_PUSH_CONSTANT_ALLOCATION.Kenneth Graunke2017-05-108-18/+14
* i965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from Gen6 code.Kenneth Graunke2017-05-101-9/+3
* i965: Only #if...#endif a single function or related section at a time.Kenneth Graunke2017-05-101-3/+38
* i965: Turn brw_get_line_width_float() into brw_get_line_width().Kenneth Graunke2017-05-102-12/+4
* i965: Drop INTEL_DEBUG=stats.Kenneth Graunke2017-05-106-15/+2
* i965: Disable ARB_pipeline_statistics_query on Gen4-5.Kenneth Graunke2017-05-101-1/+1
* st/mesa: move the logic of all_varyings_in_vbos into st_update_arrayMarek Olšák2017-05-103-25/+12
* st/mesa: unify common code in st_draw_vbo functionsMarek Olšák2017-05-101-27/+21