aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: Convert git_sha1_gen script to Python.Jose Fonseca2017-08-011-1/+1
* Fix SCons buildNicolai Hähnle2017-08-011-1/+1
* mesa: fix bad cast conversions in viewport()Samuel Pitoiset2017-08-011-3/+4
* i965/drm: Inline brw_bo_references.Kenneth Graunke2017-07-312-7/+6
* Revert "st_glsl_to_tgsi: rewrite rename registers to use array fully."Dave Airlie2017-08-011-26/+29
* mesa: drop unnecessary GLAPIENTRY to _mesa_init_line()Samuel Pitoiset2017-07-312-2/+2
* mesa: only check errors when the state change in glClipControl()Samuel Pitoiset2017-07-311-14/+16
* mesa: only check errors when the state change in glPointSize()Samuel Pitoiset2017-07-311-10/+9
* mesa: only check errors when the state change in glCullFace()Samuel Pitoiset2017-07-311-9/+10
* mesa: only check errors when the state change in glProvokingVertex()Samuel Pitoiset2017-07-311-3/+3
* Revert "st/mesa: release sampler views when redefining a texture in st_contex...Marek Olšák2017-07-311-2/+0
* xmlconfig: move into src/utilNicolai Hähnle2017-07-3142-4396/+29
* xmlconfig: remove GL type dependenciesNicolai Hähnle2017-07-311-6/+4
* st/glsl_to_nir: move nir_lower_io to driversNicolai Hähnle2017-07-311-2/+1
* st/mesa: get rid of st_glsl_typesNicolai Hähnle2017-07-315-162/+13