summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-23i965: Replace some instances of brw->gen with devinfo->genJason Ekstrand2-6/+6
2015-06-23i965: Initialize backend_shader::mem_ctx in its constructor.Matt Turner4-5/+5
2015-06-23i965: Assert that the GL primitive isn't out of range.Matt Turner1-1/+3
2015-06-23i965/cfg: Assert that cur_do/while/if pointers are non-NULL.Matt Turner1-0/+2
2015-06-23mesa: Delete unused ICEIL().Matt Turner1-32/+0
2015-06-23i965/fs: Don't mess up stride for uniform integer multiplication.Matt Turner1-4/+16
2015-06-23egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding1-5/+0
2015-06-23i965/gen9: Don't use encrypted MOCSBen Widawsky1-2/+2
2015-06-23nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_dataIlia Mirkin4-0/+4
2015-06-23nvc0: always put all tfb bufs into bufctxIlia Mirkin1-3/+4
2015-06-23glsl: binding point is a texture unit, which is a combined spaceIlia Mirkin1-1/+1
2015-06-23android: egl: do not link against libglapiEmil Velikov1-1/+0
2015-06-23gbm: do not (over)link against libglapi.soEmil Velikov1-1/+2
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