summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-23gbm: dlopen libglapi so gbm_create_device worksFrank Henigman1-0/+8
2015-06-23configure: drop unused variable GBM_BACKEND_DIRSEmil Velikov1-1/+0
2015-06-23configure: error out when building libEGL without shared-glapiEmil Velikov1-0/+3
2015-06-23configure: error out when building backend-less libEGLEmil Velikov1-2/+6
2015-06-23drivers/x11: drop unneeded HAVE_X11_DRIVER checkEmil Velikov1-2/+0
2015-06-23configure: allow building shared-glapi powered libgl-xlibEmil Velikov1-6/+0
2015-06-23targets/libgl-xlib: fix the build against shared_glapiEmil Velikov1-0/+7
2015-06-23drivers/x11: fix the build against shared_glapiEmil Velikov1-0/+7
2015-06-23configure: warn about shared_glapi & xlib-glx only when both are setEmil Velikov1-1/+1
2015-06-23glapi: remap_helper.py: remove unused argument 'es'Emil Velikov1-8/+0
2015-06-23glapi: gl_table.py: remove unused variable 'es'Emil Velikov1-49/+8
2015-06-23egl: Use the loader_open_device() helper to do open with CLOEXECDerek Foreman4-32/+6
2015-06-23glx: Use loader_open_device() helperDerek Foreman1-9/+1
2015-06-23loader: Rename drm_open_device() to loader_open_device() and share itDerek Foreman2-3/+6
2015-06-23egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leakDerek Foreman1-1/+1
2015-06-23draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1.Jose Fonseca1-0/+1
2015-06-23glsl: Specify the shader stage in linker errors due to too many in/outputs.Jose Fonseca1-4/+8
2015-06-23docs: update GL3 with softpipe/llvmpipe gpu_shader5 pieces.Dave Airlie1-2/+2
2015-06-23draw/gallivm: add invocation ID support for llvmpipe.Dave Airlie5-3/+14
2015-06-23draw/tgsi: implement geom shader invocation support.Dave Airlie4-18/+34
2015-06-23tgsi: handle indirect sampler arrays. (v2)Dave Airlie1-4/+38
2015-06-22nir: Allow vec2/vec3/vec4 instructions in the select peephole pass.Kenneth Graunke1-1/+3
2015-06-22i965: Add and fix comments in brw_vue_map.c.Kenneth Graunke1-1/+13
2015-06-22i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c.Kenneth Graunke3-102/+137
2015-06-22i965/gen9: Implement Push Constant Buffer workaroundBen Widawsky1-7/+41
2015-06-22mesa: use _mesa_lookup_enum_by_nr() in print_array()Brian Paul1-4/+4
2015-06-22ilo: emit 3DPRIMITIVE from gen6_3dprimitive_infoChia-I Wu11-87/+91
2015-06-22ilo: align vertex buffer size in buf_create()Chia-I Wu2-19/+20
2015-06-22ilo: move ilo_format.[ch] out of coreChia-I Wu5-8/+8
2015-06-22ilo: add ilo_state_surface_valid_format()Chia-I Wu4-284/+364
2015-06-22ilo: add ilo_state_vf_valid_element_format()Chia-I Wu3-124/+132
2015-06-22nvc0: use NV_VRAM_DOMAIN() macroAlexandre Courbot11-22/+27
2015-06-22nouveau: support for custom VRAM domainsAlexandre Courbot2-0/+14
2015-06-22ilo: add ilo_state_computeChia-I Wu8-92/+586
2015-06-22r600g: ignore sampler views for now.Dave Airlie1-0/+1
2015-06-21freedreno/ir3: pass sz to split_dest()Rob Clark2-5/+7
2015-06-21freedreno/ir3/nir: add more opcodesRob Clark1-1/+8
2015-06-21freedreno/ir3: only unminify txf coords on a3xxRob Clark1-1/+9
2015-06-21freedreno: remove int sampler shader variantsRob Clark8-104/+7
2015-06-21freedreno/ir3: block reshuffling and loops!Rob Clark10-126/+1025
2015-06-21freedreno/ir3: a4xx encodes larger immed offsetRob Clark4-7/+21
2015-06-21freedreno/ir3: simplify find_neighbors stop conditionRob Clark1-17/+1
2015-06-21freedreno/ir3: move inputs/outputs to shaderRob Clark12-176/+160
2015-06-21freedreno/ir3/ra: use register_allocateRob Clark6-481/+590
2015-06-21freedreno/ir3: introduce ir3_compiler objectRob Clark12-31/+90
2015-06-21freedreno/ir3: dump nocp optionRob Clark3-8/+0
2015-06-21freedreno/ir3: silence warningsRob Clark1-1/+10
2015-06-21freedreno/ir3: remove tgsi f/eRob Clark12-3957/+25
2015-06-21freedreno/ir3/sched: convert to priority queueRob Clark4-229/+242
2015-06-21freedreno/ir3: use standard list implementationRob Clark8-209/+161