summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Make brw_emit_reloc assert that the target BO is non-NULL.Kenneth Graunke2017-08-041-0/+2
* i965: Prefer using streaming reads from WC mmapsChris Wilson2017-08-041-3/+15
* st/mesa: fix handling of NumSamples=1 (v2)Brian Paul2017-08-033-5/+7
* st/mesa: minor clean-ups in st_atom_msaa.cBrian Paul2017-08-031-16/+18
* mesa: init more msaa fieldsBrian Paul2017-08-031-0/+2
* mesa: only check errors when the state change in glLogicOp()Samuel Pitoiset2017-08-031-27/+29
* mesa: only check errors when the state change in glBlendEquationSeparateiARB()Samuel Pitoiset2017-08-031-20/+22
* i965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE definesKenneth Graunke2017-08-031-3/+0
* gallium/st: Add a method to flush outstanding swapbuffersThomas Hellstrom2017-08-033-0/+27
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-022-3/+3
* i965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.Kenneth Graunke2017-08-022-0/+16
* mesa/dri: drop unneeded mm.h includeDave Airlie2017-08-034-4/+0
* i965: simplify intel_image_format_lookup()Emil Velikov2017-08-021-7/+3
* i965: annotate struct intel_image_format as constEmil Velikov2017-08-023-10/+10
* i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.Kenneth Graunke2017-08-021-1/+0
* st/mesa: replace st_shader_stage_to_ptargetNicolai Hähnle2017-08-025-31/+8
* mesa: add GLSL 4.60 to shading_language_version()Samuel Pitoiset2017-08-021-0/+2
* mesa: add always-false enable for GL 4.6Samuel Pitoiset2017-08-021-2/+18
* mesa: add KHR_no_error support to glPolygonMode()Samuel Pitoiset2017-08-022-0/+11
* mesa: add polygon_mode() helperSamuel Pitoiset2017-08-021-19/+28
* mesa: add KHR_no_error support to glClearBufferiv()Samuel Pitoiset2017-08-022-0/+11
* mesa: add clear_bufferiv() helperSamuel Pitoiset2017-08-021-14/+23
* mesa: add KHR_no_error support to glClearBufferuiv()Samuel Pitoiset2017-08-022-0/+13
* mesa: add clear_bufferuiv() helperSamuel Pitoiset2017-08-021-13/+22
* mesa: add KHR_no_error support to glClearBufferfi()Samuel Pitoiset2017-08-022-0/+13
* mesa: add clear_bufferi() helperSamuel Pitoiset2017-08-021-20/+30
* mesa: add KHR_no_error support to glClearBufferfv()Samuel Pitoiset2017-08-022-0/+13
* mesa: add clear_bufferfv() helperSamuel Pitoiset2017-08-021-14/+23
* mesa: add KHR_no_error support to glClear*Buffer*Data()Samuel Pitoiset2017-08-022-0/+94
* mesa: add clear_buffer_sub_data_error() helperSamuel Pitoiset2017-08-021-17/+35
* mesa: make get_texbuffer_format() globalSamuel Pitoiset2017-08-022-3/+5
* mesa: add KHR_no_error support to glLinkProgram()Samuel Pitoiset2017-08-022-0/+21
* mesa: add link_program() and link_program_error() helpersSamuel Pitoiset2017-08-021-13/+33
* mesa: add KHR_no_error support to glShaderSource()Samuel Pitoiset2017-08-022-0/+13
* mesa: add shader_source() helperSamuel Pitoiset2017-08-021-11/+23
* mesa: rename shader_source() to set_shader_source()Samuel Pitoiset2017-08-021-2/+2
* mesa: add KHR_no_error support to glEndConditionalRender()Samuel Pitoiset2017-08-022-0/+11
* mesa: add end_conditional_render() renderSamuel Pitoiset2017-08-021-7/+14
* mesa: add KHR_no_error support to glBeginConditionalRender()Samuel Pitoiset2017-08-022-0/+11
* mesa: add begin_conditional_render() helperSamuel Pitoiset2017-08-021-55/+66
* mesa: add KHR_no_error support to glNamedBufferData() and glBufferData()Samuel Pitoiset2017-08-022-0/+38
* mesa: add buffer_data() and buffer_data_error() helpersSamuel Pitoiset2017-08-021-48/+64
* mesa: add KHR_no_error support to glLineWidth()Samuel Pitoiset2017-08-022-0/+11
* mesa: add line_width() helperSamuel Pitoiset2017-08-021-9/+16
* mesa/st: Reduce the number of frontbuffer flush callsThomas Hellstrom2017-08-022-39/+10
* st/mesa: implement ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-022-1/+4
* android: export intermediates from libmesa_utilTapani Pälli2017-08-021-0/+2
* i965: Check result of make_surface() for intel_miptree_create_for_boChris Wilson2017-08-011-0/+2
* mesa/st: fix conditional jump depends on uninitialised valueTimothy Arceri2017-08-021-0/+1
* build: Convert git_sha1_gen script to Python (part2).Jose Fonseca2017-08-011-1/+1