summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding2015-06-231-5/+0
* i965/gen9: Don't use encrypted MOCSBen Widawsky2015-06-231-2/+2
* nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin2015-06-234-0/+4
* nvc0: always put all tfb bufs into bufctxIlia Mirkin2015-06-231-3/+4
* glsl: binding point is a texture unit, which is a combined spaceIlia Mirkin2015-06-231-1/+1
* android: egl: do not link against libglapiEmil Velikov2015-06-231-1/+0
* gbm: do not (over)link against libglapi.soEmil Velikov2015-06-231-1/+2
* gbm: dlopen libglapi so gbm_create_device worksFrank Henigman2015-06-231-0/+8
* drivers/x11: drop unneeded HAVE_X11_DRIVER checkEmil Velikov2015-06-231-2/+0
* targets/libgl-xlib: fix the build against shared_glapiEmil Velikov2015-06-231-0/+7
* drivers/x11: fix the build against shared_glapiEmil Velikov2015-06-231-0/+7
* glapi: remap_helper.py: remove unused argument 'es'Emil Velikov2015-06-231-8/+0
* glapi: gl_table.py: remove unused variable 'es'Emil Velikov2015-06-231-49/+8
* egl: Use the loader_open_device() helper to do open with CLOEXECDerek Foreman2015-06-234-32/+6
* glx: Use loader_open_device() helperDerek Foreman2015-06-231-9/+1
* loader: Rename drm_open_device() to loader_open_device() and share itDerek Foreman2015-06-232-3/+6
* egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leakDerek Foreman2015-06-231-1/+1
* draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.Jose Fonseca2015-06-231-0/+1
* glsl: Specify the shader stage in linker errors due to too many in/outputs.Jose Fonseca2015-06-231-4/+8
* draw/gallivm: add invocation ID support for llvmpipe.Dave Airlie2015-06-235-3/+14
* draw/tgsi: implement geom shader invocation support.Dave Airlie2015-06-234-18/+34
* tgsi: handle indirect sampler arrays. (v2)Dave Airlie2015-06-231-4/+38
* nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.Kenneth Graunke2015-06-221-1/+3
* 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
* ilo: emit 3DPRIMITIVE from gen6_3dprimitive_infoChia-I Wu2015-06-2211-87/+91
* ilo: align vertex buffer size in buf_create()Chia-I Wu2015-06-222-19/+20
* ilo: move ilo_format.[ch] out of coreChia-I Wu2015-06-225-8/+8
* ilo: add ilo_state_surface_valid_format()Chia-I Wu2015-06-224-284/+364
* ilo: add ilo_state_vf_valid_element_format()Chia-I Wu2015-06-223-124/+132
* nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot2015-06-2211-22/+27
* nouveau: support for custom VRAM domainsAlexandre Courbot2015-06-222-0/+14
* ilo: add ilo_state_computeChia-I Wu2015-06-228-92/+586
* r600g: ignore sampler views for now.Dave Airlie2015-06-221-0/+1