summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* nir: move to two-level binding model for UBO'sConnor Abbott2015-07-151-5/+4
* mesa: Fix generation of git_sha1.h.tmp for gitlinksChad Versace2015-07-101-1/+4
* HACK: Get rid of sanity_param_count for FSJason Ekstrand2015-06-251-9/+0
* i965: Don't print the GLSL IR if it doesn't existJason Ekstrand2015-06-252-2/+2
* glsl: Move vert_attrib varying_slot and frag_result enums to shader_enums.hJason Ekstrand2015-06-251-205/+0
* i965/nir: Handle returns as long as they're at the end of a functionJason Ekstrand2015-06-241-0/+6
* i965/nir: Split NIR shader handling into two functionsJason Ekstrand2015-06-242-15/+33
* vk: Build xmlconfig stuff into libi965_compilerJason Ekstrand2015-06-241-0/+1
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-06-23239-7976/+8516
|\
| * i965/fs: Get rid of an unused variable in emit_barrier()Jason Ekstrand2015-06-231-2/+2
| * i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-2320-79/+86
| * i965/vec4_vs: Add an explicit use_legacy_snorm_formula flagJason Ekstrand2015-06-233-6/+12
| * i965/vec4: Turn some _mesa_problem calls into assertsJason Ekstrand2015-06-231-6/+3
| * i965/vs: Pass the current set of clip planes through run() and run_vs()Jason Ekstrand2015-06-237-23/+20
| * i965/fs: Add a do_rep_send flag to run_fsJason Ekstrand2015-06-232-5/+6
| * i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-2316-76/+79
| * i965: Use a single index per shader for shader_time.Jason Ekstrand2015-06-2311-104/+55
| * i965: Add compiler options to brw_compilerJason Ekstrand2015-06-236-46/+57
| * i965/fs: Plumb compiler debug logging through brw_compilerJason Ekstrand2015-06-233-4/+36
| * i965/fs: Do the no16 perf logging directly in fs_visitor::no16()Jason Ekstrand2015-06-231-11/+2
| * i965/fs: Make no16 non-variadicJason Ekstrand2015-06-232-11/+5
| * i965: Move INTEL_DEBUG variable parsing to screen creation timeJason Ekstrand2015-06-234-10/+11
| * i965: Remove the dependance on brw_context from the generatorsJason Ekstrand2015-06-239-11/+17
| * i965: Plumb compiler debug logging through a function pointer in brw_compilerJason Ekstrand2015-06-2311-34/+51
| * mesa: Add a va_args variant of _mesa_gl_debug().Kenneth Graunke2015-06-232-8/+30
| * i965: Replace some instances of brw->gen with devinfo->genJason Ekstrand2015-06-232-6/+6
| * i965: Initialize backend_shader::mem_ctx in its constructor.Matt Turner2015-06-234-5/+5
| * i965: Assert that the GL primitive isn't out of range.Matt Turner2015-06-231-1/+3
| * i965/cfg: Assert that cur_do/while/if pointers are non-NULL.Matt Turner2015-06-231-0/+2
| * mesa: Delete unused ICEIL().Matt Turner2015-06-231-32/+0
| * i965/fs: Don't mess up stride for uniform integer multiplication.Matt Turner2015-06-231-4/+16
| * i965/gen9: Don't use encrypted MOCSBen Widawsky2015-06-231-2/+2
| * drivers/x11: drop unneeded HAVE_X11_DRIVER checkEmil Velikov2015-06-231-2/+0
| * drivers/x11: fix the build against shared_glapiEmil Velikov2015-06-231-0/+7
| * i965: Add and fix comments in brw_vue_map.c.Kenneth Graunke2015-06-221-1/+13
| * i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.Kenneth Graunke2015-06-223-102/+137
| * i965/gen9: Implement Push Constant Buffer workaroundBen Widawsky2015-06-221-7/+41
| * mesa: use _mesa_lookup_enum_by_nr() in print_array()Brian Paul2015-06-221-4/+4
| * glsl_to_tgsi: add SVIEW decl supportRob Clark2015-06-211-1/+35
| * mesa: Back out an accidental change I had in a VC4 commit.Eric Anholt2015-06-201-1/+0
| * vc4: Fix write-only texsubimage when we had to align.Eric Anholt2015-06-201-0/+1
| * i965/gen8: Use HALIGN_16 for single sample mcs buffersBen Widawsky2015-06-191-1/+1
| * mesa: move ARB_gs5 enums to core, EXT_polygon_offset_clamp to desktopIlia Mirkin2015-06-191-8/+8
| * i965: Add missing braces around if-statement.Matt Turner2015-06-181-1/+2
| * i965/compute: Fix undefined code with right_mask for SIMD32Jordan Justen2015-06-181-1/+1
| * mesa: add GL_PROGRAM_PIPELINE support in KHR_debug callsIlia Mirkin2015-06-184-12/+24
| * i965: Fix textureGrad with cube samplersIago Toral Quiroga2015-06-181-8/+18
| * i965: enable ARB_framebuffer_no_attachments for Gen7+Kevin Rogovin2015-06-172-0/+7
| * i965: execution of frag-shader when it has atomic bufferKevin Rogovin2015-06-172-0/+7
| * mesa: function for testing if current frag-shader has atomicsKevin Rogovin2015-06-171-1/+6